aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/calendar_nav.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-30 06:15:24 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-30 06:15:24 +0000
commite97ade7b2fc669793200aaa63eccf642fc5302a2 (patch)
treeb1e651a0ead6c53c56c5bc056830bafa85f27831 /templates/default/calendar_nav.tpl
parent93650f0d9811512ded7c21cd7a0a67b3cc14b732 (diff)
downloadphpicalendar-e97ade7b2fc669793200aaa63eccf642fc5302a2.tar.gz
phpicalendar-e97ade7b2fc669793200aaa63eccf642fc5302a2.tar.bz2
phpicalendar-e97ade7b2fc669793200aaa63eccf642fc5302a2.zip
Work continues on month.php and templates.
Diffstat (limited to 'templates/default/calendar_nav.tpl')
-rw-r--r--templates/default/calendar_nav.tpl46
1 files changed, 27 insertions, 19 deletions
diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl
index 8ac5386..e0cfa47 100644
--- a/templates/default/calendar_nav.tpl
+++ b/templates/default/calendar_nav.tpl
@@ -7,25 +7,33 @@
<table border="0" width="330" cellspacing="0" cellpadding="0">
<tr>
<td width="160" valign="top">
- <div style="padding: 5px;">
- <form style="margin-bottom:0;" action="day.php" method="GET">
- <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value">{LIST_ICALS}</select><br>
- {LIST_YEARS}<br>
- {LIST_MONTHS}<br>
- {LIST_WEEKS}<br>
- <br>
- </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="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 -->
- </div>
+ <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder">
+ <tr height="20">
+ <td align="center" class="sideback"><b>{L_JUMP_TO}</b></td>
+ </tr>
+ <tr>
+ <td>
+ <div style="padding: 5px;">
+ <form style="margin-bottom:0;" action="day.php" method="GET">
+ <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>
+ </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="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 -->
+ </div>
+ </td>
+ </tr>
+ </table>
</td>
<td>
<img src="images/spacer.gif" width="20" height="1" alt=" ">

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