source: companies/serpro/scripts-listas/pt_BR/article.html @ 903

Revision 903, 1.5 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//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   %(encoding)s
10   %(prev)s
11   %(next)s
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14   <H1>%(subject_html)s</H1>
15    <B>%(author_html)s</B>
16    <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"
17       TITLE="%(subject_html)s">%(email_html)s
18       </A><BR>
19    <I>%(datestr_html)s</I>
20    <P><UL>
21        %(prev_wsubj)s
22        %(next_wsubj)s
23         <LI> <B>Mensagens classificadas por:</B>
24              <a href="date.html#%(sequence)s">[ date ]</a>
25              <a href="thread.html#%(sequence)s">[ thread ]</a>
26              <a href="subject.html#%(sequence)s">[ subject ]</a>
27              <a href="author.html#%(sequence)s">[ author ]</a>
28         </LI>
29       </UL>
30    <HR> 
31<!--beginarticle-->
32%(body)s
33<!--endarticle-->
34    <HR>
35    <P><UL>
36        <!--threads-->
37        %(prev_wsubj)s
38        %(next_wsubj)s
39         <LI> <B>Mensagens classificadas por:</B>
40              <a href="date.html#%(sequence)s">[ date ]</a>
41              <a href="thread.html#%(sequence)s">[ thread ]</a>
42              <a href="subject.html#%(sequence)s">[ subject ]</a>
43              <a href="author.html#%(sequence)s">[ author ]</a>
44         </LI>
45       </UL>
46
47<hr>
48<a href="%(listurl)s">Mais detalhes sobre a lista de discussão %(listname)s
49</a><br>
50</body></html>
Note: See TracBrowser for help on using the repository browser.