diff options
Diffstat (limited to 'templates/fr/archtocnombox.html')
-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> |