196ef8f763e5aab73961bb91b9c663f79ae8e78f
[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   <form method="post" action="admin.pl">
12
13    <table>
14     <tr>
15      <th>Passwort</th>
16      <td><input type="password" name="rpw" id="rpw"></td>
17      <td><input type="submit" class="submit" name="action" value="Anmeldung"></td>
18     </tr>
19     <input type="hidden" name="action" value="login">
20    </table>
21
22   </form>
23
24   <p><a href="http://www.lx-office.org/">Lx-Office-Webseite</a></p>
25
26  </div>
27
28 </body>
29 </html>