repo.or.cz
/
ikiwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
comment: Better fix to avoid showing comments of subpages, while not breaking manual...
[ikiwiki.git]
/
templates
/
searchform.tmpl
blob
cb65d124ca9d543b762bbfb5e40100e09c5e1436
1
<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
2
<div>
3
<input type="text" id="searchbox" name="P" value="" size="16"
4
<TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
5
</div>
6
</form>