diff options
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> |