사용자: 검색결과 페이지

This commit is contained in:
whitedot
2013-01-04 16:35:31 +09:00
parent 96ad230657
commit 188fb012a4
3 changed files with 38 additions and 20 deletions

View File

@ -3,7 +3,7 @@ include_once('./_common.php');
//if (!$stx) alert("검색어가 없습니다.");
$g4['title'] = '검색 : '.$stx;
$g4['title'] = "검색어 "".$stx."" 검색결과";
include_once('./_head.php');
if ($stx)
@ -221,7 +221,7 @@ if ($stx)
echo '<script src="'.$g4['path'].'/js/sideview.js"></script>';
}
$group_select = '<select id="gr_id" name="gr_id" class="select"><option value="">전체 분류';
$group_select = '<select id="gr_id" name="gr_id" class="select" title="그룹선택"><option value="">전체 분류';
$sql = " select gr_id, gr_subject from {$g4[group_table]} order by gr_id ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++)