사용자: 검색스킨 작업 중

This commit is contained in:
whitedot
2013-01-04 15:17:01 +09:00
parent 4bf7bd78f2
commit 92a8870c9f
3 changed files with 8 additions and 9 deletions

View File

@ -8,14 +8,12 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<legend>사이트 상세검색</legend>
<label for="gr_id">검색대상</label>
<?=$group_select?>
<label for="view">검색종류</label>
<select id="view" name="view" onchange="select_change()">
<select id="view" name="view" onchange="select_change()" title="검색종류">
<option value="">전체게시물
<option value="w">원글만
<option value="c">코멘트만
</select>
<label for="mb_id">회원아이디</label>
<input type="text" id="mb_id" name="mb_id" class="fieldset_input" value="<?=$mb_id?>">
<input type="text" id="mb_id" name="mb_id" class="fieldset_input" value="<?=$mb_id?>" title="검색어">
<input type="submit" class="fieldset_submit" value="검색">
<script>
function select_change()