chiark / gitweb /
Ask for -std=gnu99 if necessary to get full <limits.h>.
[disorder] / templates / login.html
index e586132efe9e16395a70c1fab3b7a1c2e083e123..723b6afcb513f147bd84f8a911c1e3958ca41691 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!--
 This file is part of DisOrder.
-Copyright (C) 2007 Richard Kettlewell
+Copyright (C) 2007, 2008 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ USA
  </head>
  <body>
 @include{topbar}@
-   <h1 class=title>@label:login.title@</h1>
+   <h1>@label:login.title@</h1>
 
    @if{@ne{@label:error@}{error}@}{
    @#{error reporting from some earlier operation}@
@@ -37,7 +37,7 @@ USA
    @if{@ne{@label:status@}{status}@}{
    @#{some action succeeded}@
    <div class=loginstatus>
-     <p class=loginstatus>@label{login.@label:status@}@</p>
+     <p>@label{login.@label:status@}@</p>
    </div>
    }@