aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/month_large.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_large.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_large.tpl')
-rw-r--r--templates/red/month_large.tpl45
1 files changed, 45 insertions, 0 deletions
diff --git a/templates/red/month_large.tpl b/templates/red/month_large.tpl
new file mode 100644
index 0000000..ff65ceb
--- /dev/null
+++ b/templates/red/month_large.tpl
@@ -0,0 +1,45 @@
+<table width="735" border="0" cellspacing="1" cellpadding="2" class="monthback">
+ <tr>
+ <!-- loop weekday on -->
+ <td valign="top" width="105" height="12" class="dateback">
+ <center class="V9BOLD">{LOOP_WEEKDAY}</center>
+ </td>
+ <!-- loop weekday off -->
+ </tr>
+ <!-- loop monthweeks on -->
+ <tr>
+ <!-- loop monthdays on -->
+ <!-- switch notthismonth on -->
+ <td class="monthoff">
+ <div align="right">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ </div>
+ {ALLDAY}
+ {EVENT}
+ {LOCATION}
+ </td>
+ <!-- switch notthismonth off -->
+ <!-- switch istoday on -->
+ <td class="monthon">
+ <div align="right">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ </div>
+ {ALLDAY}
+ {EVENT}
+ {LOCATION}
+ </td>
+ <!-- switch istoday off -->
+ <!-- switch ismonth on -->
+ <td class="monthreg">
+ <div align="right">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ </div>
+ {ALLDAY}
+ {EVENT}
+ {LOCATION}
+ </td>
+ <!-- switch ismonth off -->
+ <!-- loop monthdays off -->
+ </tr>
+ <!-- loop monthweeks off -->
+</table>

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