사용자: #152 의 온라인서식필수입력처리 6~10까지

This commit is contained in:
whitedot
2013-01-18 15:35:45 +09:00
parent d5486121b0
commit 2a7efafd25
5 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
회원가입 시 등록하신 이메일 주소를 입력해 주세요.<br>
해당 이메일로 아이디와 패스워드 정보를 보내드립니다.
</p>
<label for="mb_email">E-mail 주소</label>
<label for="mb_email">E-mail 주소<strong class="sound_only">필수</strong></label>
<input type="text" id="mb_email" name="mb_email" class="fieldset_input email" required size="30" title="E-mail 주소">
</fieldset>
<?=captcha_html(); ?>