aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 20:18:32 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 20:18:32 +0000
commit40bce8703357905234d5817445b8037260ec4693 (patch)
tree0fd24a3818b6f01e41f9a112651ee300c9dc4c4a /templates
parent217454e76e29f9161e2cd49181b67097341755c2 (diff)
downloadphpicalendar-40bce8703357905234d5817445b8037260ec4693.tar.gz
phpicalendar-40bce8703357905234d5817445b8037260ec4693.tar.bz2
phpicalendar-40bce8703357905234d5817445b8037260ec4693.zip
remove sear_box.tpl from alternative template folders
Diffstat (limited to 'templates')
-rw-r--r--templates/green/event.tpl7
-rw-r--r--templates/green/search_box.tpl9
-rw-r--r--templates/grey/search_box.tpl9
-rw-r--r--templates/red/search_box.tpl9
-rw-r--r--templates/tan/search_box.tpl9
5 files changed, 5 insertions, 38 deletions
diff --git a/templates/green/event.tpl b/templates/green/event.tpl
index 43c2db2..b0a9a7f 100644
--- a/templates/green/event.tpl
+++ b/templates/green/event.tpl
@@ -15,9 +15,9 @@
<tr>
<td align="left" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
- <p>{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
+ <p><b>{L_SUMMARY}</b>:{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
<!-- switch description on -->
- <p>{DESCRIPTION}</p>
+ <p><b>{L_DESCRIPTION}</b>:{DESCRIPTION}</p>
<!-- switch description off -->
<p>
<!-- switch organizer on -->
@@ -32,6 +32,9 @@
<!-- switch location on -->
<b>{L_LOCATION}</b>: {LOCATION}<br />
<!-- switch location off -->
+ <!-- switch url on -->
+ <b>{L_URL}</b>: {URL}<br />
+ <!-- switch url off -->
</p>
</div>
</td>
diff --git a/templates/green/search_box.tpl b/templates/green/search_box.tpl
deleted file mode 100644
index 9c442d3..0000000
--- a/templates/green/search_box.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<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" name="submit" value="Search"/>
-</form> \ No newline at end of file
diff --git a/templates/grey/search_box.tpl b/templates/grey/search_box.tpl
deleted file mode 100644
index 9c442d3..0000000
--- a/templates/grey/search_box.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<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" name="submit" value="Search"/>
-</form> \ No newline at end of file
diff --git a/templates/red/search_box.tpl b/templates/red/search_box.tpl
deleted file mode 100644
index 9c442d3..0000000
--- a/templates/red/search_box.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<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" name="submit" value="Search"/>
-</form> \ No newline at end of file
diff --git a/templates/tan/search_box.tpl b/templates/tan/search_box.tpl
deleted file mode 100644
index 9c442d3..0000000
--- a/templates/tan/search_box.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<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" name="submit" value="Search"/>
-</form> \ No newline at end of file

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