From: <cl...@us...> - 2004-10-25 02:21:36
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6168/templates/default Modified Files: error.tpl footer.tpl Log Message: Errors now seem to all work! Index: error.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/error.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** error.tpl 15 May 2004 02:42:17 -0000 1.2 --- error.tpl 25 Oct 2004 02:21:27 -0000 1.3 *************** *** 18,25 **** <tr> <td> ! <table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B"> <tr> ! <td align="center" valign="top"> ! <br /> {ERROR_MSG} <br /> --- 18,24 ---- <tr> <td> ! <table width="100%" border="0" cellspacing="0" cellpadding="10" class="G10B"> <tr> ! <td align="center" valign="top" class="V12"> {ERROR_MSG} <br /> *************** *** 30,34 **** {L_ERROR_BACK} <br /> - <br /> </td> </tr> --- 29,32 ---- Index: footer.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/footer.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** footer.tpl 2 Oct 2004 00:12:21 -0000 1.8 --- footer.tpl 25 Oct 2004 02:21:27 -0000 1.9 *************** *** 1,3 **** ! <center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.0 beta</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.0</a><br /> <!-- switch rss_valid on --> <p> *************** *** 9,14 **** {L_THIS_SITE_IS} <a class="psf" href="{BASE}rss/index.php?cal={CAL}&getdate={GETDATE}">RSS-Enabled</a><br /> <!-- switch rss_powered off --> ! Page generated in {GENERATED1} seconds.<br /> ! Template generated in {GENERATED2} seconds. </center> </body> --- 9,14 ---- {L_THIS_SITE_IS} <a class="psf" href="{BASE}rss/index.php?cal={CAL}&getdate={GETDATE}">RSS-Enabled</a><br /> <!-- switch rss_powered off --> ! <!--Page generated in {GENERATED1} seconds.<br /> ! Template generated in {GENERATED2} seconds.--> </center> </body> |