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/emptyarchive.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/emptyarchive.html')
-rw-r--r-- | templates/fr/emptyarchive.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/fr/emptyarchive.html b/templates/fr/emptyarchive.html new file mode 100644 index 00000000..e10776e7 --- /dev/null +++ b/templates/fr/emptyarchive.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html> +<head> + <title>Archives de %(listname)s</title> + + <meta name="robots" content="noindex,follow"> +</head> + <body bgcolor="#ffffff"> + +<h1>Archives de %(listname)s </h1> + <p> + Aucun message n'a encore été posté sur + cette liste, il n y a donc pas encore d'archives disponibles. Pour + obtenir plus d'informations sur la liste, <a href="%(listinfo)s">cliquez + ici</a> + </p> +</body> +</html> |