diff options
author | <> | 2003-09-22 02:07:49 +0000 |
---|---|---|
committer | <> | 2003-09-22 02:07:49 +0000 |
commit | 29de1e65e784b67e635616b2f4edf2a8a12e0a9e (patch) | |
tree | a62e374ceb5dad32cf92b11f84426345ec031586 /templates/da/archtoc.html | |
parent | a2a6085f338386ab1e4f34579a884e15b6639075 (diff) | |
download | mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.tar.gz mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.tar.xz mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/da/archtoc.html')
-rw-r--r-- | templates/da/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/da/archtoc.html b/templates/da/archtoc.html new file mode 100644 index 00000000..2c7682a2 --- /dev/null +++ b/templates/da/archtoc.html @@ -0,0 +1,20 @@ +<!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">mere information om denne liste</a> + eller du kan <a href="%(fullarch)s">downloade hele arkivet</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |