diff options
author | <> | 2003-04-09 05:09:57 +0000 |
---|---|---|
committer | <> | 2003-04-09 05:09:57 +0000 |
commit | ff670afdeeaf7e1715a89868ddfed3af101457bf (patch) | |
tree | 9bb2f8dc5172dcfceec2abfe7f4729872768c3d8 /templates/pt/article.html | |
parent | 01015334f5c849a0ec891bf8c87137f350473c81 (diff) | |
download | mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.gz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.xz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to '')
-rw-r--r-- | templates/pt/article.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/templates/pt/article.html b/templates/pt/article.html new file mode 100644 index 00000000..4e0e2b53 --- /dev/null +++ b/templates/pt/article.html @@ -0,0 +1,49 @@ +<!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>Mensagens ordenadas por:</B> + <a href="date.html#%(sequence)s">[ data ]</a> + <a href="thread.html#%(sequence)s">[ tópico ]</a> + <a href="subject.html#%(sequence)s">[ assunto ]</a> + <a href="author.html#%(sequence)s">[ autor ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +%(body)s +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Mensagens ordenadas por:</B> + <a href="date.html#%(sequence)s">[ data ]</a> + <a href="thread.html#%(sequence)s">[ tópico ]</a> + <a href="subject.html#%(sequence)s">[ assunto ]</a> + <a href="author.html#%(sequence)s">[ autor ]</a> + </LI> + </UL> + +<hr> +<a href="%(listurl)s">Mais informações acerca da lista %(listname)s</a><br> +</body></html> |