diff options
author | p_george <> | 2006-09-04 08:00:14 +0000 |
---|---|---|
committer | p_george <> | 2006-09-04 08:00:14 +0000 |
commit | 588bb3d2a9be8d07a81e5e612ba84b0808809189 (patch) | |
tree | 55a85773712d20eb2016ac4b389a4c2c9dde7ca4 /templates | |
parent | bb9088ac608d2c428f7d25c82cc0fb52ac6d6a46 (diff) | |
download | mailman2-588bb3d2a9be8d07a81e5e612ba84b0808809189.tar.gz mailman2-588bb3d2a9be8d07a81e5e612ba84b0808809189.tar.xz mailman2-588bb3d2a9be8d07a81e5e612ba84b0808809189.zip |
minors corrections from P.GEORGE
Diffstat (limited to 'templates')
-rw-r--r-- | templates/fr/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/fr/archtocnombox.html b/templates/fr/archtocnombox.html new file mode 100644 index 00000000..64422b59 --- /dev/null +++ b/templates/fr/archtocnombox.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Les Archives de %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Les Archives de %(listname)s</h1> + <p> + Vous pouvez obtenir <a href="%(listinfo)s">plus d'information sur cette liste</a>. + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |