diff options
author | Jim Popovitch <jimpop@gmail.com> | 2013-11-17 01:56:29 +0000 |
---|---|---|
committer | Jim Popovitch <jimpop@gmail.com> | 2013-11-17 01:56:29 +0000 |
commit | 06d15b0a9949652f696d19903cef2a235ff3a428 (patch) | |
tree | 55a9c12de799cc056da986aafe3b8e66d0cbf94b /templates/fa/archidxhead.html | |
parent | bc05ad4e81bd2ce9ec0f36e5112eadf607a49195 (diff) | |
parent | ded18dda2b2f9ba00f8780b4eba6c398c5bff838 (diff) | |
download | mailman2-06d15b0a9949652f696d19903cef2a235ff3a428.tar.gz mailman2-06d15b0a9949652f696d19903cef2a235ff3a428.tar.xz mailman2-06d15b0a9949652f696d19903cef2a235ff3a428.zip |
Upstream changes
Diffstat (limited to 'templates/fa/archidxhead.html')
-rw-r--r-- | templates/fa/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/fa/archidxhead.html b/templates/fa/archidxhead.html new file mode 100644 index 00000000..d443c6e6 --- /dev/null +++ b/templates/fa/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <title>بایگانیهای %(archive)s فهرست %(listname)s براساس %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff" dir="rtl"> + <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> |