]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/frontpage
Zero search fix and sweet new templates, wheee...
[maypole.git] / templates / factory / frontpage
index 407fc6e6d502d2753266d1def2d3dbd6a3e5bed5..2677c26afaaf0c07dbb0f15a66e70a2b79df8e02 100644 (file)
@@ -9,17 +9,19 @@ It shows a list of all tables it is allowed to display.
 
 #%]
 [% INCLUDE header %]
-<h2>
+<div id="title">
     [% config.application_name || "A poorly configured Maypole application" %]
-</h2>
-<table border="0" width="70%">
+</div>
+<div id="frontpage_list">
+<ul>
 [% FOR table = config.display_tables %]
-    <tr>
-        <td>
-            <a href="[%table%]/list">List by [%table %]</a>
-        </td>
-    </tr>
+    <li>
+        <a href="[%table%]/list">List by [%table %]</a>
+    </li>      
 [% END %]
-</table>
-<br/>
+</ul>
+</div>
+
+[% INCLUDE maypole %]
+
 [% INCLUDE footer %]