Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendu...
[kivitendo-erp.git] / templates / webpages / admin / adminlogin_de.html
1 [% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
2
3  <div align="center">
4
5   <a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a>
6
7   <h1 class="login">Version [% HTML.escape(version) %]</h1>
8
9   <h2>Administration</h2>
10
11   [% IF error_message %]
12   <p><span class="error_message">[% error_message %]</span></p>
13   [% END %]
14
15   <form method="post" action="admin.pl">
16
17    <table>
18     <tr>
19      <th>Passwort</th>
20      <td><input type="password" name="rpw" id="rpw"></td>
21      <td><input type="submit" class="submit" name="action" value="Anmeldung"></td>
22     </tr>
23     <input type="hidden" name="action" value="login">
24    </table>
25
26   </form>
27
28   <p><a href="http://www.lx-office.org/">Lx-Office-Webseite</a></p>
29
30  </div>
31
32 </body>
33 </html>