From: <par...@us...> - 2010-02-09 18:07:55
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24958/templates/default Modified Files: calendar_nav.tpl sidebar.tpl sidebar_year.tpl Log Message: Fix jumpbox vs PHP transparent SID Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** calendar_nav.tpl 7 Jul 2009 14:48:29 -0000 1.19 --- calendar_nav.tpl 9 Feb 2010 18:07:46 -0000 1.20 *************** *** 92,102 **** <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 /> - <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> <!-- switch show_search on --> --- 92,123 ---- <div style="padding: 5px;"> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br /> </form> <!-- switch show_search on --> Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** sidebar.tpl 23 Dec 2008 10:20:50 -0000 1.23 --- sidebar.tpl 9 Feb 2010 18:07:46 -0000 1.24 *************** *** 79,89 **** <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 /> - <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> <!-- switch show_search on --> --- 79,110 ---- <div style="padding: 5px;"> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br /> </form> <!-- switch show_search on --> Index: sidebar_year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar_year.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sidebar_year.tpl 23 Dec 2008 10:20:50 -0000 1.3 --- sidebar_year.tpl 9 Feb 2010 18:07:46 -0000 1.4 *************** *** 79,89 **** <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 /> - <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> <!-- switch show_search on --> --- 79,110 ---- <div style="padding: 5px;"> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br /> ! </form> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> ! <input type="hidden" name="cpath" value="{CPATH}"/> ! <input type="hidden" name="cal" value=""/> ! <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br /> </form> <!-- switch show_search on --> |