blob: 43d453c0409b1363a1970916ae4d9f3e88abbc91 (
plain)
1
2
3
4
5
6
7
8
|
<form method="get" action="https://www.google.com/search" class="navbar-form navbar-right" role="search" id="searchform">
<div class="form-group">
<input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" />
<input name="q" value="" id="searchbox" size="16" maxlength="255" type="text" class="form-control"
<TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
</div>
</form>
|