aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-31 02:19:36 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-31 02:19:36 +0000
commit90f43e0c205d2e511bb0255fa20d422d15cffc64 (patch)
treed558b3f432a8f141dcfa376e3b03b41030ac657d /templates
parent5f1b8248ba42c6a036d3f639fc8724ec8884d894 (diff)
downloadphpicalendar-90f43e0c205d2e511bb0255fa20d422d15cffc64.tar.gz
phpicalendar-90f43e0c205d2e511bb0255fa20d422d15cffc64.tar.bz2
phpicalendar-90f43e0c205d2e511bb0255fa20d422d15cffc64.zip
Updated.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/month_medium.tpl37
1 files changed, 13 insertions, 24 deletions
diff --git a/templates/default/month_medium.tpl b/templates/default/month_medium.tpl
index 43217f8..9039f12 100644
--- a/templates/default/month_medium.tpl
+++ b/templates/default/month_medium.tpl
@@ -12,37 +12,26 @@
</tr>
<!-- loop monthweeks on -->
<tr height="30">
+ <!-- loop monthdays on -->
<!-- switch notthismonth on -->
<td width="30" height="30" align="right" valign="top" class="monthoff" onmouseover="this.style.backgroundColor="#DDDDDD"" onmouseout="this.style.backgroundColor="#F2F2F2"" onclick="window.location.href='day.php?cal=all_calendars_combined971&amp;getdate=20031228'">
<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><font class="V9G">28</font></a>
</td>
<!-- switch notthismonth off -->
- <!-- switch isevent on -->
+ <!-- switch ismonth on -->
<td width="30" height="30" align="right" valign="top" class="monthreg" onmouseover="this.style.backgroundColor="#DDDDDD"" onmouseout="this.style.backgroundColor="#FFFFFF"" onclick="window.location.href='day.php?cal=all_calendars_combined971&amp;getdate=20040101'">
- <table width="100%" border="0" cellspacing="0" cellpadding="1">
- <tr>
- <td align="right" valign="top" class="V9">
- <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
- </td>
- </tr>
- <tr>
- <td align="center" valign="top">
- <!-- switch allday on -->
- <img src="styles/silver/allday_dot.gif" alt=" " width="11" height="10" border="0">
- <!-- switch allday off -->
- <!-- switch normal on -->
- <img src="styles/silver/event_dot.gif" alt=" " width="11" height="10" border="0">
- <!-- switch normal off -->
- </td>
- </tr>
- </table>
+ <div align="right" valign="top" class="V9">
+ <div align="center" valign="top">
+ <!-- switch allday on -->
+ <img src="styles/silver/allday_dot.gif" alt=" " width="11" height="10" border="0">
+ <!-- switch allday off -->
+ <!-- switch event on -->
+ <img src="styles/silver/event_dot.gif" alt=" " width="11" height="10" border="0">
+ <!-- switch event off -->
+ </div>
</td>
- <!-- switch isevent on -->
- <!-- switch notevent on -->
- <td width="30" height="30" align="right" valign="top" class="monthreg" onmouseover="this.style.backgroundColor="#DDDDDD"" onmouseout="this.style.backgroundColor="#FFFFFF"" onclick="window.location.href='day.php?cal=all_calendars_combined971&amp;getdate=20041120'">
- <font class="V9"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></font>
- </td>
- <!-- switch notevent off -->
+ <!-- switch ismonth on -->
+ <!-- loop monthdays off -->
</tr>
<!-- loop monthweeks off -->
</table>

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