aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/week.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-16 04:13:28 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-16 04:13:28 +0000
commit8102e20b3c38f4164d902f02b2c9823f917c8cec (patch)
treefdd892f8248f708d5ee0896eb817b57cc0a3aaa1 /templates/default/week.tpl
parent8767e4b66fffb6010646f92a77b267e5e254d2d0 (diff)
downloadphpicalendar-8102e20b3c38f4164d902f02b2c9823f917c8cec.tar.gz
phpicalendar-8102e20b3c38f4164d902f02b2c9823f917c8cec.tar.bz2
phpicalendar-8102e20b3c38f4164d902f02b2c9823f917c8cec.zip
Fixed week template, streamlined CSS.
Diffstat (limited to 'templates/default/week.tpl')
-rw-r--r--templates/default/week.tpl13
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/default/week.tpl b/templates/default/week.tpl
index 40f6096..6323dbd 100644
--- a/templates/default/week.tpl
+++ b/templates/default/week.tpl
@@ -44,26 +44,27 @@
<td align="right" valign="top" width="15" class="rowOff" onmouseover="this.className='rowOn'" onmouseout="this.className='rowOff'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={NEXT_WEEK}'">
<div class="V12"><a class="psf" href="week.php?cal={CAL}&amp;getdate={NEXT_WEEK}">&raquo;</a>&nbsp;</div>
</td>
+ <td width="1"></td>
<!-- loop daysofweek on -->
- <td width="80" align="center" class="{ROW1}" onmouseover="this.className='{ROW2}'" onmouseout="this.className='{ROW3}'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={DAYLINK}'">
+ <td width="80" {COLSPAN} align="center" class="{ROW1}" onmouseover="this.className='{ROW2}'" onmouseout="this.className='{ROW3}'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={DAYLINK}'">
<a class="ps3" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><span class="V9BOLD">{DAY}</span></a>
</td>
<!-- loop daysofweek off -->
</tr>
<tr valign="top">
- <td width="60" class="rowOff2" colspan="4">
+ <td width="60" class="rowOff2" colspan="4"><img src="images/spacer.gif" width="60" height="1" alt=" " /></td>
+ <td width="1"></td>
<!-- loop alldaysofweek on -->
- <td width="80" class="rowOff">
+ <td width="80" {COLSPAN} class="rowOff">
<!-- loop allday on -->
<div class="alldaybg_{CALNO}">
<b>{EVENT}</b>
+ <img src="images/spacer.gif" width="80" height="1" alt=" " />
</div>
<!-- loop allday off -->
</td>
<!-- loop alldaysofweek off -->
</tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- loop row on -->
<tr>
<td rowspan="4" align="center" valign="top" width="60" class="timeborder">9:00 AM</td>
@@ -105,7 +106,7 @@
</table>
</td>
<td width="10">
- <img src="images/spacer.gif" width="10" height="1" alt=" ">
+ <img src="images/spacer.gif" width="10" height="1" alt=" " />
</td>
<td width="170" valign="top">
{SIDEBAR}

© 2014-2024 Faster IT GmbH | imprint | privacy policy