#379 #293 requird속성,클래스 확인 완료

This commit is contained in:
rollydream
2013-03-12 17:01:54 +09:00
parent 9d12373ec7
commit 9d39cf7e88
18 changed files with 32 additions and 28 deletions

View File

@ -64,7 +64,7 @@ $colspan = 6;
<select name="sfl" id="sfl" title="검색대상">
<option value="po_subject"<?=get_selected($_GET['sfl'], "po_subject");?>>제목</option>
</select>
<input type="text" name="stx" value="<?=$stx?>" title="검색어(필수)" class="required frm_input" required>
<input type="text" name="stx" value="<?=$stx?>" title="검색어(필수)" required class="required frm_input">
<input type="submit" class="btn_submit" value="검색">
</fieldset>
</form>