diff options
author | danohnesorg <> | 2007-03-23 11:28:12 +0000 |
---|---|---|
committer | danohnesorg <> | 2007-03-23 11:28:12 +0000 |
commit | a3dc31d77628d839c1c1d2d0ea09b110495df8d8 (patch) | |
tree | b47e9c3fc067b94354837cddd2b6dba07198eb9f /templates/cs/archtocentry.html | |
parent | c0d62184b95ba895e7c2afc2307d7cab2c808cd3 (diff) | |
download | mailman2-a3dc31d77628d839c1c1d2d0ea09b110495df8d8.tar.gz mailman2-a3dc31d77628d839c1c1d2d0ea09b110495df8d8.tar.xz mailman2-a3dc31d77628d839c1c1d2d0ea09b110495df8d8.zip |
New templates, which aren't now in repository
Diffstat (limited to 'templates/cs/archtocentry.html')
-rw-r--r-- | templates/cs/archtocentry.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/cs/archtocentry.html b/templates/cs/archtocentry.html new file mode 100644 index 00000000..9c6de280 --- /dev/null +++ b/templates/cs/archtocentry.html @@ -0,0 +1,13 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Vlákno ]</a> + <A href="%(archive)s/subject.html">[ Předmět ]</a> + <A href="%(archive)s/author.html">[ Autor ]</a> + <A href="%(archive)s/date.html">[ Datum ]</a> + </td> + %(textlink)s + </tr> +<tr> + |