more templates plus support code changes
[disorder] / templates / recent.tmpl
index 787b514..e8590c7 100644 (file)
@@ -20,11 +20,10 @@ USA
 -->
 <html>
  <head>
-@include:stdhead@
-  <title>@label:recent.title@</title>
+@stdhead{recent}
  </head>
  <body>
-@include{topbar}@
+@stdmenu{recent}
   <h1>@label:recent.title@</h1>
 
 @#{only display the table if there is something to put in it}@
@@ -70,15 +69,16 @@ USA
   </table>
 }@
 
-@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:
--->
+}@#