diff options
author | bwarsaw <> | 2003-12-01 00:17:34 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-01 00:17:34 +0000 |
commit | 851264beb19335ac30b7aa408cc044089e476daf (patch) | |
tree | 10bc5462eb9e722466659bd1eef25670145eb525 /templates/en | |
parent | ae12380f6d476c6ae5d0ef6ef0add8aee056c347 (diff) | |
download | mailman2-851264beb19335ac30b7aa408cc044089e476daf.tar.gz mailman2-851264beb19335ac30b7aa408cc044089e476daf.tar.xz mailman2-851264beb19335ac30b7aa408cc044089e476daf.zip |
When public access to the mbox is denied by the site administrator, this
template is used to produce the index file without a link to the mbox file (we
also don't create the link from the private archive).
Diffstat (limited to 'templates/en')
-rw-r--r-- | templates/en/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/en/archtocnombox.html b/templates/en/archtocnombox.html new file mode 100644 index 00000000..0b1239ec --- /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> |