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