]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - templates/searchform.tmpl
fix duplicate expansion of comments
[git.ikiwiki.info.git] / templates / searchform.tmpl
1 <form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform" class="form-inline input-group input-group-sm pull-xs-right">
2 <TMPL_UNLESS THEME_BOOTSTRAP><div></TMPL_UNLESS>
3 <input type="text" id="searchbox" name="P" value="" size="12" placeholder="search" class="form-control" />
4 <TMPL_IF THEME_BOOTSTRAP>
5 <span class="input-group-btn">
6 <button class="btn btn-secondary" type="submit"><i class="fa fa-search"></i></button>
7 </span>
8 </TMPL_IF>
9 <TMPL_UNLESS THEME_BOOTSTRAP></div></TMPL_UNLESS>
10 </form>