diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-06-06 02:18:30 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-06-06 02:18:30 +0900 |
commit | e591f51039f4ebc4a52d6a8aac210d8ebb7978de (patch) | |
tree | 004c9f8ba6a59659e2ea930f5f74403a269627f8 /templates/eo/archtocentry.html | |
parent | 898c692842fed6e33a4bc309d9d240721a01a4c7 (diff) | |
parent | ca506e913faa49331db68f541774fdb773653988 (diff) | |
download | mailman2-e591f51039f4ebc4a52d6a8aac210d8ebb7978de.tar.gz mailman2-e591f51039f4ebc4a52d6a8aac210d8ebb7978de.tar.xz mailman2-e591f51039f4ebc4a52d6a8aac210d8ebb7978de.zip |
merge lp:mailman up to rev 1765
Diffstat (limited to 'templates/eo/archtocentry.html')
-rw-r--r-- | templates/eo/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/eo/archtocentry.html b/templates/eo/archtocentry.html new file mode 100644 index 00000000..1a83e728 --- /dev/null +++ b/templates/eo/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Diskutfadeno ]</a> + <A href="%(archive)s/subject.html">[ Temo ]</a> + <A href="%(archive)s/author.html">[ AĆtoro ]</a> + <A href="%(archive)s/date.html">[ Dato ]</a> + </td> + %(textlink)s + </tr> + |