aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/month_medium.tpl
diff options
context:
space:
mode:
authorGreg Westin <westin@users.sourceforge.net>2004-02-05 07:06:11 +0000
committerGreg Westin <westin@users.sourceforge.net>2004-02-05 07:06:11 +0000
commitad86114448a49bbf132b36b4a1cfbab9628f328c (patch)
tree9f7a39832be4f537c8d532181da9d5805ab71159 /templates/default/month_medium.tpl
parent30027f73164beba826a969f7dc9e9ebd2cd15b8e (diff)
downloadphpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.tar.gz
phpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.tar.bz2
phpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.zip
Cleaned up code, checking with the W3C HTML validator.
Diffstat (limited to 'templates/default/month_medium.tpl')
-rw-r--r--templates/default/month_medium.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/default/month_medium.tpl b/templates/default/month_medium.tpl
index 231252e..1fb74ed 100644
--- a/templates/default/month_medium.tpl
+++ b/templates/default/month_medium.tpl
@@ -14,12 +14,12 @@
<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'">
+ <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'">
<div align="right" valign="top" class="V9"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></div>
</td>
<!-- switch notthismonth off -->
<!-- switch istoday 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'">
+ <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'">
<div align="right" valign="top" class="V9"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></div>
<div align="center" valign="top">
{ALLDAY}
@@ -28,7 +28,7 @@
</td>
<!-- switch istoday off -->
<!-- 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'">
+ <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'">
<div align="right" valign="top" class="V9"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></div>
<div align="center" valign="top">
{ALLDAY}
@@ -42,4 +42,4 @@
</table>
</td>
</tr>
-</table> \ No newline at end of file
+</table>

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