aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/month_medium.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-20 03:37:05 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-20 03:37:05 +0000
commit4cb7dcfc3f24135cbf1d92f679b7d0ebf6147aba (patch)
tree24dd583cad43beea41cef28db64a2581518a225c /templates/default/month_medium.tpl
parentd4da83ff7e74041812dd80aa8cd7951b94d179ad (diff)
downloadphpicalendar-4cb7dcfc3f24135cbf1d92f679b7d0ebf6147aba.tar.gz
phpicalendar-4cb7dcfc3f24135cbf1d92f679b7d0ebf6147aba.tar.bz2
phpicalendar-4cb7dcfc3f24135cbf1d92f679b7d0ebf6147aba.zip
Shaved 120k off of year template.
Diffstat (limited to 'templates/default/month_medium.tpl')
-rw-r--r--templates/default/month_medium.tpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/default/month_medium.tpl b/templates/default/month_medium.tpl
index a6f33ae..3bc388d 100644
--- a/templates/default/month_medium.tpl
+++ b/templates/default/month_medium.tpl
@@ -1,26 +1,26 @@
<table border="0" width="210" cellspacing="0" cellpadding="0" class="calborder">
<tr>
- <td align="center" class="sideback"><div style="height: 16px; margin-top: 3px;" class="G10BOLD"><a class="ps3" href="month.php?cal={CAL}&amp;getdate={MONTH_DATE}">{MONTH_TITLE}</a></div></td>
+ <td align="center" class="medtitle"><a class="ps3" href="month.php?cal={CAL}&amp;getdate={MONTH_DATE}">{MONTH_TITLE}</a></td>
</tr>
<tr>
<td>
<table border="0" width="210" cellspacing="1" cellpadding="0" class="yearmonth">
<tr>
<!-- loop weekday on -->
- <td width="30" height="14" class="dateback" align="center"><font class="V9BOLD">{LOOP_WEEKDAY}</font></td>
+ <td class="yearweek">{LOOP_WEEKDAY}</td>
<!-- loop weekday off -->
</tr>
<!-- loop monthweeks on -->
<tr>
<!-- loop monthdays on -->
<!-- switch notthismonth on -->
- <td class="yearoff" onmouseover="this.style.backgroundColor='#DDDDDD'" onmouseout="this.style.backgroundColor='#F2F2F2'" onclick="window.location.href='day.php?cal=all_calendars_combined971&amp;getdate={DAYLINK}'">
- <div align="right" class="V9"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></div>
+ <td class="yearoff">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
</td>
<!-- switch notthismonth off -->
<!-- switch istoday on -->
- <td class="yearreg" onmouseover="this.style.backgroundColor='#DDDDDD'" onmouseout="this.style.backgroundColor='#FFFFFF'" onclick="window.location.href='day.php?cal=all_calendars_combined971&amp;getdate={DAYLINK}'">
- <div align="right" class="V9"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></div>
+ <td class="yearon">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
<div align="center">
{ALLDAY}
{EVENT}
@@ -28,8 +28,8 @@
</td>
<!-- switch istoday off -->
<!-- switch ismonth on -->
- <td class="yearreg" onmouseover="this.style.backgroundColor='#DDDDDD'" onmouseout="this.style.backgroundColor='#FFFFFF'" onclick="window.location.href='day.php?cal=all_calendars_combined971&amp;getdate={DAYLINK}'">
- <div align="right" class="V9"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></div>
+ <td class="yearreg">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
<div align="center">
{ALLDAY}
{EVENT}

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