follow-up: sorry, I appreciate that wasn't as useful as it could have been
[ikiwiki] / templates / googleform.tmpl
1
2 <form method="get" action="https://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     placeholder="search" />
7  </div>
8 </form>