Controller::ActionRole is dead
[catagits/Gitalist.git] / root / index.tt2
index 916dcbd..5df3c17 100755 (executable)
@@ -1,29 +1,20 @@
 [% BLOCK repos_table_headfoot %]
 [% SET cell = type == 'head' ? 'th' : 'td' %]
 <tr>
+       <[% cell %]></[% cell %]>
     <[% cell %]>Repository</[% cell %]>
     <!-- XXX These do nothing presently -->
     <[% cell %]><a class="header" href="/?o=descr">Description</a></[% cell %]>
-    <[% cell %]><a class="header" href="/?o=owner">Owner</a></[% cell %]>
-    <[% cell %]><a class="header" href="/?o=age">Last Change</a></[% cell %]>
-    <[% cell %]></[% cell %]>
+    <[% cell %]><a class="header" href="/?o=age">Last change</a></[% cell %]>
+    <[% cell %]><a class="header" href="/?o=owner">By</a></[% cell %]>
+    <[% cell %]>Actions</[% cell %]>
 </tr>
 [% END %]
-<div class='content'>
-  <form method="get" action="[% c.uri_for_action('/search') %]" enctype="application/x-www-form-urlencoded">
-   <p class="projsearch">Search:
-    <input type="text" name="s" value="[% search_text %]" />
-   </p>
-  </form>
 
-  <table class="repository_list">
-    <thead>
-               [% INCLUDE repos_table_headfoot type = 'head' %]
-    </thead>
-    <tfoot>
-               [% INCLUDE repos_table_headfoot type = 'foot'%]
-    </tfoot>
+<table class="listing">
+<thead>
+       [% INCLUDE repos_table_headfoot type = 'head' %]
+</thead>
+[% subinclude('/fragment/collectionofrepositories') %]
+</table>
 
-       [% subinclude('/fragment/collectionofrepositories') %]
-  </table>
-</div>