사용자: 게시판스킨 댓글쓰기 캡챠 스타일 설정

This commit is contained in:
whitedot
2013-01-10 18:21:42 +09:00
parent 376db26265
commit 4f23caddbf
3 changed files with 10 additions and 8 deletions

View File

@ -73,8 +73,8 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<h2>댓글쓰기</h2>
<fieldset>
<? if ($is_guest) { ?>
<label for="wr_name">이름</label> <input type="text" id="wr_name" name="wr_name" class="fieldset_input" maxLength="20" size="10" required>
<label for="wr_password">패스워드</label> <input type="password" id="wr_password" name="wr_password" class="fieldset_input" maxLength="20" size="10" required>
<label for="wr_name">이름</label> <input type="text" id="wr_name" name="wr_name" class="fieldset_input required" maxLength="20" size="5" required>
<label for="wr_password">패스워드</label> <input type="password" id="wr_password" name="wr_password" class="fieldset_input required" maxLength="20" size="10" required>
<? echo $captcha_html; ?>
<? } ?>
<input type="checkbox" id="wr_secret" name="wr_secret" value="secret">