]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/frontpage
Let's have some nice generic ones of these, instead of referring to the beer database.
[maypole.git] / templates / factory / frontpage
diff --git a/templates/factory/frontpage b/templates/factory/frontpage
new file mode 100644 (file)
index 0000000..61c48b8
--- /dev/null
@@ -0,0 +1,15 @@
+[% INCLUDE header %]
+
+<h2> [% config.application_name || "A poorly configured Maypole application" %] </h2>
+
+<TABLE BORDER="0" ALIGN="center" WIDTH="70%">
+[% FOR table = config.display_tables %]
+<TR>
+<TD>
+<A HREF="[%table%]/list">List by [%table %]</A>
+</TD>
+</TR>
+[% END %]
+</TABLE>
+
+<BR>