Online registration now sends email. The confirmation URL doesn't
[disorder] / templates / login.html
index 9119a5f..6c1d0b9 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=changepassword type=password value=""
+         <td><input class=password name=password 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>
 @@