diff options
Diffstat (limited to 'templates/sl/emptyarchive.html')
-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> |