diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-26 21:57:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-26 21:57:59 +0000 |
commit | 2bec3518c22c2627df4062c80179a5b7027c52bf (patch) | |
tree | 99b7fe914a0565bb413e52432cfe075c12c0ecc0 /templates | |
parent | 02a2de8ead6d7afd828643397e2f68f0c63acb70 (diff) | |
download | ikiwiki-2bec3518c22c2627df4062c80179a5b7027c52bf.tar ikiwiki-2bec3518c22c2627df4062c80179a5b7027c52bf.tar.gz |
* Patch from James Westby to add a template for the search form.
* Cache search form for speedup.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/searchform.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/searchform.tmpl b/templates/searchform.tmpl new file mode 100644 index 000000000..7c4fdb026 --- /dev/null +++ b/templates/searchform.tmpl @@ -0,0 +1,7 @@ +<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform"> +<div> +<input type="text" name="phrase" value="" size="16" /> +<input type="hidden" name="enc" value="UTF-8" /> +<input type="hidden" name="do" value="hyperestraier" /> +</div> +</form> |