diff options
Diffstat (limited to 'templates/lt/archtocentry.html')
-rw-r--r-- | templates/lt/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/lt/archtocentry.html b/templates/lt/archtocentry.html new file mode 100644 index 00000000..c0d2a02c --- /dev/null +++ b/templates/lt/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Gija ]</a> + <A href="%(archive)s/subject.html">[ Tema ]</a> + <A href="%(archive)s/author.html">[ Autorius ]</a> + <A href="%(archive)s/date.html">[ Data ]</a> + </td> + %(textlink)s + </tr> + |