diff options
Diffstat (limited to 'templates/fr')
-rwxr-xr-x[-rw-r--r--] | templates/fr/admlogin.html | 5 | ||||
-rw-r--r-- | templates/fr/listinfo.html | 1 | ||||
-rw-r--r-- | templates/fr/options.html | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | templates/fr/private.html | 21 |
4 files changed, 25 insertions, 4 deletions
diff --git a/templates/fr/admlogin.html b/templates/fr/admlogin.html index 432dfbfe..75cde97b 100644..100755 --- a/templates/fr/admlogin.html +++ b/templates/fr/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>Authentification %(who)s sur %(listname)s</title> +<script>function sf(){document.f.adminpw.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(path)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(path)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/fr/listinfo.html b/templates/fr/listinfo.html index 3ebdb9c4..4c91c35c 100644 --- a/templates/fr/listinfo.html +++ b/templates/fr/listinfo.html @@ -108,6 +108,7 @@ <td> <MM-list-langs></td> <td> </td> </tr> + <mm-digest-question-start> <tr> <td>Souhaitez-vous recevoir les messages de la liste dans un seul courriel quotidien groupé ? diff --git a/templates/fr/options.html b/templates/fr/options.html index a61b6644..8a2c6e28 100644 --- a/templates/fr/options.html +++ b/templates/fr/options.html @@ -199,6 +199,7 @@ retour des vacances; la remise ne se réactivera pas automatiquement. <mm-global-deliver-button><i>Paramètre global</i> </td></tr> +<!--Start-Digests-Delete--> <tr><td bgcolor="#cccccc"> <strong> Activer le mode Groupé ?</strong><p> Si vous activez le mode groupé, vous recevrez les messages @@ -222,6 +223,7 @@ brut. <MM-Plain-Digests-Button>Texte brut <p> <mm-global-mime-button><i>Paramètre global</i> </td></tr> +<!--End-Digests-Delete--> <tr><td bgcolor="#cccccc"> <strong>Recevez les messages que vous envoyez à la liste ?</strong><p> 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> |