aboutsummaryrefslogtreecommitdiffstats
path: root/templates/sl/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sl/article.html')
-rw-r--r--templates/sl/article.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/templates/sl/article.html b/templates/sl/article.html
new file mode 100644
index 00000000..6b9354ae
--- /dev/null
+++ b/templates/sl/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>Sporočila razvrščena glede na:</B>
+ <a href="date.html#%(sequence)s">[ datum ]</a>
+ <a href="thread.html#%(sequence)s">[ tema ]</a>
+ <a href="subject.html#%(sequence)s">[ zadeva ]</a>
+ <a href="author.html#%(sequence)s">[ avtor ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+%(body)s
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ %(prev_wsubj)s
+ %(next_wsubj)s
+ <LI> <B>Sporočila razvrščena glede na:</B>
+ <a href="date.html#%(sequence)s">[ datum ]</a>
+ <a href="thread.html#%(sequence)s">[ tema ]</a>
+ <a href="subject.html#%(sequence)s">[ zadeva ]</a>
+ <a href="author.html#%(sequence)s">[ avtor ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="%(listurl)s">Dodatne informacije o seznamu %(listname)s
+</a><br>
+</body></html>