Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20576/phpicalendar/templates/default Modified Files: calendar_nav.tpl month_medium.tpl preferences.tpl search_box.tpl sidebar.tpl Log Message: Multiple modifications to template.php and template files to give validated XHTML 1.0 Transitional Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** calendar_nav.tpl 11 Nov 2005 05:15:25 -0000 1.14 --- calendar_nav.tpl 8 Feb 2006 08:07:54 -0000 1.15 *************** *** 28,32 **** <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br /> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br /> ! <input type="hidden" name="cpath" value="{CPATH}"> </form> --- 28,32 ---- <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br /> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br /> ! <input type="hidden" name="cpath" value="{CPATH}"/> </form> *************** *** 35,52 **** <!-- switch show_search off --> <!-- switch show_goto on --> ! <form style="margin-bottom:0;" action="day.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"> ! <input type="hidden" name="cal" value="{URL_CAL}"> ! <input type="text" style="width:160px; font-size:10px" name="jumpto_day"> ! <input type="submit" value="Go"> </form> <!-- switch show_goto off --> ! <hr> <div class = 'G10BOLD'>Pick Multiple:</div> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="getdate" value="{GETDATE}"> ! <input type="hidden" name="cpath" value="{CPATH}"> <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> ! <input type="submit" value="go"> </form> </div> --- 35,52 ---- <!-- switch show_search off --> <!-- switch show_goto on --> ! <form style="margin-bottom:0;" action="day.php" method="get"/> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value="{URL_CAL}"/> ! <input type="text" style="width:160px; font-size:10px" name="jumpto_day"/> ! <input type="submit" value="Go"/> </form> <!-- switch show_goto off --> ! <hr /> <div class = 'G10BOLD'>Pick Multiple:</div> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="getdate" value="{GETDATE}"/> ! <input type="hidden" name="cpath" value="{CPATH}"/> <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> ! <input type="submit" value="Go"/> </form> </div> Index: month_medium.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/month_medium.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** month_medium.tpl 20 May 2004 03:37:06 -0000 1.6 --- month_medium.tpl 8 Feb 2006 08:07:54 -0000 1.7 *************** *** 1,5 **** <table border="0" width="210" cellspacing="0" cellpadding="0" class="calborder"> <tr> ! <td align="center" class="medtitle"><a class="ps3" href="month.php?cal={CAL}&getdate={MONTH_DATE}">{MONTH_TITLE}</a></td> </tr> <tr> --- 1,5 ---- <table border="0" width="210" cellspacing="0" cellpadding="0" class="calborder"> <tr> ! <td align="center" class="medtitle">{MONTH_TITLE}</td> </tr> <tr> Index: preferences.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/preferences.tpl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** preferences.tpl 27 Nov 2005 07:56:31 -0000 1.11 --- preferences.tpl 8 Feb 2006 08:07:54 -0000 1.12 *************** *** 47,51 **** <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_calendar" class="query_style">{CALENDAR_SELECT}</select> ! <input type="hidden" name="cpath" value="{CPATH}"></td> </tr> <tr align="left" valign="top"> --- 47,51 ---- <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_calendar" class="query_style">{CALENDAR_SELECT}</select> ! <input type="hidden" name="cpath" value="{CPATH}"/></td> </tr> <tr align="left" valign="top"> Index: search_box.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/search_box.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** search_box.tpl 13 Apr 2005 14:57:58 -0000 1.1 --- search_box.tpl 8 Feb 2006 08:07:54 -0000 1.2 *************** *** 1,9 **** ! <hr> <div class = 'G10BOLD'>{L_SEARCH}:</div> <form action="search.php" method="GET"> ! <input type="hidden" name="cpath" value="{CPATH}"> ! <input type="hidden" name="cal" value="{CAL}"> ! <input type="hidden" name="getdate" value="{GETDATE}"> ! <input type="text" size="15" name="query" value=""> ! <INPUT type="image" src="templates/{TEMPLATE}/images/search.gif" border=0 height="19" width="18" name="submit" value="Search"> </form> \ No newline at end of file --- 1,9 ---- ! <hr /> <div class = 'G10BOLD'>{L_SEARCH}:</div> <form action="search.php" method="GET"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value="{CAL}"/> ! <input type="hidden" name="getdate" value="{GETDATE}"/> ! <input type="text" size="15" name="query" value=""/> ! <input type="image" src="templates/{TEMPLATE}/images/search.gif" name="submit" value="Search"/> </form> \ No newline at end of file Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** sidebar.tpl 13 Jan 2006 03:03:14 -0000 1.18 --- sidebar.tpl 8 Feb 2006 08:07:54 -0000 1.19 *************** *** 84,88 **** <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br /> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br /> ! <input type="hidden" name="cpath" value="{CPATH}"> </form> --- 84,88 ---- <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br /> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br /> ! <input type="hidden" name="cpath" value="{CPATH}"/> </form> *************** *** 94,105 **** <input type="hidden" name="cal" value="{URL_CAL}"> <input type="text" style="width:160px; font-size:10px" name="jumpto_day"> ! <input type="submit" value="Go"> </form> <!-- switch show_goto off --> ! <hr> <div class = 'G10BOLD'>Pick Multiple:</div> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"> ! <input type="hidden" name="getdate" value="{GETDATE}"> <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> <input type="submit" value="go"> --- 94,105 ---- <input type="hidden" name="cal" value="{URL_CAL}"> <input type="text" style="width:160px; font-size:10px" name="jumpto_day"> ! <input type="submit" value="Go"/> </form> <!-- switch show_goto off --> ! <hr /> <div class = 'G10BOLD'>Pick Multiple:</div> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="getdate" value="{GETDATE}"/> <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> <input type="submit" value="go"> |