aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-04-13 14:57:58 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-04-13 14:57:58 +0000
commit7f12c963ad56c695e588c7a8e32e6d7836783f4e (patch)
treec522a8f67717985c0fbbdcfb2db3e9d4601ca6ca
parent692e18a42cfc5b9924c88d71269f0eecd3ca748a (diff)
downloadphpicalendar-7f12c963ad56c695e588c7a8e32e6d7836783f4e.tar.gz
phpicalendar-7f12c963ad56c695e588c7a8e32e6d7836783f4e.tar.bz2
phpicalendar-7f12c963ad56c695e588c7a8e32e6d7836783f4e.zip
search box module
-rw-r--r--templates/default/search_box.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/default/search_box.tpl b/templates/default/search_box.tpl
new file mode 100644
index 0000000..46f7e74
--- /dev/null
+++ b/templates/default/search_box.tpl
@@ -0,0 +1,9 @@
+<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">
+</form> \ No newline at end of file

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