]> ruin.nu Git - ndwebbie.git/blobdiff - root/lib/site/html.tt2
Login/Logout and session support with roles + convert to html 4.01.
[ndwebbie.git] / root / lib / site / html.tt2
index 8cccb3f53f58b5f26e335ca37721b18bac904171..91fbff06fa4b668e26e37a4b880cad39c56b3644 100644 (file)
@@ -1,17 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html  xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
 <head>
        <title>[% site.title %]: [% template.title %]</title>
-       <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=UTF-8"/>
-       <link rel="stylesheet" type="text/css" href="/static/default.css"/>
-       <link rel="stylesheet" type="text/css" href="/static/css/[% user.css or "black" %].css"/>
-       <link rel="icon" type="image/ico" href="/favicon.ico"/>
+       <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+       <link rel="stylesheet" type="text/css" href="/static/default.css">
+       <link rel="stylesheet" type="text/css" href="/static/css/[% user.css or "black" %].css">
+       <link rel="icon" type="image/ico" href="/favicon.ico">
        <script type="text/javascript" src="/static/js/raid.js"></script>
        <script type="text/javascript" src="/static/js/misc.js"></script>
-       <TMPL_VAR NAME=HEADER>
 </head>
  <body>
 [% content %]
 </body>
+</html>