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/archidxhead.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/archidxhead.html')
-rw-r--r-- | templates/fr/archidxhead.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/fr/archidxhead.html b/templates/fr/archidxhead.html new file mode 100644 index 00000000..5158dae4 --- /dev/null +++ b/templates/fr/archidxhead.html @@ -0,0 +1,26 @@ +<html> +<head> + <title>The %(listname)s %(archive)s Archive by %(archtype)s</title> + + <meta name="robots" content="noindex,follow"> +</head> + <body bgcolor="#ffffff"> +%(encoding)s +<a name="start"></a> +<h1>%(archive)s Archives par %(archtype)s</h1> + <ul> + <li> <b>Messages triés par:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + </li> + <li><b><a href="%(listinfo)s">Plus d'infos sur cette liste... + </a></b></li> + </ul> + <p><b>Début:</b> <i>%(firstdate)s</i><br> + <b>Fin:</b> <i>%(lastdate)s</i><br> + <b>Messages:</b> %(size)s</p> +<ul> +</body> +</html> |