aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pl')
-rw-r--r--templates/pl/admlogin.html5
-rw-r--r--templates/pl/private.html5
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/pl/admlogin.html b/templates/pl/admlogin.html
index b0f7b3be..3cc12c45 100644
--- a/templates/pl/admlogin.html
+++ b/templates/pl/admlogin.html
@@ -2,9 +2,10 @@
<head>
<title>Uwierzytelnienie %(who)s %(listname)s</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
+<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/pl/private.html b/templates/pl/private.html
index 07f83c11..c4f62a2a 100644
--- a/templates/pl/private.html
+++ b/templates/pl/private.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(realname)s Private Archives Authentication</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>