From 200ca43394d5e94b0262d01e1250d8298e626154 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 28 Jun 2007 02:33:47 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1818 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/tpl/calendar.php | 187 +++++++++++++++-------------- common/tpl/css/calendar.css | 10 ++ common/tpl/images/buttonGo.gif | Bin 0 -> 454 bytes common/tpl/images/buttonLeft2.gif | Bin 0 -> 58 bytes common/tpl/images/buttonRight2.gif | Bin 0 -> 58 bytes 5 files changed, 105 insertions(+), 92 deletions(-) create mode 100644 common/tpl/images/buttonGo.gif create mode 100644 common/tpl/images/buttonLeft2.gif create mode 100644 common/tpl/images/buttonRight2.gif diff --git a/common/tpl/calendar.php b/common/tpl/calendar.php index b368ba51b..536885788 100644 --- a/common/tpl/calendar.php +++ b/common/tpl/calendar.php @@ -82,101 +82,104 @@ -
-

Calendar

-
- -
- - - -
- -
-
-
- prevnext -
-
-

- prevnext - -
- -
- - - -
-
- - - - - - $month_day) { - $day = $day - $month_day; - $m = $month + 1; - if($m>12) { - $m = 1; - $y = $year-1; - } - } - } - - if($j==0) $class_name = "sun"; - else $class_name= ""; - - $date = date("Y. m. d", mktime(0,0,0,$m, $day, $y)); - $date_str = date("Ymd", mktime(0,0,0,$m, $day, $y)); - - - ?> - - - - -
- -   - -
- -
+