모바일: 온라인 서식 input type 지정

This commit is contained in:
whitedot
2013-11-26 18:04:34 +09:00
parent d46988592d
commit 7036efc269
6 changed files with 14 additions and 14 deletions

View File

@ -27,7 +27,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr>
<tr>
<th scope="row"><label for="fmail">E-mail<strong class="sound_only">필수</strong></label></th>
<td><input type="text" name="fmail" id="fmail" required class="frm_input required"></td>
<td><input type="email" name="fmail" id="fmail" required class="frm_input required"></td>
</tr>
<?php } ?>
<tr>