aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ro
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ro')
-rw-r--r--templates/ro/admlogin.html5
-rw-r--r--templates/ro/private.html5
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/ro/admlogin.html b/templates/ro/admlogin.html
index c3b8dac9..285977f5 100644
--- a/templates/ro/admlogin.html
+++ b/templates/ro/admlogin.html
@@ -2,9 +2,10 @@
<head>
<title>%(listname)s: Autentificare - %(who)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/ro/private.html b/templates/ro/private.html
index 9fe6d2d1..8d371bd6 100644
--- a/templates/ro/private.html
+++ b/templates/ro/private.html
@@ -2,9 +2,10 @@
<head>
<title>Autentificare la arhivele private %(realname)s</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+ <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>