사용자: 게시판스킨 댓글쓰기 캡챠 스타일 설정
This commit is contained in:
@ -147,11 +147,11 @@ function captcha_html($input_name, $captcha_id_suffix='')
|
||||
$html = '<fieldset id="captcha'.$captcha_id_suffix.'" class="captcha">';
|
||||
$html .= '<legend class="sound_only">자동등록방지</legend>';
|
||||
//$html .= '<img src="" id="captcha" alt="자동등록방지 이미지" title="이미지를 클릭하시면 숫자가 바뀝니다.">';
|
||||
$html .= '<iframe id="captcha_iframe" name="captcha_iframe" src="'.$g4['path'].'/plugin/captcha/run.php" title="자동등록방지숫자"></iframe>';
|
||||
$html .= '<iframe id="captcha_iframe" name="captcha_iframe" src="'.$g4['path'].'/plugin/captcha/run.php" scrolling="no" marginwidth="0" marginheight="0" title="자동등록방지숫자"></iframe>';
|
||||
$html .= '<a href="'.$g4['path'].'/plugin/captcha/run.php" target="captcha_iframe">새로고침</a>';
|
||||
$html .= '<a href="'.$g4['path'].'/plugin/captcha/wav.php" id="captcha_wav">음성듣기</a>';
|
||||
$html .= '<label for="captcha_key">자동등록방지 입력</label>';
|
||||
$html .= '<input type="text" id="captcha_key" name="'.$input_name.'" class="captcha_box fieldset_input" size="10" maxlength="5" required title="자동등록방지 입력">';
|
||||
$html .= '<input type="text" id="captcha_key" name="'.$input_name.'" class="captcha_box fieldset_input" size="5" maxlength="5" required title="자동등록방지 입력">';
|
||||
$html .= '<p class="sound_only">이미지의 숫자를 순서대로 입력하세요. 새로고침을 클릭하시면 새로운 숫자가 나타납니다.</p>';
|
||||
$html .= '</fieldset>';
|
||||
return $html;
|
||||
|
||||
Reference in New Issue
Block a user