관리자:투료관리 #47 의 2 처리

This commit is contained in:
whitedot
2012-11-19 18:12:13 +09:00
parent c341901de6
commit 9aa12e5c37

View File

@ -59,9 +59,11 @@ $colspan = 6;
<span><?=$listall?></span>
투표수 : <?=number_format($total_count)?>개
</div>
<label for="sfl">검색대상</label>
<select id="sfl" name="sfl">
<option value='po_subject'>제목</option>
</select>
<label for="stx">검색어</label>
<input type="text" id="stx" name="stx" required value="<?=$stx?>">
<input type="submit" value="검색">
</fieldset>