Teil 1 von: Usability und Lokalisierung de und de_DE (neu)
[kivitendo-erp.git] / templates / webpages / admin / adminlogin.html
1 [%- USE T8 %]
2 [% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
3  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
4  <div align="center">
5
6   <a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a>
7
8   <h3 class="login">[% 'Lx-Office' | $T8 %] [% HTML.escape(version) %]</h3>
9
10   <h2>[% 'Administration' | $T8 %]</h2>
11
12   [% IF error_message %]
13   <p><span class="error_message">[% error_message %]</span></p>
14   [% END %]
15
16   <form method="post" action="admin.pl">
17
18    <table>
19     <tr>
20      <th>[% 'Password' | $T8 %]</th>
21      <td><input type="password" name="rpw" id="rpw"></td>
22      <td><input type="submit" class="submit" name="action" value="[% 'Login' | $T8 %]"></td>
23     </tr>
24     <input type="hidden" name="action" value="login">
25    </table>
26
27   </form>
28
29   <p>[% 'Lx-Office Homepage' | $T8 %]: <a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></p>
30
31  </div>
32
33 </body>
34 </html>