#87 에 따른 검색 초기화 용어 정리
This commit is contained in:
@ -60,7 +60,8 @@ $sql = " select *
|
||||
limit {$from_record}, {$rows} ";
|
||||
$result = sql_query($sql);
|
||||
|
||||
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';
|
||||
if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
|
||||
|
||||
$g4['title'] = '게시판관리';
|
||||
include_once('./admin.head.php');
|
||||
@ -77,7 +78,7 @@ var list_delete_php = 'board_list_delete.php';
|
||||
<fieldset>
|
||||
<legend>게시판 검색</legend>
|
||||
<div>
|
||||
<span><?=$listall?></span>
|
||||
<?=$listall?>
|
||||
생성된 게시판수 : <?=number_format($total_count)?>건
|
||||
</div>
|
||||
<label for="sfl">검색대상</label>
|
||||
|
||||
Reference in New Issue
Block a user