1 [% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
5 <a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a>
7 <h1 class="login">Version [% HTML.escape(version) %]</h1>
9 <h2>Administration</h2>
11 [% IF error_message %]
12 <p><span class="error_message">[% error_message %]</span></p>
15 <form method="post" action="admin.pl">
20 <td><input type="password" name="rpw" id="rpw"></td>
21 <td><input type="submit" class="submit" name="action" value="Anmeldung"></td>
23 <input type="hidden" name="action" value="login">
28 <p><a href="http://www.lx-office.org/">Lx-Office-Webseite</a></p>