Projekt

Allgemein

Profil

Herunterladen (1,03 KB) Statistiken
| Zweig: | Markierung: | Revision:
dfee9199 Sven Schöling
[%- USE T8 %]
3e209ee0 Moritz Bunkus
[% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
4b937d1a Sven Donath
<p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
296b4f44 Moritz Bunkus
<div align="center">

<a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a>

4b937d1a Sven Donath
<h3 class="login">[% 'Lx-Office' | $T8 %] [% HTML.escape(version) %]</h3>
296b4f44 Moritz Bunkus
dfee9199 Sven Schöling
<h2>[% 'Administration' | $T8 %]</h2>
296b4f44 Moritz Bunkus
8c7e4493 Moritz Bunkus
[% IF error_message %]
e3f07619 Sven Donath
<p><span class="message_error_login">[% error_message %]</span></p>
8c7e4493 Moritz Bunkus
[% END %]

296b4f44 Moritz Bunkus
<form method="post" action="admin.pl">

<table>
<tr>
dfee9199 Sven Schöling
<th>[% 'Password' | $T8 %]</th>
296b4f44 Moritz Bunkus
<td><input type="password" name="rpw" id="rpw"></td>
dfee9199 Sven Schöling
<td><input type="submit" class="submit" name="action" value="[% 'Login' | $T8 %]"></td>
296b4f44 Moritz Bunkus
</tr>
<input type="hidden" name="action" value="login">
</table>

</form>

4b937d1a Sven Donath
<p>[% 'Lx-Office Homepage' | $T8 %]: <a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></p>
296b4f44 Moritz Bunkus
</div>

</body>
</html>