diff options
Diffstat (limited to 'templates/fr/private.html')
-rwxr-xr-x[-rw-r--r--] | templates/fr/private.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/templates/fr/private.html b/templates/fr/private.html index 65aa517d..cabab62d 100644..100755 --- a/templates/fr/private.html +++ b/templates/fr/private.html @@ -2,9 +2,10 @@ <head> <title>Authentification pour l'accès aux archives privées de %(realname)s</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 @@ authentifier de nouveau à chaque opération. Le cookie expirera automatiquement lorsque vous quitterez votre navigateur, ou vous pouvez le forcer à expirer en cliquant sur le bouton <em>Déconnecter</em> sur votre page d'options personnelles. + <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>If you don't remember your password, enter your email address + above and click the <em>Remind</em> button and your + password will be emailed to you.</td> + </tr> + <tr> + <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td> + </tr> + </TABLE> </FORM> </body> </html> |