diff options
Diffstat (limited to 'templates/es/article.html')
-rw-r--r-- | templates/es/article.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/es/article.html b/templates/es/article.html index 56785c65..318a89a3 100644 --- a/templates/es/article.html +++ b/templates/es/article.html @@ -4,18 +4,16 @@ <TITLE> %(title)s </TITLE> <LINK REL="Index" HREF="index.html" > - <LINK REL="made" HREF="mailto:%(email_url)s"> + <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" + <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> @@ -45,4 +43,7 @@ <a href="author.html#%(sequence)s">[ autor ]</a> </LI> </UL> + +<hr> +<a href="%(listurl)s">Más información sobre la lista de distribución %(listname)s </a><br> </body></html> |