diff options
Diffstat (limited to 'templates/pt')
-rw-r--r-- | templates/pt/admlogin.html | 5 | ||||
-rw-r--r-- | templates/pt/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/pt/admlogin.html b/templates/pt/admlogin.html index b83d2da1..2e93c072 100644 --- a/templates/pt/admlogin.html +++ b/templates/pt/admlogin.html @@ -1,9 +1,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/pt/private.html b/templates/pt/private.html index 65d78b05..6be948ca 100644 --- a/templates/pt/private.html +++ b/templates/pt/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s Autenticação de Arquivos Privados</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> |