From 61482e0a199ff6c4b757e908452b4057ed1b2e24 Mon Sep 17 00:00:00 2001 From: ak703 Date: Fri, 6 Aug 2004 20:44:22 +0000 Subject: [PATCH] sync with Version-1_0_0-branch --- calendar/templates/jerryr/app.css | 146 ++++++++++++++++++++++++++- calendar/templates/jerryr/day.tpl | 2 +- calendar/templates/jerryr/footer.tpl | 61 ++++++----- calendar/templates/jerryr/index.tpl | 2 +- calendar/templates/jerryr/view.tpl | 2 + calendar/templates/jerryr/week.tpl | 2 +- 6 files changed, 181 insertions(+), 34 deletions(-) diff --git a/calendar/templates/jerryr/app.css b/calendar/templates/jerryr/app.css index c25018b7a1..51615534a5 100644 --- a/calendar/templates/jerryr/app.css +++ b/calendar/templates/jerryr/app.css @@ -1,8 +1,14 @@ /* CSS Document */ + +.to_continue +{ + font-size: 9px; +} + A.minicalendar { color: #666666; - font-size: 12px; + font-size: 9px; } @@ -11,7 +17,7 @@ A.bminicalendar color: #336699; font-style: italic; font-weight: bold; - font-size: 10px; + font-size: 9px; } A.minicalendargrey @@ -107,18 +113,150 @@ A.bminicalgreyhol border: thin solid black; } +/* common */ +.calendar_link_print +{ + text-align: center; + font-size: 10px; +} -// week view +//Mini Calendar + +.calendar_minical_table +{ + width: 180px; + font-weight: bold; +} + +.calendar_minical_daytable +{ + width: 100%; +} + +.calendar_minical_dayname +{ + font-size: 9px; + text-align: right; +} + +.calendar_minical_hrule +{ + width: 96%; +} + +/* Header */ +.calendar_dropbuttons +{ + align: center; + text-align: center; + vertical-align: bottom; + font-weight: bold; + font-size: 8px; +} .calendar-weekidentifier { font-size:16px; font-weight: bold; + text-align: center; } .calendar_header { - font-size:16px; + font-size: 16px; font-weight: bold; text-align: center; } + +.calendar_dayview_table_header +{ + font-size: 13px; + font-weight: bold; + text-align: center; +} + +.calendar_dayview_todo_header +{ + margin: 0px; + padding: 2px; + font-weight: bold; +} + +/* week view */ +.calendar_week_identifier_table +{ + border: 0px solid black; + width: 100%; +} + +.calendar_week_identifier +{ + font-size: 13px; + text-align: center; + font-weight: bold; +} + +.calendar_weekview_daytitle +{ + font-weight: bold; + font-size: 12px; + background: #D3DCE3; +} + +.calendar_m_w_table +{ + table-layout:fixed; + overflow:auto; + height: 100%; + width: 100%; + border: 0px #000000 solid; +} + +.calendar_m_w_table_row +{ + height: 80px; +} + +.calendar_m_w_tablecell +{ + vertical-align: top; + padding-left: 4px; + padding-right: 4px; + padding-bottom: 6px; +} + +A.event_entry +{ + font-size:10px; +} + +/* month view */ + +.calendar_month_identifier +{ + font-size:14px; + font-weight: bold; +} + +.calendar_user_identifier +{ + font-size:12px; + color: #009999; + font-weight: bold; +} + +.calendar_week_minical_table +{ + width:100%; + border: 0px solid #000000 +} + +.calendar_weekinfo +{ + color: #000000; + padding-left: 2px; + padding-right: 2px; + font-size: 10px; + font-weight: bold; + font-style: italic; +} diff --git a/calendar/templates/jerryr/day.tpl b/calendar/templates/jerryr/day.tpl index 82d5798434..16cbfd81a9 100644 --- a/calendar/templates/jerryr/day.tpl +++ b/calendar/templates/jerryr/day.tpl @@ -69,7 +69,7 @@ - + {daily_events} diff --git a/calendar/templates/jerryr/footer.tpl b/calendar/templates/jerryr/footer.tpl index e5c71e550c..c694bc97cf 100644 --- a/calendar/templates/jerryr/footer.tpl +++ b/calendar/templates/jerryr/footer.tpl @@ -1,32 +1,39 @@ - - - - -{table_row} - + - +
+ + {table_row} + +
+ - - - -
- {label}: - {hidden_vars} - - -
-
- - - - - {b_row} - - - + + + + +
+ + {label}: + {hidden_vars} + + + +
+ + + + + + {b_row} + + + diff --git a/calendar/templates/jerryr/index.tpl b/calendar/templates/jerryr/index.tpl index 8c326f25cc..2dcb447959 100644 --- a/calendar/templates/jerryr/index.tpl +++ b/calendar/templates/jerryr/index.tpl @@ -20,7 +20,7 @@ {large_month} -

{print} +

{print}

diff --git a/calendar/templates/jerryr/view.tpl b/calendar/templates/jerryr/view.tpl index 73857649f8..617b2eab9f 100644 --- a/calendar/templates/jerryr/view.tpl +++ b/calendar/templates/jerryr/view.tpl @@ -17,12 +17,14 @@ +  {field}: {data} + diff --git a/calendar/templates/jerryr/week.tpl b/calendar/templates/jerryr/week.tpl index 005e03728a..4ca5c5098c 100644 --- a/calendar/templates/jerryr/week.tpl +++ b/calendar/templates/jerryr/week.tpl @@ -53,7 +53,7 @@ -

{print} +

{print}