summaryrefslogtreecommitdiff
path: root/root/search
blob: c40b78fd3ce299d312c1abe4c24f71897df43201 (plain)
1
2
3
4
5
6
7
8
9
10
<div id="search[% IF local; '-local'; END %]">
 <form action="[% href.search() %]" method="get">
  <p>
   <label for="term">Search:</label>
   <input autocomplete="off" type="text" id="term" name="q" size="30" />
   <input type="hidden" name="tags" value="[% IF local; FOR tag IN tagset.tags; tag.pk _ ' '; END; END %]" />
   <input type="submit" name="go" value=">" />
  </p>
 </form>
</div>