From f36d3298f0401e4fb1ca131d18d51d3d47e39818 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Tue, 7 Jul 2009 14:48:28 +0000 Subject: HTML/CSS template rewrites, nice-title integration, XSS fixes, version bump --- templates/default/calendar_nav.tpl | 265 +++++++++++++++++++------------------ templates/default/day.tpl | 20 +-- templates/default/default.css | 26 +++- templates/default/event.tpl | 4 +- templates/default/footer.tpl | 2 +- templates/default/header.tpl | 4 +- templates/default/month.tpl | 153 +++++++++++---------- templates/default/month_large.tpl | 4 +- templates/default/month_medium.tpl | 4 +- templates/default/print.tpl | 10 +- templates/default/week.tpl | 12 +- templates/default/year.tpl | 87 ++++-------- templates/green/calendar_nav.tpl | 151 --------------------- templates/green/day.tpl | 104 --------------- templates/green/default.css | 16 +++ templates/green/header.tpl | 4 +- templates/green/month.tpl | 88 ------------ templates/green/month_large.tpl | 42 ------ templates/green/month_medium.tpl | 45 ------- templates/green/sidebar.tpl | 225 ------------------------------- templates/green/year.tpl | 140 -------------------- templates/grey/calendar_nav.tpl | 151 --------------------- templates/grey/day.tpl | 104 --------------- templates/grey/default.css | 18 +++ templates/grey/header.tpl | 4 +- templates/grey/month.tpl | 88 ------------ templates/grey/month_large.tpl | 42 ------ templates/grey/month_medium.tpl | 45 ------- templates/grey/sidebar.tpl | 225 ------------------------------- templates/grey/year.tpl | 140 -------------------- templates/red/calendar_nav.tpl | 151 --------------------- templates/red/day.tpl | 104 --------------- templates/red/default.css | 18 +++ templates/red/header.tpl | 4 +- templates/red/month.tpl | 88 ------------ templates/red/month_large.tpl | 42 ------ templates/red/month_medium.tpl | 45 ------- templates/red/sidebar.tpl | 225 ------------------------------- templates/red/sidebar_year.tpl | 196 --------------------------- templates/red/year.tpl | 140 -------------------- templates/tan/calendar_nav.tpl | 151 --------------------- templates/tan/day.tpl | 104 --------------- templates/tan/default.css | 16 +++ templates/tan/header.tpl | 4 +- templates/tan/month.tpl | 88 ------------ templates/tan/month_large.tpl | 42 ------ templates/tan/month_medium.tpl | 45 ------- templates/tan/sidebar.tpl | 225 ------------------------------- templates/tan/year.tpl | 140 -------------------- 49 files changed, 385 insertions(+), 3666 deletions(-) delete mode 100644 templates/green/calendar_nav.tpl delete mode 100644 templates/green/day.tpl delete mode 100644 templates/green/month.tpl delete mode 100644 templates/green/month_large.tpl delete mode 100644 templates/green/month_medium.tpl delete mode 100644 templates/green/sidebar.tpl delete mode 100644 templates/green/year.tpl delete mode 100644 templates/grey/calendar_nav.tpl delete mode 100644 templates/grey/day.tpl delete mode 100644 templates/grey/month.tpl delete mode 100644 templates/grey/month_large.tpl delete mode 100644 templates/grey/month_medium.tpl delete mode 100644 templates/grey/sidebar.tpl delete mode 100644 templates/grey/year.tpl delete mode 100644 templates/red/calendar_nav.tpl delete mode 100644 templates/red/day.tpl delete mode 100644 templates/red/month.tpl delete mode 100644 templates/red/month_large.tpl delete mode 100644 templates/red/month_medium.tpl delete mode 100644 templates/red/sidebar.tpl delete mode 100644 templates/red/sidebar_year.tpl delete mode 100644 templates/red/year.tpl delete mode 100644 templates/tan/calendar_nav.tpl delete mode 100644 templates/tan/day.tpl delete mode 100644 templates/tan/month.tpl delete mode 100644 templates/tan/month_large.tpl delete mode 100644 templates/tan/month_medium.tpl delete mode 100644 templates/tan/sidebar.tpl delete mode 100644 templates/tan/year.tpl (limited to 'templates') diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl index a48cfbe..82c43ff 100644 --- a/templates/default/calendar_nav.tpl +++ b/templates/default/calendar_nav.tpl @@ -1,7 +1,74 @@ - +
+ - + + + + + + -
- {MONTH_SMALL|-1} + +
+ + + + + + + + + + + + + + + + + + + + + +
{L_LOGIN}
+
+ {L_INVALID_LOGIN} +
+
{L_USERNAME}:
{L_PASSWORD}:
+
+ + + + + + +
+
+ + + + + + + + + +
{L_PREV}{SIDEBAR_DATE}{L_NEXT}
+
+ {L_LEGEND}:
+ {LEGEND} + {L_GOPRINT}
+ + {L_PREFERENCES}
+ + + {L_SUBSCRIBE} | {L_DOWNLOAD}
+ + + {L_LOGOUT} {USERNAME} + +
+
@@ -10,136 +77,82 @@
- + + + + + + + + + + + + - + + + + +
+ + + + - - -
{L_JUMP}
- - - - - - - -
{L_JUMP}
-
-
-
-
-
-
-
- +
+
+ +
+
+
+
+
+ - - - {SEARCH_BOX} - - -
- - - - -
- -
-
{L_PICK_MULTIPLE}:
-
- - -
- -
-
-
- - - - - - -
-
-  - - -
- - - - - - - - - - - - - - - - - - - - - -
{L_LOGIN}
-
- {L_INVALID_LOGIN} -
-
{L_USERNAME}:
{L_PASSWORD}:
-
- - - - - - -
-
- - - - - - - - -
{SIDEBAR_DATE}
-
- {L_LEGEND}:
- {LEGEND} - {L_GOPRINT}
- - {L_PREFERENCES}
- - - {L_SUBSCRIBE} | {L_DOWNLOAD}
- - - {L_LOGOUT} {USERNAME} - -
-
- - - - - - -
+ + + {SEARCH_BOX} + + +
+ + + + +
+ +
+
{L_PICK_MULTIPLE}:
+
+ + +
+ +
+
+ + + + + + +
+
+ {MONTH_SMALL|-1} + + + + + + +
+
{MONTH_SMALL|+1} - +
diff --git a/templates/default/day.tpl b/templates/default/day.tpl index c66d40f..b9cbf10 100644 --- a/templates/default/day.tpl +++ b/templates/default/day.tpl @@ -1,19 +1,19 @@ {HEADER}
-
+
-
- +
+
- +

{DISPLAY_DATE}

{CALENDAR_NAME} {L_CALENDAR}

{DISPLAY_DATE}

{CALENDAR_NAME}