chiark / gitweb /
more templates plus support code changes
[disorder] / templates / prefs.tmpl
index 5e88890148c5f0d7b74e2b38fc29a8078cc6fbfc..e19d4acce1db20273a8a2ba776b6d73588c0bdd7 100644 (file)
@@ -20,11 +20,10 @@ USA
 -->
 <html>
  <head>
-@include:stdhead@
-  <title>@label:prefs.title@</title>
+@stdhead{prefs}
  </head>
  <body>
-@include{topbar}@
+@stdmenu{prefs}
    <h1>@label:prefs.title@</h1>
 
    <form class=prefs action="@url@" method=POST
@@ -75,15 +74,16 @@ USA
     </p>
    </form>
 
-@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:
--->
+}@#