diff options
Diffstat (limited to 'srv/templates/searchform.tmpl')
-rw-r--r-- | srv/templates/searchform.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/srv/templates/searchform.tmpl b/srv/templates/searchform.tmpl new file mode 100644 index 0000000..afae2eb --- /dev/null +++ b/srv/templates/searchform.tmpl @@ -0,0 +1,5 @@ +<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform"> +<div> +<input type="text" id="searchbox" name="P" value="" size="16" /> +</div> +</form> |