diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-05-20 15:51:13 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-05-20 15:51:13 -0700 |
commit | 12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0 (patch) | |
tree | 3bbc66c65dc945a5f42baee7884699389ed112bc /templates/fa/archidxhead.html | |
parent | 64047694242be831634a82c35d948cbc44f60f20 (diff) | |
download | mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.tar.gz mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.tar.xz mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.zip |
Here are the 'forgot to add' templates/fa and messages/fa files.
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..84282216 --- /dev/null +++ b/templates/fa/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <title>The %(listname)s %(archive)s Archive by %(archtype)s</title> + <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> |