aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/sidebar.tpl
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-02-08 08:07:54 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-02-08 08:07:54 +0000
commit501ac044e90b7c0cea1fc238455c24a21896e3ce (patch)
tree73f1dc824787fbc6a8691dead710c1099f46979c /templates/default/sidebar.tpl
parent63b0bd326a585fe3aae825e81d565ae857a7d6b5 (diff)
downloadphpicalendar-501ac044e90b7c0cea1fc238455c24a21896e3ce.tar.gz
phpicalendar-501ac044e90b7c0cea1fc238455c24a21896e3ce.tar.bz2
phpicalendar-501ac044e90b7c0cea1fc238455c24a21896e3ce.zip
Multiple modifications to template.php and template files to give validated XHTML 1.0 Transitional
Diffstat (limited to 'templates/default/sidebar.tpl')
-rw-r--r--templates/default/sidebar.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index b3eea87..3084aca 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -83,7 +83,7 @@
<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}">
+ <input type="hidden" name="cpath" value="{CPATH}"/>
</form>
<!-- switch show_search on -->
@@ -93,14 +93,14 @@
<form style="margin-bottom:0;" action="day.php" method="get">
<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">
+ <input type="submit" value="Go"/>
</form>
<!-- switch show_goto off -->
- <hr>
+ <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}">
+ <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">
</form>

© 2014-2024 Faster IT GmbH | imprint | privacy policy