diff options
Diffstat (limited to 'templates/sv/archtocentry.html')
-rw-r--r-- | templates/sv/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/sv/archtocentry.html b/templates/sv/archtocentry.html new file mode 100644 index 00000000..e78ba5ec --- /dev/null +++ b/templates/sv/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Tråd (thread) ]</a> + <A href="%(archive)s/subject.html">[ Ämne ]</a> + <A href="%(archive)s/author.html">[ Avsändare ]</a> + <A href="%(archive)s/date.html">[ Datum ]</a> + </td> + %(textlink)s + </tr> + |