datepicker 플러그인이 적용되도록 수정
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
<?
|
||||
if (!defined('_GNUBOARD_')) exit;
|
||||
|
||||
include_once(G4_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
||||
include_once(G4_LIB_PATH.'/visit.lib.php');
|
||||
include_once('./admin.head.php');
|
||||
|
||||
if (empty($fr_date)) $fr_date = G4_TIME_YMD;
|
||||
if (empty($to_date)) $to_date = G4_TIME_YMD;
|
||||
@ -32,6 +34,10 @@ $query_string = $qstr ? '?'.$qstr : '';
|
||||
</form>
|
||||
|
||||
<script>
|
||||
$(function(){
|
||||
$("#fr_date, #to_date").datepicker({ changeMonth: true, changeYear: true, dateFormat: "yy-mm-dd", showButtonPanel: true, yearRange: "c-99:c+99", maxDate: "+0d" });
|
||||
});
|
||||
|
||||
function fvisit_submit(act)
|
||||
{
|
||||
var f = document.fvisit;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = '브라우저별 접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 5;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = '일별 접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 4;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = '도메인별 접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 5;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = '시간별 접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 4;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = '접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 5;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = '월별 접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 4;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = 'OS별 접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 5;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = '요일별 접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 4;
|
||||
|
||||
@ -5,7 +5,6 @@ include_once('./_common.php');
|
||||
auth_check($auth[$sub_menu], 'r');
|
||||
|
||||
$g4['title'] = '연도별 접속자집계';
|
||||
include_once('./admin.head.php');
|
||||
include_once('./visit.sub.php');
|
||||
|
||||
$colspan = 4;
|
||||
|
||||
Reference in New Issue
Block a user