모바일: #434 에 따른 온라인 서식 label title placeholder 처리

This commit is contained in:
whitedot
2013-04-17 16:56:14 +09:00
parent 0e9d2318d9
commit fe80ef65ce
24 changed files with 76 additions and 48 deletions

View File

@ -27,7 +27,8 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
<form name="fsearchbox" action="<?=G4_BBS_URL?>/search.php" onsubmit="return fsearchbox_submit(this);" method="get">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<input type="text" name="stx" id="schall_stx" title="검색어" maxlength="20"><input type="image" alt="검색" src="<?=G4_IMG_URL?>/btn_search.jpg" id="schall_submit" width="24" height="24">
<input type="text" name="stx" id="schall_stx" placeholder="검색어(필수)" required class="required" maxlength="20">
<input type="image" alt="검색" src="<?=G4_IMG_URL?>/btn_search.jpg" id="schall_submit" width="24" height="24">
</form>
<script>