사용자: 전체검색 아이디명 수정

This commit is contained in:
whitedot
2013-04-26 16:36:56 +09:00
parent 81b5a6e5f1
commit 474be0befe
2 changed files with 8 additions and 7 deletions

View File

@ -34,13 +34,14 @@ if ($config['cf_include_head']) {
<a href="<?php echo G4_URL ?>"><img src="<?php echo G4_IMG_URL ?>/logo.jpg" alt="처음으로" width="53" height="37"></a>
</div>
<fieldset id="schall">
<fieldset id="sch_all">
<legend>사이트 내 전체검색</legend>
<form name="fsearchbox" method="get" action="<?php echo G4_BBS_URL ?>/search.php" onsubmit="return fsearchbox_submit(this);">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<label for="schall_stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="stx" id="schall_stx" maxlength="20"><input type="image" id="schall_submit" src="<?php echo G4_IMG_URL ?>/btn_search.jpg" width="24" height="24" alt="검색">
<label for="sch_all_stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="stx" id="sch_all_stx" maxlength="20">
<input type="image" id="sch_all_submit" src="<?php echo G4_IMG_URL ?>/btn_search.jpg" width="24" height="24" alt="검색">
</form>
<script>