Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / admin / adminlogin_master.html
1 [%- USE T8 %]
2 [% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
3
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   <h1 class="login">[% 'Version' | $T8 %] [% HTML.escape(version) %]</h1>
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><a href="http://www.lx-office.org/">[% 'Lx-Office website' | $T8 %]</a></p>
30
31  </div>
32
33 </body>
34 </html>