diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/fr/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/fr/archtocentry.html')
-rw-r--r-- | templates/fr/archtocentry.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/fr/archtocentry.html b/templates/fr/archtocentry.html new file mode 100644 index 00000000..267e350b --- /dev/null +++ b/templates/fr/archtocentry.html @@ -0,0 +1,10 @@ + + <tr> + <td>%(archivelabel)s: + <A href="%(archive)s/thread.html">[ Thread ]</a> + <A href="%(archive)s/subject.html">[ Sujet ]</a> + <A href="%(archive)s/author.html">[ Auteur ]</a> + <A href="%(archive)s/date.html">[ Date ]</a> + </td> + %(textlink)s + </tr> |