aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/month_medium.tpl
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-18 19:00:16 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-18 19:00:16 +0000
commit73b224f34b3aa5892c0d9ac79d34c1a95155166e (patch)
tree1df79666d27132480d574ace176eec348e47b977 /templates/red/month_medium.tpl
parent5309c9a17a0b0de6d2603a1269ce14f1014595e3 (diff)
downloadphpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.tar.gz
phpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.tar.bz2
phpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.zip
month and year location display bugs
Diffstat (limited to 'templates/red/month_medium.tpl')
-rw-r--r--templates/red/month_medium.tpl45
1 files changed, 45 insertions, 0 deletions
diff --git a/templates/red/month_medium.tpl b/templates/red/month_medium.tpl
new file mode 100644
index 0000000..96e8e6b
--- /dev/null
+++ b/templates/red/month_medium.tpl
@@ -0,0 +1,45 @@
+<table border="0" width="210" cellspacing="0" cellpadding="0" class="calborder">
+ <tr>
+ <td align="center" class="medtitle">{MONTH_TITLE}</td>
+ </tr>
+ <tr>
+ <td>
+ <table border="0" width="210" cellspacing="1" cellpadding="0" class="yearmonth">
+ <tr>
+ <!-- loop weekday on -->
+ <td class="yearweek">{LOOP_WEEKDAY}</td>
+ <!-- loop weekday off -->
+ </tr>
+ <!-- loop monthweeks on -->
+ <tr>
+ <!-- loop monthdays on -->
+ <!-- switch notthismonth on -->
+ <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="yearon">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ <div align="center">
+ {ALLDAY}
+ {EVENT}
+ </div>
+ </td>
+ <!-- switch istoday off -->
+ <!-- switch ismonth on -->
+ <td class="yearreg">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ <div align="center">
+ {ALLDAY}
+ {EVENT}
+ </div>
+ </td>
+ <!-- switch ismonth off -->
+ <!-- loop monthdays off -->
+ </tr>
+ <!-- loop monthweeks off -->
+ </table>
+ </td>
+ </tr>
+</table>

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