diff options
Diffstat (limited to 'templates/zh_CN/archtocnombox.html')
-rw-r--r-- | templates/zh_CN/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/zh_CN/archtocnombox.html b/templates/zh_CN/archtocnombox.html new file mode 100644 index 00000000..675feb83 --- /dev/null +++ b/templates/zh_CN/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> |