aboutsummaryrefslogtreecommitdiffstats
path: root/templates/zh_CN/archtoc.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/zh_CN/archtoc.html')
-rw-r--r--templates/zh_CN/archtoc.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/zh_CN/archtoc.html b/templates/zh_CN/archtoc.html
new file mode 100644
index 00000000..a5149f70
--- /dev/null
+++ b/templates/zh_CN/archtoc.html
@@ -0,0 +1,20 @@
+<!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>The %(listname)s Archives </h1>
+ <p>
+ 你可以获得关于<a href="%(listinfo)s">这个列表更多的信息</a>
+ 或者你可以<a href="%(fullarch)s">下载完整的原始归档文件</a>
+ (%(size)s).
+ </p>
+ %(noarchive_msg)s
+ %(archive_listing_start)s
+ %(archive_listing)s
+ %(archive_listing_end)s
+ </BODY>
+ </HTML>