--- /dev/null
+[% 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>
<HTML>
<HEAD>
- <TITLE> You want to put the title of your application here </TITLE>
- </HEAD>
- <BODY>
+ <title> [% config.application_name || "A poorly configured Maypole application" %] </title>
+
+<META http-equiv=Content-Type content="text/html; charset=utf-8">
+
+<LINK title=myStyle href="/maypole.css" type=text/css rel=stylesheet>
+
+<script language="javascript" type="text/javascript">
+<!--
+function go()
+{
+ box = document.forms[-1].navi;
+ destination = box.options[box.selectedIndex].value;
+ if (box.options[box.selectedIndex].class == 'redirect')
+ location.href = destination;
+}
+
+// -->
+</SCRIPT>
+</HEAD>
+<BODY>
+<DIV class="content">
+