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/archtocentry.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/archtocentry.html')
-rw-r--r-- | templates/fa/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/fa/archtocentry.html b/templates/fa/archtocentry.html new file mode 100644 index 00000000..c2b740e2 --- /dev/null +++ b/templates/fa/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ مبحث ]</a> + <A href="%(archive)s/subject.html">[ موضوع ]</a> + <A href="%(archive)s/author.html">[ پدیدآورس ]</a> + <A href="%(archive)s/date.html">[ تاریخ ]</a> + </td> + %(textlink)s + </tr> + |