diff options
Diffstat (limited to 'templates/ast')
-rw-r--r-- | templates/ast/admlogin.html | 5 | ||||
-rw-r--r-- | templates/ast/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/ast/admlogin.html b/templates/ast/admlogin.html index e96a6036..2538315c 100644 --- a/templates/ast/admlogin.html +++ b/templates/ast/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>Autentificación del %(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/ast/private.html b/templates/ast/private.html index 51da47b7..ee242223 100644 --- a/templates/ast/private.html +++ b/templates/ast/private.html @@ -1,9 +1,10 @@ <html> <head> <title>Autentificación para los archivos 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> |