]> sipb.mit.edu Git - ikiwiki.git/blob - templates/googleform.tmpl
(no commit message)
[ikiwiki.git] / templates / googleform.tmpl
1
2 <form method="get" action="http://www.google.com/search" id="searchform">
3  <div>
4   <input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" />
5   <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text"
6   <TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
7  </div>
8 </form>