aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-29 08:09:42 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-29 08:09:42 +0000
commit5e6203cff60485d07f152f1ec337159cb6065cd8 (patch)
treec611e4f19ec9a1756d9b497d60cdcdc34d2ee1de /templates
parent1e61f021e7e145361cf4885706253aebba3e5ba4 (diff)
downloadphpicalendar-5e6203cff60485d07f152f1ec337159cb6065cd8.tar.gz
phpicalendar-5e6203cff60485d07f152f1ec337159cb6065cd8.tar.bz2
phpicalendar-5e6203cff60485d07f152f1ec337159cb6065cd8.zip
Initial checkin.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/month_small.tpl36
1 files changed, 36 insertions, 0 deletions
diff --git a/templates/default/month_small.tpl b/templates/default/month_small.tpl
new file mode 100644
index 0000000..df660f2
--- /dev/null
+++ b/templates/default/month_small.tpl
@@ -0,0 +1,36 @@
+<table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder">
+ <tr height="20">
+ <td align="center" class="sideback"><font class="G10BOLD">{MONTH_TITLE}</font></td>
+ </tr>
+ <tr>
+ <td bgcolor="#FFFFFF" align="center">
+ <table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
+ <tr>
+ <!-- loop weekday on -->
+ <td width="22" align="center" class="G10BOLD">{LOOP_WEEKDAY}</td>
+ <!-- loop weekday off -->
+ </tr>
+ <!-- loop monthweeks on -->
+ <tr>
+ <!-- switch notthismonth on -->
+ <td align="center" class="G10B">
+ <a class="ps2" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}"><span class="G10G">{DAY}</span></a>
+ </td>
+ <!-- switch notthismonth off -->
+ <!-- switch isevent on -->
+ <td align="center" class="G10B">
+ <a class="ps2" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ </td>
+ <!-- switch isevent off -->
+ <!-- switch notevent on -->
+ <td align="center" class="G10B">
+ <a class="psf" href="{MINICAL_VIEW}.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
+ </td>
+ <!-- switch notevent 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