diff options
Diffstat (limited to 'templates/da/private.html')
-rwxr-xr-x[-rw-r--r--] | templates/da/private.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/templates/da/private.html b/templates/da/private.html index 80d14e2f..639c95f4 100644..100755 --- 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> @@ -37,6 +38,22 @@ Du kan også fjerne cookies manuelt ved at klikke på <em>Logout</em> linket under <em>Other Administrative Activities</em> (som du får op efter at have logget ind). + <p> + <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B> + </TD> + </TR> + <tr> + <td>Hvis du ikke kan huske din adgangskode, så indtast din emailadresse + ovenfor og tryk på <em>Send adgangskode</em> knappen, så vil du + få tilsendt en email med din adgangskode.</td> + </tr> + <tr> + <td><center><INPUT name="login-remind" type="SUBMIT" value="Send adgangskode" ></center></td> + </tr> + </TABLE> </FORM> </body> </html> |