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