First iteration of login page translation
[disorder] / templates / prefs.tmpl
index 5e88890..db03220 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
@@ -41,7 +40,7 @@ USA
       </tr>
       <tr class=even>
        <td class="prefs_name">@label:heading.title@</td>
-       <td class="prefs_value"><input size=40 type=text name="@index@_title" value="@part{display}{title}{@arg{@index@_file}@}@"></td>
+       <td class="prefs_value"><input size=40 type=text name="@index@_title" value="@part{@arg{@index@_file}display}{title}{display}"></td>
       </tr>
       <tr class=odd>
        <td class="prefs_name">@label:heading.album@</td>
@@ -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:
--->
+}@#