diff options
author | tkikuchi <> | 2005-10-23 08:24:01 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-10-23 08:24:01 +0000 |
commit | 6a301dd5f8236d4da65e5ace07968a02b6368bf4 (patch) | |
tree | 4d4f80b541b2739bfe1fd748febde088d339fe67 /templates/ia/article.html | |
parent | 1b5d2e9985f9b19d1546e25bd9465e40f03b0e4c (diff) | |
download | mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.tar.gz mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.tar.xz mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.zip |
New language: 'ia' for Interlingua.
Diffstat (limited to 'templates/ia/article.html')
-rw-r--r-- | templates/ia/article.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/templates/ia/article.html b/templates/ia/article.html new file mode 100644 index 00000000..bdcfb01b --- /dev/null +++ b/templates/ia/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>Messages ordinate per:</B> + <a href="date.html#%(sequence)s">[ data ]</a> + <a href="thread.html#%(sequence)s">[ thema ]</a> + <a href="subject.html#%(sequence)s">[ subjecto ]</a> + <a href="author.html#%(sequence)s">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +%(body)s +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Messages ordinate per:</B> + <a href="date.html#%(sequence)s">[ data ]</a> + <a href="thread.html#%(sequence)s">[ thema ]</a> + <a href="subject.html#%(sequence)s">[ subjecto ]</a> + <a href="author.html#%(sequence)s">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="%(listurl)s">Plus informationes super le lista %(listname)s</a><br> +</body></html> |