]> git.decadent.org.uk Git - maypole.git/blob - templates/factory/header
Let's have some nice generic ones of these, instead of referring to the beer database.
[maypole.git] / templates / factory / header
1 <HTML>
2     <HEAD>
3         <title> [% config.application_name || "A poorly configured Maypole application" %] </title>
4
5 <META http-equiv=Content-Type content="text/html; charset=utf-8">
6
7 <LINK title=myStyle href="/maypole.css" type=text/css rel=stylesheet>
8
9 <script language="javascript" type="text/javascript">
10 <!--
11 function go()
12 {
13     box = document.forms[-1].navi;
14     destination = box.options[box.selectedIndex].value;
15     if (box.options[box.selectedIndex].class == 'redirect')
16         location.href = destination;
17 }
18
19 // -->
20 </SCRIPT>
21 </HEAD>
22 <BODY>
23 <DIV class="content">
24