chiark / gitweb /
more templates plus support code changes
[disorder] / templates / new.tmpl
index 73eea2d4e3f144f7a88d9eb0ead927f5b09923a3..2185c4bb2fdf3fb5f3fb4d547d800533fd6131f4 100644 (file)
@@ -20,11 +20,10 @@ USA
 -->
 <html>
  <head>
 -->
 <html>
  <head>
-@include:stdhead@
-  <title>@label:new.title@</title>
+@stdhead{new}
  </head>
  <body>
  </head>
  <body>
-@include{topbar}@
+@stdmenu{new}
   <h1>@label:new.title@</h1>
 
 @#{only display the table if there is something to put in it}@
   <h1>@label:new.title@</h1>
 
 @#{only display the table if there is something to put in it}@
@@ -70,15 +69,16 @@ USA
   </table>
 }@
 
   </table>
 }@
 
-@include{topbarend}@
+@credits
  </body>
 </html>
  </body>
 </html>
-@@
-<!--
+@discard{
 Local variables:
 mode:sgml
 sgml-always-quote-attributes:nil
 sgml-indent-step:1
 sgml-indent-data:t
 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:
 End:
--->
+}@#