From: <cl...@us...> - 2004-02-03 23:04:36
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19290/templates/default Modified Files: calendar_nav.tpl sidebar.tpl Log Message: Removed unneeded files, tweeked templates, added legend for multiple calendars. Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** calendar_nav.tpl 1 Feb 2004 04:16:37 -0000 1.5 --- calendar_nav.tpl 3 Feb 2004 23:02:13 -0000 1.6 *************** *** 23,26 **** --- 23,27 ---- <div style="padding: 5px;"> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="GET"> + <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_JUMPS}</select><br> <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_ICALS}</select><br> <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_YEARS}</select><br> *************** *** 60,68 **** <tr> <td> ! <div style="padding: 5px;"> ! <a class="psf" href="day.php?cal={CAL}&getdate={REALLY_TODAY_TODAY}">{L_GODAY}</a><br> ! <a class="psf" href="week.php?cal={CAL}&getdate={REALLY_TODAY_TODAY}">{L_GOWEEK}</a><br> ! <a class="psf" href="month.php?cal={CAL}&getdate={REALLY_TODAY_TODAY}">{L_GOMONTH}</a><br> ! <a class="psf" href="year.php?cal={CAL}&getdate={REALLY_TODAY_TODAY}">{L_GOYEAR}</a><br> <a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview={CURRENT_VIEW}">{L_GOPRINT}</a><br> <!-- switch allow_preferences on --> --- 61,67 ---- <tr> <td> ! <div style="padding-left: 5px;"> ! <b>{L_LEGEND}:</b><br> ! {LEGEND} <a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview={CURRENT_VIEW}">{L_GOPRINT}</a><br> <!-- switch allow_preferences on --> Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sidebar.tpl 3 Feb 2004 06:22:30 -0000 1.4 --- sidebar.tpl 3 Feb 2004 23:02:13 -0000 1.5 *************** *** 8,28 **** <td colspan="3" bgcolor="#FFFFFF" align="left"> <div style="padding: 5px;"> ! <font class="G10BOLD">{CAL_DISPLAYNAME2}</font><br> ! <span class="G10"> ! <a class="psf" href="day.php?cal={CAL}&getdate={REALLY_TODAY_TODAY}">{L_GODAY}</a><br> ! <a class="psf" href="week.php?cal={CAL}&getdate={REALLY_TODAY_TODAY}">{L_GOWEEK}</a><br> ! <a class="psf" href="month.php?cal={CAL}&getdate={REALLY_TODAY_TODAY}">{L_GOMONTH}</a><br> ! <a class="psf" href="year.php?cal={CAL}&getdate={REALLY_TODAY_TODAY}">{L_GOYEAR}</a><br> ! <a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview={CURRENT_VIEW}">{L_GOPRINT}</a><br> ! <!-- switch allow_preferences on --> ! <a class="psf" href="preferences.php?cal={CAL}&getdate={GETDATE}">{L_PREFERENCES}</a><br> ! <!-- switch allow_preferences off --> ! <!-- switch display_download on --> ! <a class="psf" href="{SUBSCRIBE_PATH}">{L_SUBSCRIBE}</a> | <a class="psf" href="{DOWNLOAD_FILENAME}">{L_DOWNLOAD}</a><br> ! <!-- switch display_download off --> ! <!-- switch is_logged_in on --> ! <a class="psf" href="{SCRIPT_NAME}?{QUERYS}">Logout {USERNAME}</a> ! <!-- switch is_logged_in off --> ! </span> </div> </td> --- 8,23 ---- <td colspan="3" bgcolor="#FFFFFF" align="left"> <div style="padding: 5px;"> ! <b>{L_LEGEND}:</b><br> ! {LEGEND} ! <a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview={CURRENT_VIEW}">{L_GOPRINT}</a><br> ! <!-- switch allow_preferences on --> ! <a class="psf" href="preferences.php?cal={CAL}&getdate={GETDATE}">{L_PREFERENCES}</a><br> ! <!-- switch allow_preferences off --> ! <!-- switch display_download on --> ! <a class="psf" href="{SUBSCRIBE_PATH}">{L_SUBSCRIBE}</a> | <a class="psf" href="{DOWNLOAD_FILENAME}">{L_DOWNLOAD}</a><br> ! <!-- switch display_download off --> ! <!-- switch is_logged_in on --> ! <a class="psf" href="{SCRIPT_NAME}?{QUERYS}">Logout {USERNAME}</a> ! <!-- switch is_logged_in off --> </div> </td> *************** *** 46,49 **** --- 41,45 ---- <div style="padding: 5px;"> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="GET"> + <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_JUMPS}</select><br> <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_ICALS}</select><br> <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_YEARS}</select><br> |