diff options
Diffstat (limited to 'templates/vi/archtocentry.html')
-rw-r--r-- | templates/vi/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/vi/archtocentry.html b/templates/vi/archtocentry.html new file mode 100644 index 00000000..722c84e6 --- /dev/null +++ b/templates/vi/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Nhánh ]</a> + <A href="%(archive)s/subject.html">[ Chủ đề ]</a> + <A href="%(archive)s/author.html">[ Tác giả ]</a> + <A href="%(archive)s/date.html">[ Ngày ]</a> + </td> + %(textlink)s + </tr> + |