Fix reflog and search actions chaining to the right place.
[catagits/Gitalist.git] / root / nav / search.tt2
CommitLineData
7a88ffa4 1<div id="page-search">
4df2f62f 2 <form method="get" action="[% c.uri_for('search') %]" enctype="application/x-www-form-urlencoded">
87581f05 3 <input name="p" type="hidden" value="[% Repository.name %]">
38a4951e 4 <input name="a" type="hidden" value="search">
5 <input name="h" type="hidden" value="[% commit.sha1 %]">
6 <input name="f" type="hidden" value="[% c.req.param('f') %]">
7 <select name="type">
4df2f62f 8 <option value="commit">commit</option>
9 <option value="author">author</option>
10 <option value="committer">committer</option>
11 <!-- Not supported, maybe later.
12 <option value="grep">grep</option>
13 <option value="pickaxe">pickaxe</option>
14 -->
da8f4f82 15 </select><sup><a href="[% c.uri_for('search_help') %]">?</a></sup> search:
38a4951e 16 <input type="text" name="text" value="[% c.req.param('s') %]">
17 <span title="Extended regular expression"><label><input type="checkbox" name="regexp" value="1">re</label></span>
4df2f62f 18 </form>
19</div>