aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/month.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-30 06:15:24 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-30 06:15:24 +0000
commite97ade7b2fc669793200aaa63eccf642fc5302a2 (patch)
treeb1e651a0ead6c53c56c5bc056830bafa85f27831 /templates/default/month.tpl
parent93650f0d9811512ded7c21cd7a0a67b3cc14b732 (diff)
downloadphpicalendar-e97ade7b2fc669793200aaa63eccf642fc5302a2.tar.gz
phpicalendar-e97ade7b2fc669793200aaa63eccf642fc5302a2.tar.bz2
phpicalendar-e97ade7b2fc669793200aaa63eccf642fc5302a2.zip
Work continues on month.php and templates.
Diffstat (limited to 'templates/default/month.tpl')
-rw-r--r--templates/default/month.tpl64
1 files changed, 6 insertions, 58 deletions
diff --git a/templates/default/month.tpl b/templates/default/month.tpl
index b0aba24..be0135c 100644
--- a/templates/default/month.tpl
+++ b/templates/default/month.tpl
@@ -10,7 +10,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={PREV_MONTH}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="{L_PREV}" border="0" align="right"></a></td>
- <td align="center" width="20%" class="navback" nowrap valign="middle"><font class="H20">{MONTH_TITLE}</font></td>
+ <td align="center" width="20%" class="navback" nowrap valign="middle"><font class="H20">{DISPLAY_DATE}</font></td>
<td align="left" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={NEXT_MONTH}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="{L_NEXT}" border="0" align="left"></a></td>
</tr>
</table>
@@ -22,74 +22,21 @@
<td><a class="psf" href="week.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0"></a></td>
<td><a class="psf" href="month.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0"></a></td>
<td><a class="psf" href="year.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0"></a></td>
- </tr>
+ </tr>
</table>
</td>
</tr>
</table>
</td>
- </tr>
- <tr>
- <td align="center" valign="top">
- <table width="100%" 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 height="105">
- <!-- switch notthismonth on -->
- <td valign="top" align="left" class="monthoff" width="105" height="105">
- <div align="right">
- <font class="G10"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><font class="G10G">{DAY}</font></a></font>
- </div>
- <div align="left">
- <div align="left" class="V9">
- &nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a>
- </div>
- </div>
- </td>
- <!-- switch notthismonth off -->
- <!-- switch isevent on -->
- <td valign="top" align="left" class="monthreg" width="105" height="105">
- <div align="right">
- <font class="G10"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></font>
- </div>
- <div align="left">
- <div align="left" class="V9">
- &nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a>
- </div>
- </div>
- </td>
- <!-- switch isevent off -->
- <!-- switch notevent on -->
- <td valign="top" align="left" class="monthreg" width="105" height="105">
- <div align="right">
- <font class="G10"><a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></font>
- </div>
- <div align="left">
- <div align="left" class="V9">
- &nbsp; {JS_OPEN_EVENT} <a class="ps3" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;">{EVENT_TITLE}</a>
- </div>
- </div>
- </td>
- <!-- switch notevent off -->
- </tr>
- <!-- loop monthweeks off -->
- </table>
- </td>
- </tr>
+ </tr>
</table>
+ {MONTH_LARGE|+0}
<br>
{CALENDAR_NAV}
<!-- switch showbottom on -->
<br>
<table width="737" border="0" cellspacing="0" cellpadding="3" class="calborder">
+ <!-- loop showbottomevents on -->
<tr>
<td colspan="3" align="center" class="sideback" nowrap>
<div style="height: 16px;" class="G10BOLD">
@@ -106,6 +53,7 @@
{JS_OPENEVENT}<a class="psf" href="#" onclick="openEventWindow({EVENT_NUMBER}); return false;"><font class="G10B">{EVENT_TEXT}</font></a>
</td>
</tr>
+ <!-- loop showbottomevents off -->
</table>
<!-- switch showbottom off -->
</center>

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