blob: 535cec9699a48c2ace801a0dfdfa6378ac94c491 (
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 3.2//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">
%(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>Mezuak horrela antolatu:</B>
<a href="date.html#%(sequence)s">[ data ]</a>
<a href="thread.html#%(sequence)s">[ haria ]</a>
<a href="subject.html#%(sequence)s">[ gaia ]</a>
<a href="author.html#%(sequence)s">[ egilea ]</a>
</LI>
</UL>
<HR>
<!--artikuluahasi-->
%(body)s
<!--artikuluaamaitu-->
<HR>
<P><UL>
<!--hariak-->
%(prev_wsubj)s
%(next_wsubj)s
<LI> <B>Mezuak horrela antolatu:</B>
<a href="date.html#%(sequence)s">[ data ]</a>
<a href="thread.html#%(sequence)s">[ haria ]</a>
<a href="subject.html#%(sequence)s">[ gaia ]</a>
<a href="author.html#%(sequence)s">[ egilea ]</a>
</LI>
</UL>
<hr>
<a href="%(listurl)s">%(listname)s posta zerrendari buruzko
informazio gehiago</a><br>
</body></html>
|