diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/no/archtocentry.html | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/no/archtocentry.html')
-rw-r--r-- | templates/no/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/no/archtocentry.html b/templates/no/archtocentry.html new file mode 100644 index 00000000..ef4040ed --- /dev/null +++ b/templates/no/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> + |