source: extensions/searcht1menu/template/menubar_search.tpl @ 32117

Last change on this file since 32117 was 32117, checked in by ddtddt, 4 years ago

[Search 1 menu] first commit

File size: 321 bytes
Line 
1<dt>
2  <form style="margin:0;display:inline" action="{$ROOT_URL}qsearch.php" method=get id=quicksearch onsubmit="return this.q.value!='';">
3        <input type="text" name=q id=qsearchInput placeholder="{'Search'|@translate|escape:'html'}..." {if !empty($QUERY_SEARCH)} value="{$QUERY_SEARCH}"{/if}>
4  </form>
5</dt><dd></dd>
Note: See TracBrowser for help on using the repository browser.