diff options
author | <> | 2003-09-22 02:07:49 +0000 |
---|---|---|
committer | <> | 2003-09-22 02:07:49 +0000 |
commit | 29de1e65e784b67e635616b2f4edf2a8a12e0a9e (patch) | |
tree | a62e374ceb5dad32cf92b11f84426345ec031586 /templates/da/archidxhead.html | |
parent | a2a6085f338386ab1e4f34579a884e15b6639075 (diff) | |
download | mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.tar.gz mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.tar.xz mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/da/archidxhead.html')
-rw-r--r-- | templates/da/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/da/archidxhead.html b/templates/da/archidxhead.html new file mode 100644 index 00000000..06be1420 --- /dev/null +++ b/templates/da/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s arkivet for %(archive)s sortert efter %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Arkivet for %(archive)s sortert efter %(archtype)s</h1> + <ul> + <li> <b>Meddelelser sortert efter:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Mere information om denne liste... + </a></b></li> + </ul> + <p><b>Startdato:</b> <i>%(firstdate)s</i><br> + <b>Sluttdato:</b> <i>%(lastdate)s</i><br> + <b>Meldinger:</b> %(size)s<p> + <ul> |