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