Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8863/templates/default
Modified Files:
default.css month.tpl month_large.tpl week.tpl
Log Message:
Misc HTML fixes.
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** default.css 20 May 2004 03:37:05 -0000 1.20
--- default.css 20 May 2004 03:59:37 -0000 1.21
***************
*** 47,50 ****
--- 47,61 ----
.title h1 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px;}
+ /* Month View */
+
+ .monthback { background-color: #A1A5A9; }
+ .monthreg { background-color: #fff; height: 105px; width: 105px; text-align: left; vertical-align: top; }
+ .monthoff { background-color: #F2F2F2; height: 105px; width: 105px; text-align: left; vertical-align: top; }
+ .monthon { background-color: #F2F9FF; height: 105px; width: 105px; text-align: left; vertical-align: top; }
+ .montheventtop { background-image: url(images/side_bg.gif); border-top: 1px solid #A1A5A9; }
+ .montheventline { border-right: 1px dotted #A1A5A9; }
+
+ /* Year View */
+
.medtitle { background-image: url(images/side_bg.gif); height: 20px; margin-top: 3px; font-weight: 900; }
.yearreg { background-color: #fff; height: 30px; width: 30px; text-align: right; vertical-align: top; font-size: 9px; }
***************
*** 68,77 ****
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
! .monthback { background-color: #A1A5A9; }
! .monthreg { background-color: #fff; height: 105px; width: 105px; text-align: left; vertical-align: top; }
! .monthoff { background-color: #F2F2F2; height: 105px; width: 105px; text-align: left; vertical-align: top; }
! .monthon { background-color: #F2F9FF; height: 105px; width: 105px; text-align: left; vertical-align: top; }
! .montheventtop { background-image: url(images/side_bg.gif); border-top: 1px solid #A1A5A9; }
! .montheventline { border-right: 1px dotted #A1A5A9; }
/* Link colors and attributes */
--- 79,83 ----
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
!
/* Link colors and attributes */
Index: month.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/month.tpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** month.tpl 19 May 2004 18:26:10 -0000 1.14
--- month.tpl 20 May 2004 03:59:37 -0000 1.15
***************
*** 6,10 ****
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
! <td align="left" width="400" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></td>
<td align="right" width="120" class="navback">
<div style="padding-top: 3px;">
--- 6,10 ----
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
! <td align="left" width="615" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></td>
<td align="right" width="120" class="navback">
<div style="padding-top: 3px;">
Index: month_large.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/month_large.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** month_large.tpl 16 May 2004 05:39:26 -0000 1.7
--- month_large.tpl 20 May 2004 03:59:37 -0000 1.8
***************
*** 13,17 ****
<td class="monthoff">
<div align="right">
! <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}"><font class="G10G">{DAY}</font></a>
</div>
{ALLDAY}
--- 13,17 ----
<td class="monthoff">
<div align="right">
! <a class="psf" href="day.php?cal={CAL}&getdate={DAYLINK}">{DAY}</a>
</div>
{ALLDAY}
Index: week.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/week.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** week.tpl 19 May 2004 18:26:11 -0000 1.8
--- week.tpl 20 May 2004 03:59:37 -0000 1.9
***************
*** 9,13 ****
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
! <td align="left" width="400" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></td>
<td valign="top" align="right" width="120" class="navback">
<div style="padding-top: 3px;">
--- 9,13 ----
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
! <td align="left" width="490" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></td>
<td valign="top" align="right" width="120" class="navback">
<div style="padding-top: 3px;">
|