diff options
Diffstat (limited to 'templates/pl/article.html')
-rw-r--r-- | templates/pl/article.html | 97 |
1 files changed, 46 insertions, 51 deletions
diff --git a/templates/pl/article.html b/templates/pl/article.html index c6f6ebde..ac7bf24a 100644 --- a/templates/pl/article.html +++ b/templates/pl/article.html @@ -1,55 +1,50 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//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"> - <style type="text/css"> - pre { - white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ - } - </style> - %(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> +<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"> + <style type="text/css"> + pre { white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ } + </style> + %(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 %(listname)s -</a><br> -</body></html> + <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 %(listname)s</a><br> + </body> +</html> |