summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-07-26 23:27:07 +0000
committerbwarsaw2001-07-26 23:27:07 +0000
commit003be673bf444a8b4f7547c0504bd55bf6bcbad3 (patch)
tree26beab6f95b1abe9a6e381bd1050733f0861c8d3
parent39912011ca05f7b87b1a3d3dffc869051f945d2c (diff)
downloadmailman-003be673bf444a8b4f7547c0504bd55bf6bcbad3.tar.gz
mailman-003be673bf444a8b4f7547c0504bd55bf6bcbad3.tar.zst
mailman-003be673bf444a8b4f7547c0504bd55bf6bcbad3.zip
intermediate
-rw-r--r--templates/fr/article.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/templates/fr/article.html b/templates/fr/article.html
new file mode 100644
index 000000000..2901aa146
--- /dev/null
+++ b/templates/fr/article.html
@@ -0,0 +1,54 @@
+<!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>Messages tri&eacute;s par:</B>
+ <a href="date.html#%(sequence)s">[ date ]</a>
+ <a href="thread.html#%(sequence)s">[ thread ]</a>
+ <a href="subject.html#%(sequence)s">[ objet ]</a>
+ <a href="author.html#%(sequence)s">[ auteur ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+%(body)s
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ %(prev_wsubj)s
+ %(next_wsubj)s
+ <LI> <B>Messages tri&eacute;s par:</B>
+ <a href="date.html#%(sequence)s">[ date ]</a>
+ <a href="thread.html#%(sequence)s">[ thread ]</a>
+ <a href="subject.html#%(sequence)s">[ objet ]</a>
+ <a href="author.html#%(sequence)s">[ auteur ]</a>
+ </LI>
+ </UL>
+</body></html>
+
+
+
+
+
+