검색에서 and, or 조건을 and 조건으로 고정 hidden 처리

This commit is contained in:
gnuboard
2013-01-12 11:58:36 +09:00
parent 05d8e35501
commit 76f6048e66

View File

@ -27,10 +27,11 @@ if ($is_nogood) $colspan++;
<option value="wr_name,0">글쓴이(코)</option>
</select>
<input name="stx" class="fieldset_input required" maxlength="15" size="15" required value="<?=stripslashes($stx)?>" title="검색어">
<input type="radio" id="sop_and" name="sop" value="and">
<input type="hidden" name="sop" value="and">
<!-- <input type="radio" id="sop_and" name="sop" value="and">
<label for="sop_and">and</label>
<input type="radio" id="sop_or" name="sop" value="or">
<label for="sop_or">or</label>
<label for="sop_or">or</label> -->
<input type="submit" class="fieldset_submit" value="검색">
</form>
</fieldset>