Add Apache specific section to docs.
[catagits/Gitalist.git] / root / index.tt2
1 [% BLOCK repos_table_headfoot %]
2 [% SET cell = type == 'head' ? 'th' : 'td' %]
3 <tr>
4         <[% cell %]></[% cell %]>
5     <[% cell %]>Repository</[% cell %]>
6     <!-- XXX These do nothing presently -->
7     <[% cell %]><a class="header" href="/?o=descr">Description</a></[% cell %]>
8     <[% cell %]><a class="header" href="/?o=age">Last change</a></[% cell %]>
9     <[% cell %]><a class="header" href="/?o=owner">By</a></[% cell %]>
10     <[% cell %]>Actions</[% cell %]>
11 </tr>
12 [% END %]
13
14 <table class="listing">
15 <thead>
16         [% INCLUDE repos_table_headfoot type = 'head' %]
17 </thead>
18 [% subinclude('/fragment/collectionofrepositories') %]
19 </table>
20