blob: 40f6fdae30412d16c17311eccef0bf731a26c8a9 (
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
51
52
53
54
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- $Revision: 5063 $ -->
<HTML>
<HEAD>
<TITLE> %(title)s
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:%(email_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"
TITLE="%(subject_html)s">%(email_html)s
</A><BR>
<I>%(datestr_html)s</I>
<P><UL>
%(prev_wsubj)s
%(next_wsubj)s
<LI> <B>Viestien lajittelu:</B>
<a href="date.html#%(sequence)s">[ p�iv�ys ]</a>
<a href="thread.html#%(sequence)s">[ s�ie ]</a>
<a href="subject.html#%(sequence)s">[ otsikko ]</a>
<a href="author.html#%(sequence)s">[ kirjoittaja ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
%(body)s
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
%(prev_wsubj)s
%(next_wsubj)s
<LI> <B>Viestien lajittelu:</B>
<a href="date.html#%(sequence)s">[ p�iv�ys ]</a>
<a href="thread.html#%(sequence)s">[ s�ie ]</a>
<a href="subject.html#%(sequence)s">[ otsikko ]</a>
<a href="author.html#%(sequence)s">[ kirjoittaja ]</a>
</LI>
</UL>
</body></html>
|