aboutsummaryrefslogtreecommitdiffstats
path: root/templates
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
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')
-rw-r--r--templates/default/calendar_nav.tpl20
-rw-r--r--templates/default/month_medium.tpl2
-rw-r--r--templates/default/preferences.tpl2
-rw-r--r--templates/default/search_box.tpl12
-rw-r--r--templates/default/sidebar.tpl10
5 files changed, 23 insertions, 23 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>
diff --git a/templates/default/month_medium.tpl b/templates/default/month_medium.tpl
index 3bc388d..96e8e6b 100644
--- a/templates/default/month_medium.tpl
+++ b/templates/default/month_medium.tpl
@@ -1,6 +1,6 @@
<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}&amp;getdate={MONTH_DATE}">{MONTH_TITLE}</a></td>
+ <td align="center" class="medtitle">{MONTH_TITLE}</td>
</tr>
<tr>
<td>
diff --git a/templates/default/preferences.tpl b/templates/default/preferences.tpl
index 3c154df..9b395f8 100644
--- a/templates/default/preferences.tpl
+++ b/templates/default/preferences.tpl
@@ -46,7 +46,7 @@
<td nowrap="nowrap">{L_SELECT_CAL}:</td>
<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>
+ <input type="hidden" name="cpath" value="{CPATH}"/></td>
</tr>
<tr align="left" valign="top">
<td nowrap="nowrap">{L_SELECT_VIEW}:</td>
diff --git a/templates/default/search_box.tpl b/templates/default/search_box.tpl
index 46f7e74..9c442d3 100644
--- a/templates/default/search_box.tpl
+++ b/templates/default/search_box.tpl
@@ -1,9 +1,9 @@
-<hr>
+<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">
+ <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
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