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

This commit is contained in:
whitedot
2013-11-26 17:40:09 +09:00
parent 2646effc86
commit d9c0b5c289
12 changed files with 51 additions and 52 deletions

View File

@ -27,7 +27,8 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<form name="fsearchbox" action="<?php echo G5_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" placeholder="검색어(필수)" required class="required" maxlength="20">
<label for="schall_stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="stx" id="schall_stx" required class="required" maxlength="20">
<input type="image" alt="검색" src="<?php echo G5_IMG_URL ?>/btn_search.jpg" id="schall_submit" width="24" height="24">
</form>