Change everything round to be /ref/ instead of /commit/ as this makes more sense
[catagits/Gitalist.git] / root / nav / search.tt2
1 [% IF Repository %]
2 <div id="page-search">
3   <form method="get" action="[% c.uri_for_action('/repository/search', [Repository.name]) %]" enctype="application/x-www-form-urlencoded">
4   <select name="type">
5       <option value="commit">commit</option>
6       <option value="author">author</option>
7       <option value="committer">committer</option>
8       <!-- Not supported, maybe later.
9       <option value="grep">grep</option>
10       <option value="pickaxe">pickaxe</option>
11       -->
12   </select><sup><a href="[% c.uri_for_action('/search_help') %]">?</a></sup> search:
13   <input type="text" name="text" value="[% c.req.param('s') %]">
14   <span title="Extended regular expression"><label><input type="checkbox" name="regexp" value="1">re</label></span>
15   </form>
16 </div>
17 [% END %]