diff options
Diffstat (limited to '')
-rw-r--r-- | templates/sk/admlogin.html | 5 | ||||
-rw-r--r-- | templates/sk/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/sk/admlogin.html b/templates/sk/admlogin.html index c082da86..5bd29d6b 100644 --- a/templates/sk/admlogin.html +++ b/templates/sk/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s: prihlásenie ako %(who)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/sk/private.html b/templates/sk/private.html index b5d4bd95..8f6fc330 100644 --- a/templates/sk/private.html +++ b/templates/sk/private.html @@ -1,9 +1,10 @@ <html> <head> <title>Konferencia %(realname)s - prístup do súkromného archívu</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> |