Only 2 of the pages in the app test now generate invalid links.
[catagits/Gitalist.git] / root / nav / search.tt2
CommitLineData
7a88ffa4 1<div id="page-search">
a349e797 2 <form method="get" action="[% c.uri_for_action('/repository/search', [Repository.name]) %]" enctype="application/x-www-form-urlencoded">
38a4951e 3 <select name="type">
4df2f62f 4 <option value="commit">commit</option>
5 <option value="author">author</option>
6 <option value="committer">committer</option>
7 <!-- Not supported, maybe later.
8 <option value="grep">grep</option>
9 <option value="pickaxe">pickaxe</option>
10 -->
a349e797 11 </select><sup><a href="[% c.uri_for_action('/search_help') %]">?</a></sup> search:
38a4951e 12 <input type="text" name="text" value="[% c.req.param('s') %]">
13 <span title="Extended regular expression"><label><input type="checkbox" name="regexp" value="1">re</label></span>
4df2f62f 14 </form>
15</div>