diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/es/article.html | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/es/article.html')
-rw-r--r-- | templates/es/article.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/templates/es/article.html b/templates/es/article.html new file mode 100644 index 00000000..56785c65 --- /dev/null +++ b/templates/es/article.html @@ -0,0 +1,48 @@ +<!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"> + <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" + TITLE="%(subject_html)s">%(email_html)s + </A><BR> + <I>%(datestr_html)s</I> + <P><UL> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Mensajes ordenados por:</B> + <a href="date.html#%(sequence)s">[ fecha ]</a> + <a href="thread.html#%(sequence)s">[ hilo ]</a> + <a href="subject.html#%(sequence)s">[ asunto ]</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>Mensajes ordenados por:</B> + <a href="date.html#%(sequence)s">[ fecha ]</a> + <a href="thread.html#%(sequence)s">[ hilo ]</a> + <a href="subject.html#%(sequence)s">[ asunto ]</a> + <a href="author.html#%(sequence)s">[ autor ]</a> + </LI> + </UL> +</body></html> |