diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/no/emptyarchive.html | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/no/emptyarchive.html')
-rw-r--r-- | templates/no/emptyarchive.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/no/emptyarchive.html b/templates/no/emptyarchive.html new file mode 100644 index 00000000..c04bd35d --- /dev/null +++ b/templates/no/emptyarchive.html @@ -0,0 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arkiv for epostlisten %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Arkiv for epostlisten %(listname)s</h1> + <p> + Ingen meldinger er sendt til denne listen enda, så arkivet er for tiden tomt. + <a href="%(listinfo)s">Mer informasjon om listen</a> er tilgjengelig. + </p> + </BODY> + </HTML> |