]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/login_screen/user_login.html
Es gibt keine menu*.pl mehr, also auch keine Sonderbehandlung dafür
[mfinanz.git] / templates / webpages / login_screen / user_login.html
index 18d35b0dd57a59da4f807e100f5c92f80ad0ec46..08776e7609d4cccfa2dc8f941f07850017b9e30f 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body class="login" onLoad="document.loginscreen.login.focus()">
-
  <center>
   <table class="login" border="3" cellpadding="20">
    <tr>
@@ -25,7 +23,7 @@
           <table>
            <tr>
             <th align="right">[% 'Login Name' | $T8 %]</th>
-            <td><input class="login" name="{AUTH}login" size="30" tabindex="1"></td>
+            <td><input id='login' class="login" name="{AUTH}login" size="30" tabindex="1"></td>
            </tr>
            <tr>
             <th align="right">[% 'Password' | $T8 %]</th>
@@ -46,6 +44,6 @@
     </td>
    </tr>
   </table>
-
-</body>
-</html>
+  <script type='text/javascript'>
+    $(function(){ $('#login').focus() })
+  </script>