diff options
Diffstat (limited to 'templates/fi')
-rw-r--r-- | templates/fi/admlogin.html | 5 | ||||
-rw-r--r-- | templates/fi/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/fi/admlogin.html b/templates/fi/admlogin.html index 52ee1f16..6bad98be 100644 --- a/templates/fi/admlogin.html +++ b/templates/fi/admlogin.html @@ -2,9 +2,10 @@ <html> <head> <title>%(listname)s %(who)s Authentication</title> +<script>function sf(){document.f.adminpw.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(path)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(path)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/fi/private.html b/templates/fi/private.html index 4391e30b..6e4ccf89 100644 --- a/templates/fi/private.html +++ b/templates/fi/private.html @@ -2,9 +2,10 @@ <html> <head> <title>%(realname)s Private Archives Authentication</title> +<script>function sf(){document.f.username.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(action)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> |