aboutsummaryrefslogtreecommitdiffstats
path: root/templates/de/archtocnombox.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtemplates/de/archtocnombox.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/de/archtocnombox.html b/templates/de/archtocnombox.html
new file mode 100755
index 00000000..42c0ea90
--- /dev/null
+++ b/templates/de/archtocnombox.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>Das %(listname)s Archiv</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <h1>Das %(listname)s Archiv </h1>
+ <p>
+ Über diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>.
+ </p>
+ %(noarchive_msg)s
+ %(archive_listing_start)s
+ %(archive_listing)s
+ %(archive_listing_end)s
+ </BODY>
+ </HTML>