diff options
Diffstat (limited to 'templates/ro/private.html')
-rw-r--r-- | templates/ro/private.html | 5 |
1 files changed, 3 insertions, 2 deletions
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> |