관리자: #253 에 따른 처리
This commit is contained in:
@ -79,8 +79,8 @@ var list_delete_php = 'popular_list.php';
|
||||
건수 : <?=number_format($total_count)?>개
|
||||
</span>
|
||||
<select name="sfl" title="검색대상">
|
||||
<option value="pp_word">검색어</option>
|
||||
<option value="pp_date">등록일</option>
|
||||
<option value="pp_word"<?=get_selected($_GET['sfl'], "pp_word");?>>검색어</option>
|
||||
<option value="pp_date"<?=get_selected($_GET['sfl'], "pp_date");?>>등록일</option>
|
||||
</select>
|
||||
<input type="text" name="stx" class="required frm_input" required value="<?=$stx?>" title="검색어(필수)">
|
||||
<input type="submit" class="btn_submit" value="검색">
|
||||
@ -143,11 +143,6 @@ var list_delete_php = 'popular_list.php';
|
||||
|
||||
<?=get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");?>
|
||||
|
||||
<?
|
||||
if (isset($stx))
|
||||
echo '<script>document.fsearch.sfl.value = \''.$sfl.'\';</script>';
|
||||
?>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$('#fpopularlist').submit(function() {
|
||||
|
||||
Reference in New Issue
Block a user