aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/month_small.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_small.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_small.tpl')
-rw-r--r--templates/red/month_small.tpl38
1 files changed, 38 insertions, 0 deletions
diff --git a/templates/red/month_small.tpl b/templates/red/month_small.tpl
new file mode 100644
index 0000000..ef6aa6b
--- /dev/null
+++ b/templates/red/month_small.tpl
@@ -0,0 +1,38 @@
+<table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder">
+ <tr>
+ <td align="center" class="sideback"><div style="height:16px;"><b>{MONTH_TITLE}</b></div></td>
+ </tr>
+ <tr>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0">
+ <tr align="center">
+ <!-- loop weekday on -->
+ <td width="22"><b>{LOOP_WEEKDAY}</b></td>
+ <!-- loop weekday off -->
+ </tr>
+ <!-- loop monthweeks on -->
+ <tr align="center">
+ <!-- loop monthdays on -->
+ <!-- switch notthismonth on -->
+ <td>
+ <a class="psf" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}"><span class="G10G">{DAY}</span></a>
+ </td>
+ <!-- switch notthismonth off -->
+ <!-- switch istoday on -->
+ <td>
+ <a class="ps2" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ </td>
+ <!-- switch istoday off -->
+ <!-- switch ismonth on -->
+ <td>
+ <a class="psf" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ </td>
+ <!-- switch ismonth off -->
+ <!-- loop monthdays off -->
+ </tr>
+ <!-- loop monthweeks off -->
+ </table>
+ <img src="images/spacer.gif" width="1" height="3" alt=" " /><br />
+ </td>
+ </tr>
+</table> \ No newline at end of file

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