aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pl/archtoc.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pl/archtoc.html')
-rw-r--r--templates/pl/archtoc.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/pl/archtoc.html b/templates/pl/archtoc.html
new file mode 100644
index 00000000..d8cdc465
--- /dev/null
+++ b/templates/pl/archtoc.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>Archiwum listy %(listname)s</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <h1>Archiwum listy %(listname)s</h1>
+ <p>
+ Możesz odwiedzić <a href="%(listinfo)s">stronę informacyjną tej listy</a>,
+ albo <a href="%(fullarch)s">ściągnąć całe archiwum</a>
+ (%(size)s).
+ </p>
+ %(noarchive_msg)s
+ %(archive_listing_start)s
+ %(archive_listing)s
+ %(archive_listing_end)s
+ </BODY>
+ </HTML>