Merge branch 'less_fugly_uris' of github.com:broquaint/Gitalist into less_fugly_uris
[catagits/Gitalist.git] / root / index.tt2
CommitLineData
066e9aa4 1[% BLOCK repos_table_headfoot %]
2<tr>
3 <th>Repository</th>
4 <!-- XXX These do nothing presently -->
5 <th><a class="header" href="/?o=descr">Description</a></th>
6 <th><a class="header" href="/?o=owner">Owner</a></th>
7 <th><a class="header" href="/?o=age">Last Change</a></th>
8 <th></th>
9</tr>
10[% END %]
2cf1e781 11<div class='content'>
872e6812 12 <form method="get" action="[% c.uri_for_action('/search') %]" enctype="application/x-www-form-urlencoded">
2cf1e781 13 <p class="projsearch">Search:
14 <input type="text" name="s" value="[% search_text %]" />
15 </p>
16 </form>
d5cc37a4 17
82bc0f05 18 <table class="repository_list">
2cf1e781 19 <thead>
066e9aa4 20 [% INCLUDE repos_table_headfoot %]
2cf1e781 21 </thead>
22 <tfoot>
066e9aa4 23 [% INCLUDE repos_table_headfoot %]
2cf1e781 24 </tfoot>
d5cc37a4 25
066e9aa4 26 [% subinclude('/fragment/collectionofrepositories') %]
2cf1e781 27 </table>
28</div>