sms5 문자열 처리 및 기타문제 보완

This commit is contained in:
thisgun
2014-04-16 13:24:59 +09:00
parent a50f7ce802
commit 344a61d5a5
18 changed files with 64 additions and 15 deletions

View File

@ -30,9 +30,7 @@ include_once(G5_ADMIN_PATH.'/admin.head.php');
<form name="search_form" id="search_form" action=<?php echo $_SERVER['PHP_SELF'];?> class="local_sch01 local_sch" method="get">
<label for="st" class="sound_only">검색대상</label>
<select name="st" id="st">
<option value="wr_message">메세지</option>
</select>
<input type="hidden" name="st" id="st" value="wr_message" >
<label for="sv" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="sv" value="<?php echo $sv ?>" id="sv" required class="required frm_input">
<input type="submit" value="검색" class="btn_submit">