diff options
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> |