diff options
author | Mark Sapiro <msapiro@value.net> | 2011-11-27 08:30:08 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-11-27 08:30:08 -0800 |
commit | 161af3750cc58ee48b26b68406ea3e6b931ac0a8 (patch) | |
tree | 03cc5615cafe326ef85c2aac1a77b6fc7976b6bf /templates/de/archidxhead.html | |
parent | ba4fa5145e43643e1b4a766631b3761aab6b7948 (diff) | |
download | mailman2-161af3750cc58ee48b26b68406ea3e6b931ac0a8.tar.gz mailman2-161af3750cc58ee48b26b68406ea3e6b931ac0a8.tar.xz mailman2-161af3750cc58ee48b26b68406ea3e6b931ac0a8.zip |
Added some missing German templates from Egon Frerich.
Diffstat (limited to 'templates/de/archidxhead.html')
-rwxr-xr-x | templates/de/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/de/archidxhead.html b/templates/de/archidxhead.html new file mode 100755 index 00000000..32cb2370 --- /dev/null +++ b/templates/de/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <title>The %(listname)s %(archive)s Archiv nach %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>%(archive)s Archiv nach %(archtype)s</h1> + <ul> + <li> <b>Nachrichten sortiert nach:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Weitere Informationen über diese Liste ... + </a></b></li> + </ul> + <p><b>Von:</b> <i>%(firstdate)s</i><br> + <b>Bis:</b> <i>%(lastdate)s</i><br> + <b>Nachrichten:</b> %(size)s<p> + <ul> |