aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/calendar_nav.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/calendar_nav.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/calendar_nav.tpl')
-rw-r--r--templates/default/calendar_nav.tpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl
index bbbad23..67adc57 100644
--- a/templates/default/calendar_nav.tpl
+++ b/templates/default/calendar_nav.tpl
@@ -27,27 +27,27 @@
<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 -->
{SEARCH_BOX}
<!-- 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 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>
+ <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}">
+ <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">
+ <input type="submit" value="Go"/>
</form>
</div>
</td>

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