diff options
Diffstat (limited to '')
-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..b6087f7e --- /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> + |