diff options
author | tkikuchi <> | 2005-04-07 04:21:35 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-04-07 04:21:35 +0000 |
commit | c1806efe6d32af0cdd55a64645d2983156ed92bb (patch) | |
tree | 585be8499ae0177019163057546c57fa6c0b036d /templates/zh_CN/archidxhead.html | |
parent | 86575db95d2ee9f7f8ec2a712527ca83c3fd7ca6 (diff) | |
download | mailman2-c1806efe6d32af0cdd55a64645d2983156ed92bb.tar.gz mailman2-c1806efe6d32af0cdd55a64645d2983156ed92bb.tar.xz mailman2-c1806efe6d32af0cdd55a64645d2983156ed92bb.zip |
Chinese new files.
Diffstat (limited to '')
-rw-r--r-- | templates/zh_CN/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/zh_CN/archidxhead.html b/templates/zh_CN/archidxhead.html new file mode 100644 index 00000000..edb3589e --- /dev/null +++ b/templates/zh_CN/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s %(archive)s 按 %(archtype)s归档</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>%(archive)s 按 %(archtype)s归档</h1> + <ul> + <li> <b>信息按下列方式排序:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">关于这个列表更多的信息... + </a></b></li> + </ul> + <p><b>开始:</b> <i>%(firstdate)s</i><br> + <b>结束:</b> <i>%(lastdate)s</i><br> + <b>信息:</b> %(size)s<p> + <ul> |