aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/week.tpl
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-07-07 14:48:28 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-07-07 14:48:28 +0000
commitf36d3298f0401e4fb1ca131d18d51d3d47e39818 (patch)
tree46c674f1774b120741ea173c4706f581cbd7dccf /templates/default/week.tpl
parent710abd276f9720e6e5b049c64d0aac5a2cc198d5 (diff)
downloadphpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.tar.gz
phpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.tar.bz2
phpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.zip
HTML/CSS template rewrites, nice-title integration, XSS fixes, version bump
Diffstat (limited to 'templates/default/week.tpl')
-rw-r--r--templates/default/week.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/default/week.tpl b/templates/default/week.tpl
index e84632c..4f18b2a 100644
--- a/templates/default/week.tpl
+++ b/templates/default/week.tpl
@@ -1,20 +1,20 @@
{HEADER}
<center>
- <table border="0" width="770" cellspacing="0" cellpadding="0">
+ <table border="0" cellspacing="0" cellpadding="0" class="maintable">
<tr>
<td valign="top">
- <table border="0" cellspacing="0" cellpadding="0" class="calborder">
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="calborder">
<tr>
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
- <td align="left" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></td>
+ <td align="left" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME}</span></td>
<td valign="top" align="right" width="120" class="navback">
<div style="padding-top: 3px;">
<table width="120" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td><a class="psf" href="day.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" title="{L_DAY}" border="0" /></a></td>
- <td><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" title="{L_WEEK}" border="0" /></td>
+ <td><a class="psf" href="week.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" title="{L_WEEK}" border="0" /></a></td>
<td><a class="psf" href="month.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" title="{L_MONTH}" border="0" /></a></td>
<td><a class="psf" href="year.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" title="{L_YEAR}" border="0" /></a></td>
</tr>
@@ -56,7 +56,7 @@
<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 {COLSPAN} class="rowOff">
+ <td {COLSPAN} class="{TODAY}">
<!-- loop allday on -->
<div class="alldaybg_{CALNO}">
{ALLDAY}
@@ -110,7 +110,7 @@
<td width="10">
<img src="images/spacer.gif" width="10" height="1" alt=" " />
</td>
- <td width="170" valign="top">
+ <td width="170" valign="top" class="sidebar">
{SIDEBAR}
</td>
</tr>

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