diff options
Diffstat (limited to 'templates/vi')
-rw-r--r-- | templates/vi/admlogin.html | 5 | ||||
-rw-r--r-- | templates/vi/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/vi/admlogin.html b/templates/vi/admlogin.html index 9468983f..ca85e2c8 100644 --- a/templates/vi/admlogin.html +++ b/templates/vi/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s %(who)s Xác thực</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/vi/private.html b/templates/vi/private.html index 779eb722..e73cc3b0 100644 --- a/templates/vi/private.html +++ b/templates/vi/private.html @@ -1,9 +1,10 @@ <html> <head> <title>Xác thực kho riêng của %(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> |