diff options
Diffstat (limited to '')
-rw-r--r-- | templates/sr/admlogin.html | 8 | ||||
-rw-r--r-- | templates/sr/private.html | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/templates/sr/admlogin.html b/templates/sr/admlogin.html index 98b8d352..14afaac6 100644 --- a/templates/sr/admlogin.html +++ b/templates/sr/admlogin.html @@ -1,9 +1,11 @@ <html> <head> <title>%(listname)s %(who)s Authentication</title> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(path)s"> + <script>function sf(){document.f.adminpw.focus();}</script> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +</head> +<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/sr/private.html b/templates/sr/private.html index de8b8898..fd716461 100644 --- a/templates/sr/private.html +++ b/templates/sr/private.html @@ -1,9 +1,11 @@ <html> <head> <title>Пријава за улаз у приватну архиву листе: %(realname)s </title> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s"> + <script>function sf(){document.f.username.focus();}</script> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +</head> +<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> |