chiark / gitweb /
more templates plus support code changes
[disorder] / templates / login.tmpl
index 723b6afcb513f147bd84f8a911c1e3958ca41691..7c45438d88b4365a740813763fa5b2c33ee02072 100644 (file)
@@ -20,11 +20,10 @@ USA
 -->
 <html>
  <head>
-@include:stdhead@
-  <title>@label:login.title@</title>
+@stdhead{login}
  </head>
  <body>
-@include{topbar}@
+@stdmenu{login}
    <h1>@label:login.title@</h1>
 
    @if{@ne{@label:error@}{error}@}{
@@ -212,15 +211,16 @@ USA
 
    }@
 
-@include{topbarend}@
+@credits
  </body>
 </html>
-@@
-<!--
+@discard{
 Local variables:
 mode:sgml
 sgml-always-quote-attributes:nil
 sgml-indent-step:1
 sgml-indent-data:t
+indent-tabs-mode:nil
+fill-column:79
 End:
--->
+}@#