]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - templates/googleform.tmpl
Make the attachment plugin work with CGI.pm 4.x (Closes: #786586; workaround for...
[git.ikiwiki.info.git] / templates / googleform.tmpl
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>