diff options
author | <> | 2003-09-22 02:07:49 +0000 |
---|---|---|
committer | <> | 2003-09-22 02:07:49 +0000 |
commit | 29de1e65e784b67e635616b2f4edf2a8a12e0a9e (patch) | |
tree | a62e374ceb5dad32cf92b11f84426345ec031586 /templates/uk/archtocentry.html | |
parent | a2a6085f338386ab1e4f34579a884e15b6639075 (diff) | |
download | mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.tar.gz mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.tar.xz mailman2-29de1e65e784b67e635616b2f4edf2a8a12e0a9e.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to '')
-rw-r--r-- | templates/uk/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/uk/archtocentry.html b/templates/uk/archtocentry.html new file mode 100644 index 00000000..e915834a --- /dev/null +++ b/templates/uk/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ за гілками ]</a> + <A href="%(archive)s/subject.html">[ за темами ]</a> + <A href="%(archive)s/author.html">[ за авторами ]</a> + <A href="%(archive)s/date.html">[ за датою ]</a> + </td> + %(textlink)s + </tr> + |