Merge branch 'g5'
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$sub_menu = "300400";
|
$sub_menu = "300400";
|
||||||
include_once('./_common.php');
|
include_once('./_common.php');
|
||||||
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
|
||||||
|
|
||||||
auth_check($auth[$sub_menu], 'r');
|
auth_check($auth[$sub_menu], 'r');
|
||||||
|
|
||||||
@ -31,6 +30,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
|
|||||||
|
|
||||||
$g5['title'] = '인기검색어순위';
|
$g5['title'] = '인기검색어순위';
|
||||||
include_once('./admin.head.php');
|
include_once('./admin.head.php');
|
||||||
|
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
||||||
|
|
||||||
$colspan = 3;
|
$colspan = 3;
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit;
|
if (!defined('_GNUBOARD_')) exit;
|
||||||
|
|
||||||
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
|
||||||
include_once(G5_LIB_PATH.'/visit.lib.php');
|
include_once(G5_LIB_PATH.'/visit.lib.php');
|
||||||
include_once('./admin.head.php');
|
include_once('./admin.head.php');
|
||||||
|
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
||||||
|
|
||||||
if (empty($fr_date)) $fr_date = G5_TIME_YMD;
|
if (empty($fr_date)) $fr_date = G5_TIME_YMD;
|
||||||
if (empty($to_date)) $to_date = G5_TIME_YMD;
|
if (empty($to_date)) $to_date = G5_TIME_YMD;
|
||||||
|
|||||||
@ -2,12 +2,12 @@
|
|||||||
$sub_menu = '200810';
|
$sub_menu = '200810';
|
||||||
include_once('./_common.php');
|
include_once('./_common.php');
|
||||||
include_once(G5_PATH.'/lib/visit.lib.php');
|
include_once(G5_PATH.'/lib/visit.lib.php');
|
||||||
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
|
||||||
|
|
||||||
auth_check($auth[$sub_menu], 'r');
|
auth_check($auth[$sub_menu], 'r');
|
||||||
|
|
||||||
$g5['title'] = '접속자검색';
|
$g5['title'] = '접속자검색';
|
||||||
include_once('./admin.head.php');
|
include_once('./admin.head.php');
|
||||||
|
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
||||||
|
|
||||||
$search_word = escape_trim($_GET['search_word']);
|
$search_word = escape_trim($_GET['search_word']);
|
||||||
$search_sort = escape_trim($_GET['search_sort']);
|
$search_sort = escape_trim($_GET['search_sort']);
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
?>
|
||||||
|
|
||||||
// 환경설정 변수 추가 스크립트, css 에 jquery ui 의 datepicker 코드를 더한다.
|
|
||||||
$config['cf_add_script'] .= <<<EOT
|
|
||||||
<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" rel="stylesheet" />
|
<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
.ui-datepicker { font:12px dotum; }
|
.ui-datepicker { font:12px dotum; }
|
||||||
@ -33,5 +32,3 @@ jQuery(function($){
|
|||||||
$.datepicker.setDefaults($.datepicker.regional["ko"]);
|
$.datepicker.setDefaults($.datepicker.regional["ko"]);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
EOT;
|
|
||||||
?>
|
|
||||||
Reference in New Issue
Block a user