diff options
author | tkikuchi <> | 2005-03-22 12:48:16 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-03-22 12:48:16 +0000 |
commit | f86dc10caaeb67be14d42c6c2f2e1ec453d6e3b8 (patch) | |
tree | f3856ee24456f01405b16a8219aa6864c3bf7eda /templates/uk/archtocnombox.html | |
parent | 76212567c805dc85af992c3017fc83b9195bfe25 (diff) | |
download | mailman2-f86dc10caaeb67be14d42c6c2f2e1ec453d6e3b8.tar.gz mailman2-f86dc10caaeb67be14d42c6c2f2e1ec453d6e3b8.tar.xz mailman2-f86dc10caaeb67be14d42c6c2f2e1ec453d6e3b8.zip |
Looks like I forgot to check in these files.
Diffstat (limited to 'templates/uk/archtocnombox.html')
-rw-r--r-- | templates/uk/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/uk/archtocnombox.html b/templates/uk/archtocnombox.html new file mode 100644 index 00000000..952e1cdc --- /dev/null +++ b/templates/uk/archtocnombox.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Архів %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Архів %(listname)s </h1> + <p> + Ви можете отримати <a href="%(listinfo)s">додаткову інформацію про цей список</a>. + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |