]> git.decadent.org.uk Git - maypole.git/blob - templates/factory/header
Templates should be valid XHTML now...
[maypole.git] / templates / factory / header
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4     <head>
5         <title>
6             [%
7                 config.application_name ||
8                 "A poorly configured Maypole application"
9             %]
10         </title>
11         <meta http-equiv=Content-Type content="text/html; charset=utf-8" />
12         <link title=Maypole href=/maypole.css type=text/css rel=stylesheet />
13         <script language="javascript" type="text/javascript">
14             <!--
15                 function go()
16                 {
17                     box = document.forms[-1].navi;
18                     destination = box.options[box.selectedIndex].value;
19                     if (box.options[box.selectedIndex].class == 'redirect')
20                         location.href = destination;
21                 }
22             // -->
23         </script>
24     </head>
25     <body>
26     <div class="content">