aboutsummaryrefslogtreecommitdiffstats
path: root/templates/nl/article.html
diff options
context:
space:
mode:
authorclytie <>2006-07-21 05:46:44 +0000
committerclytie <>2006-07-21 05:46:44 +0000
commitc837367f2365d261d00dda2215804da481f8facc (patch)
tree4d82748ddfc214346789dec4e0d64595fea642a7 /templates/nl/article.html
parent7f5a6591910a10c5ecdd79322e53dc47c6e7a9cd (diff)
downloadmailman2-c837367f2365d261d00dda2215804da481f8facc.tar.gz
mailman2-c837367f2365d261d00dda2215804da481f8facc.tar.xz
mailman2-c837367f2365d261d00dda2215804da481f8facc.zip
Committed messages mailman.po and a stack of added and updated templates for Dutch.
Clytie Siddall <clytie@riverland.net.au>
Diffstat (limited to 'templates/nl/article.html')
-rw-r--r--templates/nl/article.html29
1 files changed, 13 insertions, 16 deletions
diff --git a/templates/nl/article.html b/templates/nl/article.html
index 58f0f932..365a0e7b 100644
--- a/templates/nl/article.html
+++ b/templates/nl/article.html
@@ -4,27 +4,20 @@
<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"><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"
+ <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></span><br>
- <span style="background-color: #FFCCFF">
- <I>Datum :</I></td>
- <I>%(datestr_html)s</I></td> </span>
- </FONT><P><UL>
+ </A><BR>
+ <I>%(datestr_html)s</I>
+ <P><UL>
%(prev_wsubj)s
%(next_wsubj)s
<LI> <B>Berichten gesorteerd op:</B>
@@ -40,7 +33,7 @@
<!--endarticle-->
<HR>
<P><UL>
- <!--threads-->
+ <!--threads-->
%(prev_wsubj)s
%(next_wsubj)s
<LI> <B>Berichten gesorteerd op:</B>
@@ -50,4 +43,8 @@
<a href="author.html#%(sequence)s">[ auteur ]</a>
</LI>
</UL>
+
+<hr>
+<a href="%(listurl)s">Meer informatie over de %(listname)s
+maillijst</a><br>
</body></html>