diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/it/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/it/archidxhead.html')
-rw-r--r-- | templates/it/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/it/archidxhead.html b/templates/it/archidxhead.html new file mode 100644 index 00000000..f68364ec --- /dev/null +++ b/templates/it/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>L'archivio %(archive)s della lista %(listname)s ordinato per %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Archivio %(archive)s ordinato per %(archtype)s</h1> + <ul> + <li> <b>Messaggi ordinati per:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Altre informazioni su questa lista... + </a></b></li> + </ul> + <p><b>Data inizio:</b> <i>%(firstdate)s</i><br> + <b>Data fine:</b> <i>%(lastdate)s</i><br> + <b>Messaggi:</b> %(size)s<p> + <ul> |