diff options
author | avalon <> | 2003-12-30 23:49:01 +0000 |
---|---|---|
committer | avalon <> | 2003-12-30 23:49:01 +0000 |
commit | 0882091bbd431879aeef21ac3263e8ac5bb6f043 (patch) | |
tree | 3dd2e2948baaf111c60d1e5c38f5630ee0d2ca00 /templates/no/archtocnombox.html | |
parent | f857c3de390b0eab67dd575d8018b2a6472c6c1e (diff) | |
download | mailman2-0882091bbd431879aeef21ac3263e8ac5bb6f043.tar.gz mailman2-0882091bbd431879aeef21ac3263e8ac5bb6f043.tar.xz mailman2-0882091bbd431879aeef21ac3263e8ac5bb6f043.zip |
Ready for 2.1.4.
Diffstat (limited to '')
-rw-r--r-- | templates/no/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/no/archtocnombox.html b/templates/no/archtocnombox.html new file mode 100644 index 00000000..48bb17f3 --- /dev/null +++ b/templates/no/archtocnombox.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s arkivet</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>%(listname)s arkivet </h1> + <p> + Du kan se <a href="%(listinfo)s">mer informasjon om denne listen</a>. + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |