aboutsummaryrefslogtreecommitdiffstats
path: root/templates/fr
diff options
context:
space:
mode:
Diffstat (limited to 'templates/fr')
-rwxr-xr-x[-rw-r--r--]templates/fr/admlogin.html5
-rw-r--r--templates/fr/listinfo.html1
-rw-r--r--templates/fr/options.html2
-rwxr-xr-x[-rw-r--r--]templates/fr/private.html21
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>&nbsp; </td>
</tr>
+ <mm-digest-question-start>
<tr>
<td>Souhaitez-vous recevoir les messages de la liste dans
un seul courriel quotidien group&eacute; ?
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&eacute;activera pas automatiquement.
<mm-global-deliver-button><i>Param&egrave;tre global</i>
</td></tr>
+<!--Start-Digests-Delete-->
<tr><td bgcolor="#cccccc">
<strong> Activer le mode Group&eacute; ?</strong><p>
Si vous activez le mode group&eacute;, vous recevrez les messages
@@ -222,6 +223,7 @@ brut.
<MM-Plain-Digests-Button>Texte brut <p>
<mm-global-mime-button><i>Param&egrave;tre global</i>
</td></tr>
+<!--End-Digests-Delete-->
<tr><td bgcolor="#cccccc">
<strong>Recevez les messages que vous envoyez &agrave; 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&egrave;s aux archives priv&eacute;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 &agrave; chaque op&eacute;ration. Le cookie
expirera automatiquement lorsque vous quitterez votre navigateur, ou
vous pouvez le forcer &agrave; expirer en cliquant sur le bouton
<em>D&eacute;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>