aboutsummaryrefslogtreecommitdiff
path: root/templates/searchform.tmpl
blob: 7c4fdb026ce73025ce6aa5ca2d1051b5670b8e53 (plain)
1
2
3
4
5
6
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>