사용자: #205 에 따른 select box 처리
This commit is contained in:
@ -40,8 +40,8 @@ if ($is_nogood) $colspan++;
|
|||||||
<option value="wr_name,1">글쓴이</option>
|
<option value="wr_name,1">글쓴이</option>
|
||||||
<option value="wr_name,0">글쓴이(코)</option>
|
<option value="wr_name,0">글쓴이(코)</option>
|
||||||
</select>
|
</select>
|
||||||
<input name="stx" class="fieldset_input required" maxlength="15" size="15" required value="<?=stripslashes($stx)?>" title="검색어(필수)">
|
<input name="stx" class="fs_input required" maxlength="15" size="15" required value="<?=stripslashes($stx)?>" title="검색어(필수)">
|
||||||
<input type="submit" class="fieldset_submit" value="검색">
|
<input type="submit" class="fs_submit" value="검색">
|
||||||
</form>
|
</form>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|||||||
@ -17,9 +17,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
<option value="wr_name">이름</option>
|
<option value="wr_name">이름</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<input type="text" name="stx" class="fieldset_input" class="required" value="<?=$text_stx?>" maxlength="20" required title="검색어(필수)">
|
<input type="text" name="stx" class="fs_input" class="required" value="<?=$text_stx?>" maxlength="20" required title="검색어(필수)">
|
||||||
|
<input type="submit" class="fs_submit" value="검색">
|
||||||
<input type="submit" class="fieldset_submit" value="검색">
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.fsearch.sfl.value = "<?=$sfl?>";
|
document.fsearch.sfl.value = "<?=$sfl?>";
|
||||||
|
|||||||
Reference in New Issue
Block a user