aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pl/article.html
diff options
context:
space:
mode:
author <>2003-04-20 04:53:00 +0000
committer <>2003-04-20 04:53:00 +0000
commit9db2537ef7aad632c7d09ecd60b72c8f9315f067 (patch)
tree79b14c4f3037b5455c045aa712dd98aa7308b4b5 /templates/pl/article.html
parent04192d3afe33bcfd72f64bacaab4e70c627268f3 (diff)
downloadmailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.tar.gz
mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.tar.xz
mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.zip
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to '')
-rw-r--r--templates/pl/article.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/templates/pl/article.html b/templates/pl/article.html
new file mode 100644
index 00000000..919211f2
--- /dev/null
+++ b/templates/pl/article.html
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> %(title)s
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s">
+ <META NAME="robots" CONTENT="index,nofollow">
+ %(encoding)s
+ %(prev)s
+ %(next)s
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>%(subject_html)s</H1>
+ <B>%(author_html)s</B>
+ <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"
+ TITLE="%(subject_html)s">%(email_html)s
+ </A><BR>
+ <I>%(datestr_html)s</I>
+ <P><UL>
+ %(prev_wsubj)s
+ %(next_wsubj)s
+ <LI> <B>Wiadomości posortowane według:</B>
+ <a href="date.html#%(sequence)s">[ daty ]</a>
+ <a href="thread.html#%(sequence)s">[ wątku ]</a>
+ <a href="subject.html#%(sequence)s">[ tytułu ]</a>
+ <a href="author.html#%(sequence)s">[ autora ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+%(body)s
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ %(prev_wsubj)s
+ %(next_wsubj)s
+ <LI> <B>Wiadomości posortowane według:</B>
+ <a href="date.html#%(sequence)s">[ daty ]</a>
+ <a href="thread.html#%(sequence)s">[ wątku ]</a>
+ <a href="subject.html#%(sequence)s">[ tytułu ]</a>
+ <a href="author.html#%(sequence)s">[ autora ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="%(listurl)s">Więcej informacji o liście dyskusyjnej %(listname)s
+</a><br>
+</body></html>