chiark / gitweb /
Merge fixes up to 3.0.1
[disorder] / templates / error.html
index a2ed445a39103dce66c93f2e7f3611177b25076e..64ad6ff60e917e692b7c6f07cb27e5bad4064abc 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!--
 This file is part of DisOrder.
-Copyright (C) 2005 Richard Kettlewell
+Copyright (C) 2005, 2007, 2008 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -24,14 +24,16 @@ USA
   <title>@label:error.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
-   <h1 class=title>@label:error.title@</h1>
+@include{topbar}@
+   <h1>@label:error.title@</h1>
     
-    <p>@label{error.@label:error@}@</p>
+  <div class=error>
+    <p class=error>@label{error.@label:error@}@</p>
 
-    <p>@label:error.generic@</p>
+    <p class=error>@label:error.generic@</p>
+  </div>
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@
@@ -43,4 +45,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:5UQWniMns+CWWMBBF0qoUg -->