검색란 아이디 겹치는 문제

This commit is contained in:
whitedot
2012-11-26 18:34:56 +09:00
parent 2efa4235c4
commit 9976f99cf4

View File

@ -27,11 +27,12 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
</aside> </aside>
<form name="fsearchbox" method="get" action="" onsubmit="return fsearchbox_submit(this);"> <form name="fsearchbox" method="get" action="" onsubmit="return fsearchbox_submit(this);">
<input type="hidden" id="sfl" name="sfl" value="wr_subject||wr_content"> <input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" id="sop" name="sop" value="and"> <input type="hidden" name="sop" value="and">
<fieldset> <fieldset>
<legend>사이트 내 전체검색</legend> <legend>사이트 내 전체검색</legend>
<input type="text" id="stx" name="stx" maxlength="20"> <label for="header_stx">검색어</label>
<input type="text" id="header_stx" name="stx" maxlength="20">
<input type="submit" value="검색"> <input type="submit" value="검색">
</fieldset> </fieldset>
</form> </form>