add repo logic to wrapper
[catagits/Gitalist.git] / root / index.tt2
index 5ab87e7..916dcbd 100644 (file)
@@ -1,15 +1,16 @@
 [% BLOCK repos_table_headfoot %]
+[% SET cell = type == 'head' ? 'th' : 'td' %]
 <tr>
-    <th>Repository</th>
+    <[% cell %]>Repository</[% cell %]>
     <!-- XXX These do nothing presently -->
-    <th><a class="header" href="/?o=descr">Description</a></th>
-    <th><a class="header" href="/?o=owner">Owner</a></th>
-    <th><a class="header" href="/?o=age">Last Change</a></th>
-    <th></th>
+    <[% 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 %]>
 </tr>
 [% END %]
 <div class='content'>
-  <form method="get" action="/" enctype="application/x-www-form-urlencoded">
+  <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>
 
   <table class="repository_list">
     <thead>
-               [% INCLUDE repos_table_headfoot %]
+               [% INCLUDE repos_table_headfoot type = 'head' %]
     </thead>
     <tfoot>
-               [% INCLUDE repos_table_headfoot %]
+               [% INCLUDE repos_table_headfoot type = 'foot'%]
     </tfoot>
 
        [% subinclude('/fragment/collectionofrepositories') %]