diff options
Diffstat (limited to 'templates/et')
-rw-r--r-- | templates/et/admlogin.html | 5 | ||||
-rw-r--r-- | templates/et/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/et/admlogin.html b/templates/et/admlogin.html index b3559773..afa8d13f 100644 --- a/templates/et/admlogin.html +++ b/templates/et/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s %(who)s autoriseerimine</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/et/private.html b/templates/et/private.html index 807a3e5e..5d1b3e4d 100644 --- a/templates/et/private.html +++ b/templates/et/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s privaatarhiiv</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> |