Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / admin / adminlogin.html
diff --git a/templates/webpages/admin/adminlogin.html b/templates/webpages/admin/adminlogin.html
new file mode 100644 (file)
index 0000000..e821874
--- /dev/null
@@ -0,0 +1,34 @@
+[%- USE T8 %]
+[% USE HTML %]<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>
+
+  <h1 class="login">[% 'Version' | $T8 %] [% HTML.escape(version) %]</h1>
+
+  <h2>[% 'Administration' | $T8 %]</h2>
+
+  [% IF error_message %]
+  <p><span class="error_message">[% 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><a href="http://www.lx-office.org/">[% 'Lx-Office website' | $T8 %]</a></p>
+
+ </div>
+
+</body>
+</html>