diff options
Diffstat (limited to '')
-rw-r--r-- | templates/gl/admlogin.html | 5 | ||||
-rw-r--r-- | templates/gl/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/gl/admlogin.html b/templates/gl/admlogin.html index 105fd7e9..7bcdb1c5 100644 --- a/templates/gl/admlogin.html +++ b/templates/gl/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>Autenticación de %(who)s de %(listname)s </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/gl/private.html b/templates/gl/private.html index b48fed0a..2d2b3b85 100644 --- a/templates/gl/private.html +++ b/templates/gl/private.html @@ -1,9 +1,10 @@ <html> <head> <title>Autenticación para os ficheiros privados de %(realname)s </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> |