diff options
author | tkikuchi <> | 2004-11-13 04:52:48 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-11-13 04:52:48 +0000 |
commit | 18ca5e96e175e0ce48a14a1d464ba6dd43ac3386 (patch) | |
tree | b31c4d40d3cb7181b5d369a6b8a3da84337876f9 | |
parent | d574f234fda1e19e778eaeda95170fbaa98fa1fc (diff) | |
download | mailman2-18ca5e96e175e0ce48a14a1d464ba6dd43ac3386.tar.gz mailman2-18ca5e96e175e0ce48a14a1d464ba6dd43ac3386.tar.xz mailman2-18ca5e96e175e0ce48a14a1d464ba6dd43ac3386.zip |
Adding archtocnombox.html
-rw-r--r-- | templates/da/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/da/archtocnombox.html b/templates/da/archtocnombox.html new file mode 100644 index 00000000..0c86bd8e --- /dev/null +++ b/templates/da/archtocnombox.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s arkiv</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>%(listname)s arkiv</h1> + <p> + Du kan se <a href="%(listinfo)s">mere information om denne liste</a>. + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |