From: <cl...@us...> - 2004-05-16 19:39:23
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8380/templates/default Modified Files: print.tpl Log Message: Print view wired for templates, XHTML valid. Index: print.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/print.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** print.tpl 8 Feb 2004 00:43:14 -0000 1.2 --- print.tpl 16 May 2004 19:39:14 -0000 1.3 *************** *** 11,17 **** <table width="90" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> ! <td><a class="psf" href="day.php?cal={CAL}&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}&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}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td> </tr> </table> --- 11,17 ---- <table width="90" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&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}&getdate={GETDATE}&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}&getdate={GETDATE}&printview=month"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td> </tr> </table> *************** *** 23,27 **** </tr> <tr> ! <td colspan="3" class="dayborder"><img src="images/spacer.gif" width="1" height="5" alt=" "></td> </tr> <tr> --- 23,27 ---- </tr> <tr> ! <td colspan="3" class="dayborder"><img src="images/spacer.gif" width="1" height="5" alt=" " /></td> </tr> <tr> *************** *** 30,33 **** --- 30,34 ---- <tr> <td align="left" valign="top"> + <!-- switch some_events on --> <div class="V12"><b>{DAYOFMONTH}</b></div> <!-- loop events on --> *************** *** 51,57 **** </div> <!-- loop events off --> <!-- switch no_events on --> ! <div class="V12"><b>{L_ZERO_EVENTS}</b></div> <!-- switch no_events off --> </td> --- 52,59 ---- </div> <!-- loop events off --> + <!-- switch some_events off --> <!-- switch no_events on --> ! <div class="V12"><b>{L_NO_RESULTS}</b></div> <!-- switch no_events off --> </td> *************** *** 68,70 **** --- 70,73 ---- </tr> </table> + </center> {FOOTER} \ No newline at end of file |