diff options
Diffstat (limited to 'templates/da/private.html')
-rw-r--r-- | templates/da/private.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/da/private.html b/templates/da/private.html index 80d14e2f..105baf07 100644 --- a/templates/da/private.html +++ b/templates/da/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s Login til Private Arkiver</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> |