~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to templates/el/article.html

  • Committer: Mark Sapiro
  • Date: 2014-12-03 23:47:23 UTC
  • mfrom: (1006.1.356 2.2)
  • Revision ID: mark@msapiro.net-20141203234723-3pcwx85xua4n84yx
Merged the 2.2 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<HTML>
 
3
 <HEAD>
 
4
   <TITLE> %(title)s
 
5
   </TITLE>
 
6
   <LINK REL="Index" HREF="index.html" >
 
7
   <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s">
 
8
   <META NAME="robots" CONTENT="index,nofollow">
 
9
   <style type="text/css">
 
10
       pre {
 
11
           white-space: pre-wrap;       /* css-2.1, curent FF, Opera, Safari */
 
12
           }
 
13
   </style>
 
14
   %(encoding)s
 
15
   %(prev)s
 
16
   %(next)s
 
17
 </HEAD>
 
18
 <BODY BGCOLOR="#ffffff">
 
19
   <H1>%(subject_html)s</H1>
 
20
    <B>%(author_html)s</B> 
 
21
    <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"
 
22
       TITLE="%(subject_html)s">%(email_html)s
 
23
       </A><BR>
 
24
    <I>%(datestr_html)s</I>
 
25
    <P><UL>
 
26
        %(prev_wsubj)s
 
27
        %(next_wsubj)s
 
28
         <LI> <B>�������� ������������ ����:</B> 
 
29
              <a href="date.html#%(sequence)s">[ ���������� ]</a>
 
30
              <a href="thread.html#%(sequence)s">[ ��������� ��������� ]</a>
 
31
              <a href="subject.html#%(sequence)s">[ ���� ]</a>
 
32
              <a href="author.html#%(sequence)s">[ ��������� ]</a>
 
33
         </LI>
 
34
       </UL>
 
35
    <HR>  
 
36
<!--beginarticle-->
 
37
%(body)s
 
38
<!--endarticle-->
 
39
    <HR>
 
40
    <P><UL>
 
41
        <!--threads-->
 
42
        %(prev_wsubj)s
 
43
        %(next_wsubj)s
 
44
         <LI> <B>�������� ������������ ����:</B> 
 
45
              <a href="date.html#%(sequence)s">[ ���������� ]</a>
 
46
              <a href="thread.html#%(sequence)s">[ ��������� ��������� ]</a>
 
47
              <a href="subject.html#%(sequence)s">[ ���� ]</a>
 
48
              <a href="author.html#%(sequence)s">[ ��������� ]</a>
 
49
         </LI>
 
50
       </UL>
 
51
 
 
52
<hr>
 
53
<a href="%(listurl)s">������������ ����������� ��� ��� %(listname)s
 
54
����� ������������ ������������</a><br>
 
55
</body></html>