diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/nl/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/nl/article.html')
-rw-r--r-- | templates/nl/article.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/templates/nl/article.html b/templates/nl/article.html new file mode 100644 index 00000000..ed4933c7 --- /dev/null +++ b/templates/nl/article.html @@ -0,0 +1,53 @@ +<!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"><font face="Arial" size="4"> + <H1><font color="#0000FF"><i>Onderwerp : </i> %(subject_html)s </font> + </H1> + <span style="background-color: #FFFFCC"> + <i>Auteur :</i> + <B>%(author_html)s</B></span><br> + <span style="background-color: #CCFFFF"> + <i>E-mail :</i> + <A HREF="mailto:%(email_url)s" + TITLE="%(subject_html)s">%(email_html)s + </A></span><br> + <span style="background-color: #FFCCFF"> + <I>Datum :</I></td> + <I>%(datestr_html)s</I></td> </span> + </FONT><P><UL> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Berichten gesorteerd op:</B> + <a href="date.html#%(sequence)s">[ datum ]</a> + <a href="thread.html#%(sequence)s">[ draad ]</a> + <a href="subject.html#%(sequence)s">[ onderwerp ]</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>Berichten gesorteerd op:</B> + <a href="date.html#%(sequence)s">[ datum ]</a> + <a href="thread.html#%(sequence)s">[ draad ]</a> + <a href="subject.html#%(sequence)s">[ onderwerp ]</a> + <a href="author.html#%(sequence)s">[ auteur ]</a> + </LI> + </UL> +</body></html>
\ No newline at end of file |