From: <ji...@us...> - 2006-03-21 09:54:06
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26562/phpicalendar/templates/default Modified Files: footer.tpl print.tpl year.tpl Log Message: add year printview, fix misc bugs Index: footer.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/footer.tpl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** footer.tpl 16 Mar 2006 02:55:06 -0000 1.13 --- footer.tpl 21 Mar 2006 09:52:30 -0000 1.14 *************** *** 1,3 **** ! <center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.21</a><br /> <!-- switch rss_valid on --> <p> --- 1,3 ---- ! <center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.22rc1</a><br /> <!-- switch rss_valid on --> <p> Index: print.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/print.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** print.tpl 1 Dec 2005 06:25:09 -0000 1.6 --- print.tpl 21 Mar 2006 09:52:30 -0000 1.7 *************** *** 14,17 **** --- 14,18 ---- <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> + <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=year"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td> </tr> </table> Index: year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/year.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** year.tpl 23 Nov 2005 06:08:45 -0000 1.10 --- year.tpl 21 Mar 2006 09:52:30 -0000 1.11 *************** *** 57,60 **** --- 57,64 ---- {MONTH_MEDIUM|03} </td> + <td width="20" rowspan='8'> + <img src="images/spacer.gif" width="20" height="1" alt=" " /> + </td> + <td rowspan='8' valign='top'>{SIDEBAR}</td> </tr> <tr> |