Projekt

Allgemein

Profil

Herunterladen (1,04 KB) Statistiken
| Zweig: | Markierung: | Revision:
[%- USE T8 %]
[% USE HTML %]
[% USE LxERP%]
<body class="admin" onload="document.getElementById('rpw').focus()">
<div align="center">

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

<h3 class="login">[% 'Lx-Office' | $T8 %] [% HTML.escape(version) %]</h3>

<h2>[% 'Administration' | $T8 %]</h2>

[% IF error_message %]
<p><span class="message_error_login">[% error_message %]</span></p>
[% END %]

<form method="post" action="admin.pl">

<table>
<tr>
<th>[% 'Password' | $T8 %]</th>
<td><input type="password" name="rpw" id="rpw"></td>
<td><input type="submit" class="submit" name="action" value="[% 'Login' | $T8 %]"></td>
</tr>
<input type="hidden" name="action" value="login">
</table>

</form>

<p>[% 'Lx-Office Homepage' | $T8 %]: <a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></p>

<p><a href="login.pl" target="_top">[%- LxERP.t8('Back to the login page') %]</a></p>

</div>

</body>
</html>
(1-1/29)