aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/month_large.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-02 23:10:01 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-02 23:10:01 +0000
commit29eef6b85b91b2aa18d6bf29df7d85a504ade826 (patch)
tree503c4a3373128bfe2c2717fcd151f51f7c52931f /templates/default/month_large.tpl
parent079f586e17e76feb1ac39adba0bbeaf5396e2ee4 (diff)
downloadphpicalendar-29eef6b85b91b2aa18d6bf29df7d85a504ade826.tar.gz
phpicalendar-29eef6b85b91b2aa18d6bf29df7d85a504ade826.tar.bz2
phpicalendar-29eef6b85b91b2aa18d6bf29df7d85a504ade826.zip
Added month dot support.
Diffstat (limited to 'templates/default/month_large.tpl')
-rw-r--r--templates/default/month_large.tpl16
1 files changed, 7 insertions, 9 deletions
diff --git a/templates/default/month_large.tpl b/templates/default/month_large.tpl
index d2c507e..c2e15e2 100644
--- a/templates/default/month_large.tpl
+++ b/templates/default/month_large.tpl
@@ -2,9 +2,7 @@
<tr>
<!-- loop weekday on -->
<td valign="top" width="105" height="12" class="dateback">
- <center class="V9BOLD">
- {LOOP_WEEKDAY}
- </center>
+ <center class="V9BOLD">{LOOP_WEEKDAY}</center>
</td>
<!-- loop weekday off -->
</tr>
@@ -16,8 +14,8 @@
<div align="right">
<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><font class="G10G">{DAY}</font></a>
</div>
- <div align="left" class="V10">{ALLDAY}</div>
- <div align="left" class="V9">{EVENT}</div>
+ {ALLDAY}
+ {EVENT}
</td>
<!-- switch notthismonth off -->
<!-- switch istoday on -->
@@ -25,8 +23,8 @@
<div align="right">
<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
</div>
- <div align="left" class="V10">{ALLDAY}</div>
- <div align="left" class="V9">{EVENT}</div>
+ {ALLDAY}
+ {EVENT}
</td>
<!-- switch istoday off -->
<!-- switch ismonth on -->
@@ -34,8 +32,8 @@
<div align="right">
<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
</div>
- <div align="left" class="V10">{ALLDAY}</div>
- <div align="left" class="V9">{EVENT}</div>
+ {ALLDAY}
+ {EVENT}
</td>
<!-- switch ismonth off -->
<!-- loop monthdays off -->

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