chiark / gitweb /
build default stopword list into server
[disorder] / templates / login.html
index 31dc6e8bb6f155145dc9080f03d4650e1e1721ab..16811f8949e000aa24f1ff53460ba0846fd54515 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:login.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:login.title@</h1>
 
    @if{@ne{@label:error@}{error}@}{
@@ -95,7 +95,7 @@ USA
        </tr>
        <tr>
          <td>@label:login.password@</td>
-         <td><input class=password name=password type=password value=""
+         <td><input class=password name=changepassword type=password value=""
                     size=32></td>
          <td>
            <button class=register name=action type=submit value=register>
@@ -152,7 +152,7 @@ USA
 
    }@
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@