summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkikuchi2006-01-08 08:08:35 +0000
committertkikuchi2006-01-08 08:08:35 +0000
commitf311a4a2dfe366f87772b9a2fc728ef74ef12f91 (patch)
tree6e10da616f3c68eabdfaa7c0b0bde2cf14c07e57
parent7dae60d969e07c6f5f5c2844dd96598b15796268 (diff)
downloadmailman-f311a4a2dfe366f87772b9a2fc728ef74ef12f91.tar.gz
mailman-f311a4a2dfe366f87772b9a2fc728ef74ef12f91.tar.zst
mailman-f311a4a2dfe366f87772b9a2fc728ef74ef12f91.zip
-rw-r--r--templates/en/archtocnombox.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/en/archtocnombox.html b/templates/en/archtocnombox.html
new file mode 100644
index 000000000..0b1239ec8
--- /dev/null
+++ b/templates/en/archtocnombox.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The %(listname)s Archives</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <h1>The %(listname)s Archives </h1>
+ <p>
+ You can get <a href="%(listinfo)s">more information about this list</a>.
+ </p>
+ %(noarchive_msg)s
+ %(archive_listing_start)s
+ %(archive_listing)s
+ %(archive_listing_end)s
+ </BODY>
+ </HTML>