diff options
author | tkikuchi <> | 2006-08-04 12:23:46 +0000 |
---|---|---|
committer | tkikuchi <> | 2006-08-04 12:23:46 +0000 |
commit | 7235674824a7843abeac9a477b7eae614e9387f7 (patch) | |
tree | 556b48b7e9d3f0c516271855158650313ce5064e /templates/ar/archidxhead.html | |
parent | 7988ecd881fb000f05ee1c18668d114d10a8bc4d (diff) | |
download | mailman2-7235674824a7843abeac9a477b7eae614e9387f7.tar.gz mailman2-7235674824a7843abeac9a477b7eae614e9387f7.tar.xz mailman2-7235674824a7843abeac9a477b7eae614e9387f7.zip |
Arabic templates.
Diffstat (limited to 'templates/ar/archidxhead.html')
-rwxr-xr-x | templates/ar/archidxhead.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/ar/archidxhead.html b/templates/ar/archidxhead.html new file mode 100755 index 00000000..6fa55406 --- /dev/null +++ b/templates/ar/archidxhead.html @@ -0,0 +1,25 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html dir="rtl"> + <HEAD> + <title>أرشيف %(archive)s الخاص بالقائمة %(listname)s حسب %(archtype)s</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>أرشيفات %(archive)s حسب %(archtype)s</h1> + <ul> + <li> <b>الرسائل مرتبة حسب:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">لمعلومات أكثر حول القائمة... + </a></b></li> + </ul> + <p><b>بداية من:</b> <i>%(firstdate)s</i><br> + <b>انتهاءاً في:</b> <i>%(lastdate)s</i><br> + <b>الرسائل:</b> %(size)s<p> + <ul> |