diff --git a/adm/visit_search.php b/adm/visit_search.php index fa01682f4..0419c72a6 100644 --- a/adm/visit_search.php +++ b/adm/visit_search.php @@ -9,11 +9,7 @@ $g5['title'] = '접속자검색'; include_once('./admin.head.php'); include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php'); -$search_word = trim($_GET['search_word']); -$search_sort = trim($_GET['search_sort']); - $colspan = 5; -$qstr = 'search_word='.$search_word.'&search_sort='.$search_sort; //페이징 처리관련 변수 $listall = '처음'; //페이지 처음으로 (초기화용도) ?> @@ -21,28 +17,13 @@ $listall = '처음'; //페이지 처음
- + + + - +
@@ -61,11 +42,11 @@ $listall = '처음'; //페이지 처음 처음'; //페이지 처음 $title = ""; if ($row['vi_referer']) { - $referer = get_text(cut_str($row[vi_referer], 255, "")); + $referer = get_text(cut_str($row['vi_referer'], 255, "")); $referer = urldecode($referer); if (!is_utf8($referer)) { @@ -103,7 +84,7 @@ $listall = '처음'; //페이지 처음 } $title = str_replace(array("<", ">"), array("<", ">"), $referer); - $link = ""; + $link = ''; } if ($is_admin == 'super') @@ -117,11 +98,11 @@ $listall = '처음'; //페이지 처음 $bg = 'bg'.($i%2); ?> - + - + 자료가 없습니다.'; ?> @@ -145,6 +126,7 @@ $(function(){ $("#sch_word").datepicker("destroy"); // datepicker 미실행 } }); + if($("#sch_sort option:selected").val()=="vi_date"){ // select #sch_sort 의 옵션중 selected 된것의 값이 vi_date라면 $("#sch_word").datepicker({ changeMonth: true, changeYear: true, dateFormat: "yy-mm-dd", showButtonPanel: true, yearRange: "c-99:c+99", maxDate: "+0d" }); // datepicker 실행 } diff --git a/bbs/newwin.inc.php b/bbs/newwin.inc.php index b49290baa..181e94af7 100644 --- a/bbs/newwin.inc.php +++ b/bbs/newwin.inc.php @@ -12,6 +12,13 @@ $sql = " select * from {$g5['new_win_table']} and nw_device IN ( 'both', 'pc' ) and nw_division IN ( 'both', '".$pop_division."' ) order by nw_id asc "; $result = sql_query($sql, false); +?> + + +
+

팝업레이어 알림

+ + - -
-
- +
+
+ +
+
- -
팝업레이어 알림이 없습니다.'; ?> +