diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/fr/private.html | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/fr/private.html')
-rw-r--r-- | templates/fr/private.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/templates/fr/private.html b/templates/fr/private.html new file mode 100644 index 00000000..a7369bd4 --- /dev/null +++ b/templates/fr/private.html @@ -0,0 +1,45 @@ +<html> +<head> + <title>Authentifi:cation pour l'accès aux archives privées de +%(realname)s</title> +</head> + <body bgcolor="#ffffff"> + +<form method="post" action="%(action)s/"></form> + %(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">Authentification pour l'accès aux archives +privé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és dans votre navigateur, sinon aucun +changement ne s'appliquera. +<p>Les cookies de session sont utilisés dans l'interface +d'administration de Mailman pour que vous n'ayez pas à vous +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 lien +<em>Déconnexion</em> en dessous d'<em>Autres opérations +administratives</em> (que vous verrez après vous être +authentifié avec succès). +</form> +</body> +</html> |