summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-07-26 23:27:39 +0000
committerbwarsaw2001-07-26 23:27:39 +0000
commitdbd39bacea600d731456133a2383bd0d6c539510 (patch)
tree5d71fd2fe3a48c0e1585815fcd01b616c8c4fa48
parent832147d93543c04924606b699a2d94fa3332d8f2 (diff)
downloadmailman-dbd39bacea600d731456133a2383bd0d6c539510.tar.gz
mailman-dbd39bacea600d731456133a2383bd0d6c539510.tar.zst
mailman-dbd39bacea600d731456133a2383bd0d6c539510.zip
intermediate
-rw-r--r--templates/fr/private.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/templates/fr/private.html b/templates/fr/private.html
new file mode 100644
index 000000000..564b7887d
--- /dev/null
+++ b/templates/fr/private.html
@@ -0,0 +1,46 @@
+<html>
+<head>
+ <title>Authentication pour l'acc&egrave;s aux archives priv&eacute;es de %(realname)s</title>
+</head>
+<body bgcolor="#ffffff">
+<FORM METHOD=POST ACTION="%(action)s/">
+%(message)s
+ <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">Authentication pour
+ l'acc&egrave;s aux archives priv&eacute;es de %(realname)s</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <TD><div ALIGN="Right">Adresse courriel:</div></TD>
+ <TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD>
+ </tr>
+ <tr>
+ <TD><div ALIGN="Right">Mot de passe:</div></TD>
+ <TD><INPUT TYPE="password" NAME="password" SIZE="30"></TD>
+ </tr>
+ <tr>
+ <td colspan=2 align="middle"><INPUT type="SUBMIT"
+ name="submit"
+ value="Laissez-moi entrer...">
+ </td>
+ </tr>
+ </TABLE>
+ <p><strong><em>Important:</em></strong> A partir d'ici, vous devez avoir
+ les cookies activ&eacute;s dans votre navigateur, autrement aucun
+ changement ne s'appliquera.
+
+ <p>Les cookies de session sont utilis&eacute;s dans l'interface
+ d'administration de Mailman pour que vous n'ayez pas &agrave; vous
+ 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 lien
+ <em>D&eacute;connexion</em> en dessous d'<em>Autres op&eacute;rations
+ administratives</em> (que vous verrez apr&egrave;s vous &ecirc;tre
+ authentifi&eacute; avec succ&egrave;s).
+
+
+</FORM>
+</body>
+</html>