aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pl/article.html
blob: 8e34c6a802495d8a31c2013785f41847cf1108f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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&#347;ci posortowane wed&#322;ug:</b>
          <a href="date.html#%(sequence)s">[ daty ]</a>
          <a href="thread.html#%(sequence)s">[ w&#261;tku ]</a>
          <a href="subject.html#%(sequence)s">[ tytu&#322;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&#347;ci posortowane wed&#322;ug:</b>
          <a href="date.html#%(sequence)s">[ daty ]</a>
          <a href="thread.html#%(sequence)s">[ w&#261;tku ]</a>
          <a href="subject.html#%(sequence)s">[ tytu&#322;u ]</a>
          <a href="author.html#%(sequence)s">[ autora ]</a>
   </li>
  </ul>
  <hr>
  <a href="%(listurl)s">Wi&#281;cej informacji o li&#347;cie %(listname)s</a><br>
 </body>
</html>