aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ar/article.html
diff options
context:
space:
mode:
authortkikuchi <>2006-08-04 12:23:46 +0000
committertkikuchi <>2006-08-04 12:23:46 +0000
commit7235674824a7843abeac9a477b7eae614e9387f7 (patch)
tree556b48b7e9d3f0c516271855158650313ce5064e /templates/ar/article.html
parent7988ecd881fb000f05ee1c18668d114d10a8bc4d (diff)
downloadmailman2-7235674824a7843abeac9a477b7eae614e9387f7.tar.gz
mailman2-7235674824a7843abeac9a477b7eae614e9387f7.tar.xz
mailman2-7235674824a7843abeac9a477b7eae614e9387f7.zip
Arabic templates.
Diffstat (limited to 'templates/ar/article.html')
-rwxr-xr-xtemplates/ar/article.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/templates/ar/article.html b/templates/ar/article.html
new file mode 100755
index 00000000..9701a6cb
--- /dev/null
+++ b/templates/ar/article.html
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html dir="rtl">
+ <HEAD>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <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>الرسائل مرتبة حسب:</B>
+ <a href="date.html#%(sequence)s">[ التاريخ ]</a>
+ <a href="thread.html#%(sequence)s">[ السلسلة ]</a>
+ <a href="subject.html#%(sequence)s">[ العنوان ]</a>
+ <a href="author.html#%(sequence)s">[ الكاتب ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+%(body)s
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ %(prev_wsubj)s
+ %(next_wsubj)s
+ <LI> <B>الرسائل مرتبة حسب:</B>
+ <a href="date.html#%(sequence)s">[ التاريخ ]</a>
+ <a href="thread.html#%(sequence)s">[ السلسلة ]</a>
+ <a href="subject.html#%(sequence)s">[ العنوان ]</a>
+ <a href="author.html#%(sequence)s">[ الكاتب ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="%(listurl)s">معلومات إضافية حول القائمة البريدية %(listname)s</a><br>
+</body></html>