diff options
author | <> | 2003-10-04 02:57:36 +0000 |
---|---|---|
committer | <> | 2003-10-04 02:57:36 +0000 |
commit | 3aaea6d9d1403f445e1d5946e91ed78d66d5a719 (patch) | |
tree | e58c2c0825d715285ce63ef54dce6440f4774dc5 /templates/sl/emptyarchive.html | |
parent | 2e07b4a9016954e8786d4944287167b9ed52ecae (diff) | |
download | mailman2-3aaea6d9d1403f445e1d5946e91ed78d66d5a719.tar.gz mailman2-3aaea6d9d1403f445e1d5946e91ed78d66d5a719.tar.xz mailman2-3aaea6d9d1403f445e1d5946e91ed78d66d5a719.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to '')
-rw-r--r-- | templates/sl/emptyarchive.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/sl/emptyarchive.html b/templates/sl/emptyarchive.html new file mode 100644 index 00000000..a4b205ad --- /dev/null +++ b/templates/sl/emptyarchive.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arhiv seznama %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Arhiv seznama %(listname)s</h1> + <p> + Na seznamu še ni bilo objavljenih sporočil, zato je arhiv trenutno + prazen. Ogledate si lahko <a href="%(listinfo)s">dodatne informacije + o tem seznamu</a>. + </p> + </BODY> + </HTML> |