diff options
author | tkikuchi <> | 2006-08-04 12:23:46 +0000 |
---|---|---|
committer | tkikuchi <> | 2006-08-04 12:23:46 +0000 |
commit | 7235674824a7843abeac9a477b7eae614e9387f7 (patch) | |
tree | 556b48b7e9d3f0c516271855158650313ce5064e /templates/ar/archtocentry.html | |
parent | 7988ecd881fb000f05ee1c18668d114d10a8bc4d (diff) | |
download | mailman2-7235674824a7843abeac9a477b7eae614e9387f7.tar.gz mailman2-7235674824a7843abeac9a477b7eae614e9387f7.tar.xz mailman2-7235674824a7843abeac9a477b7eae614e9387f7.zip |
Arabic templates.
Diffstat (limited to 'templates/ar/archtocentry.html')
-rwxr-xr-x | templates/ar/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/ar/archtocentry.html b/templates/ar/archtocentry.html new file mode 100755 index 00000000..bfa4437c --- /dev/null +++ b/templates/ar/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> + |