]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/searchform.tmpl
update
[ikiwiki.git] / templates / searchform.tmpl
index 7c4fdb026ce73025ce6aa5ca2d1051b5670b8e53..8cdf745f9a9e1d6b53a19be2780fd76fcae9fbf9 100644 (file)
@@ -1,7 +1,6 @@
 <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" />
+<input type="text" id="searchbox" name="P" value="" size="16"
+  placeholder="search" />
 </div>
 </form>