Get the index page working with the content in a fragment and all the URIs moved
[catagits/Gitalist.git] / root / index.tt2
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 %]
11 <div class='content'>
12   <form method="get" action="/" enctype="application/x-www-form-urlencoded">
13    <p class="projsearch">Search:
14     <input type="text" name="s" value="[% search_text %]" />
15    </p>
16   </form>
17
18   <table class="repository_list">
19     <thead>
20                 [% INCLUDE repos_table_headfoot %]
21     </thead>
22     <tfoot>
23                 [% INCLUDE repos_table_headfoot %]
24     </tfoot>
25
26         [% subinclude('/fragment/collectionofrepositories') %]
27   </table>
28 </div>