From 8af8691a1866e2346ec163d9f039a5487d432322 Mon Sep 17 00:00:00 2001 From: David Planella <david.planella@gmail.com> Date: Sun, 15 Jun 2008 15:38:23 +0200 Subject: Completed the correction of all templates The encoding is currently iso88591, no conversion to HTML entities has yet been done. --- templates/ca/article.html | 95 +++++++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 45 deletions(-) (limited to 'templates/ca/article.html') diff --git a/templates/ca/article.html b/templates/ca/article.html index 508a7066..abf9d191 100644 --- a/templates/ca/article.html +++ b/templates/ca/article.html @@ -1,45 +1,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>Missatges ordenats per:</B> <a href="date.html#%(sequence)s">[ data - ]</a> <a href="thread.html#%(sequence)s">[ fil de discusió]</a> <a href="subject.html#%(sequence)s">[ - tema ]</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>Misstages ordenats per:</B> <a href="date.html#%(sequence)s">[ data - ]</a> <a href="thread.html#%(sequence)s">fil de discusió]</a> <a href="subject.html#%(sequence)s">[ - tema ]</a> <a href="author.html#%(sequence)s">[ autor ]</a> </LI> - </UL> - -<hr> -<a href="%(listurl)s">Més informació de la llista de correu %(listname)s</a><br> -</body></html> +<!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>Missatges ordenats per:</B> + <a href="date.html#%(sequence)s">[ data ]</a> + <a href="thread.html#%(sequence)s">[ fil de discussi� ]</a> + <a href="subject.html#%(sequence)s">[ assumpte ]</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>Missatges ordenats per:</B> + <a href="date.html#%(sequence)s">[ data ]</a> + <a href="thread.html#%(sequence)s">[ fil de discussi� ]</a> + <a href="subject.html#%(sequence)s">[ assumpte ]</a> + <a href="author.html#%(sequence)s">[ autor ]</a> + </LI> + </UL> + +<hr> +<a href="%(listurl)s">M�s informaci� sobre la llista de correu %(listname)s</a><br> + +</body></html> -- cgit v1.2.3