source: non-gtk/mailman/en/article.html@ 2865

Last change on this file since 2865 was 2865, checked in by Александър Шопов, 13 years ago

Синхронизация с mailman-2.1.15

File size: 1.7 KB
Line 
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>Messages sorted by:</B>
29 <a href="date.html#%(sequence)s">[ date ]</a>
30 <a href="thread.html#%(sequence)s">[ thread ]</a>
31 <a href="subject.html#%(sequence)s">[ subject ]</a>
32 <a href="author.html#%(sequence)s">[ author ]</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>Messages sorted by:</B>
45 <a href="date.html#%(sequence)s">[ date ]</a>
46 <a href="thread.html#%(sequence)s">[ thread ]</a>
47 <a href="subject.html#%(sequence)s">[ subject ]</a>
48 <a href="author.html#%(sequence)s">[ author ]</a>
49 </LI>
50 </UL>
51
52<hr>
53<a href="%(listurl)s">More information about the %(listname)s
54mailing list</a><br>
55</body></html>
Note: See TracBrowser for help on using the repository browser.