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/archtoc.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/archtoc.html')
-rw-r--r-- | templates/cs/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/cs/archtoc.html b/templates/cs/archtoc.html new file mode 100644 index 00000000..d82c1475 --- /dev/null +++ b/templates/cs/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Archiv konference %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Archiv konference %(listname)s </h1> + <p> + Můžete si <a href="%(listinfo)s">přečíst více informací</a> + a nebo můžete<a href="%(fullarch)s">stáhnout celý archiv</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |