diff options
Diffstat (limited to '')
-rwxr-xr-x | templates/ar/archtoc.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/ar/archtoc.html b/templates/ar/archtoc.html new file mode 100755 index 00000000..969d4d7a --- /dev/null +++ b/templates/ar/archtoc.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html dir="rtl"> + <HEAD> + <title>أرشيفات القائمة %(listname)s</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>أرشيفات القائمة %(listname)s</h1> + <p> + يمكنك الحصول على <a href="%(listinfo)s">معلومات أكثر حول هذه القائمة</a> + أو يمكنك <a href="%(fullarch)s">تحميل الأرشيف الخام الكامل</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |