aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-16 19:39:13 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-16 19:39:13 +0000
commitb47c05d55b185ef979901f304121ac87d2abde75 (patch)
tree06004d1c3895f559b7437987f70b7a227703306b /templates
parent65e1a82f6d7049e0acc4607e923b18f71ab4d9f4 (diff)
downloadphpicalendar-b47c05d55b185ef979901f304121ac87d2abde75.tar.gz
phpicalendar-b47c05d55b185ef979901f304121ac87d2abde75.tar.bz2
phpicalendar-b47c05d55b185ef979901f304121ac87d2abde75.zip
Print view wired for templates, XHTML valid.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/print.tpl13
1 files changed, 8 insertions, 5 deletions
diff --git a/templates/default/print.tpl b/templates/default/print.tpl
index f35cb90..110e350 100644
--- a/templates/default/print.tpl
+++ b/templates/default/print.tpl
@@ -10,9 +10,9 @@
<div style="padding-top: 3px;">
<table width="90" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
- <td><a class="psf" href="day.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
- <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="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview=day"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
+ <td><a class="psf" href="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview=week"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
+ <td><a class="psf" href="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview=month"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
</tr>
</table>
</div>
@@ -22,13 +22,14 @@
</td>
</tr>
<tr>
- <td colspan="3" class="dayborder"><img src="images/spacer.gif" width="1" height="5" alt=" "></td>
+ <td colspan="3" class="dayborder"><img src="images/spacer.gif" width="1" height="5" alt=" " /></td>
</tr>
<tr>
<td colspan="3">
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
<td align="left" valign="top">
+ <!-- switch some_events on -->
<div class="V12"><b>{DAYOFMONTH}</b></div>
<!-- loop events on -->
<div style="padding: 6px;">
@@ -50,9 +51,10 @@
</table>
</div>
<!-- loop events off -->
+ <!-- switch some_events off -->
<!-- switch no_events on -->
- <div class="V12"><b>{L_ZERO_EVENTS}</b></div>
+ <div class="V12"><b>{L_NO_RESULTS}</b></div>
<!-- switch no_events off -->
</td>
</tr>
@@ -67,4 +69,5 @@
<td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td>
</tr>
</table>
+</center>
{FOOTER} \ No newline at end of file

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