diff options
Diffstat (limited to 'templates/ar/private.html')
-rw-r--r-- | templates/ar/private.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/ar/private.html b/templates/ar/private.html index ec26787e..eb692fc1 100644 --- a/templates/ar/private.html +++ b/templates/ar/private.html @@ -2,9 +2,10 @@ <head> <title>التحقق من الشخصية للأرشيف الخاص بالقائمة %(realname)s</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <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> |