aboutsummaryrefslogtreecommitdiffstats
path: root/templates/sr/article.html
diff options
context:
space:
mode:
author <>2003-09-22 02:07:49 +0000
committer <>2003-09-22 02:07:49 +0000
commit29de1e65e784b67e635616b2f4edf2a8a12e0a9e (patch)
treea62e374ceb5dad32cf92b11f84426345ec031586 /templates/sr/article.html
parenta2a6085f338386ab1e4f34579a884e15b6639075 (diff)
downloadmailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.tar.gz
mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.tar.xz
mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.zip
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to '')
-rw-r--r--templates/sr/article.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/templates/sr/article.html b/templates/sr/article.html
new file mode 100644
index 00000000..f54583df
--- /dev/null
+++ b/templates/sr/article.html
@@ -0,0 +1,45 @@
+<!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"><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ %(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>Сортирање:</B> <a href="date.html#%(sequence)s">[ датум]</a> <a href="thread.html#%(sequence)s">[
+ стабло]</a> <a href="subject.html#%(sequence)s">[ тема]</a> <a href="author.html#%(sequence)s">[
+ аутор ]</a> </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+%(body)s
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ %(prev_wsubj)s
+ %(next_wsubj)s
+
+ <LI><B>Сортирање:</B> <a href="date.html#%(sequence)s">[ датум]</a> <a href="thread.html#%(sequence)s">[
+ стабло]</a> <a href="subject.html#%(sequence)s">[ тема]</a> <a href="author.html#%(sequence)s">[
+ аутор]</a> </LI>
+ </UL>
+
+<hr>
+<a href="%(listurl)s">Више информација о листи слања %(listname)s</a><br>
+</body></html>