diff options
author | tkikuchi <> | 2004-12-10 08:10:21 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-12-10 08:10:21 +0000 |
commit | 7c1278251a7454f83a9cd913da6fc0a7173b2db0 (patch) | |
tree | 30a6ddf8bfc0df94aae05164fee67625d8f9bbf4 /templates/zh_CN/roster.html | |
parent | afbae67358f5dc8c4054df4b2043cb40b0ede7ce (diff) | |
download | mailman2-7c1278251a7454f83a9cd913da6fc0a7173b2db0.tar.gz mailman2-7c1278251a7454f83a9cd913da6fc0a7173b2db0.tar.xz mailman2-7c1278251a7454f83a9cd913da6fc0a7173b2db0.zip |
Chinese (China) templates. No support.
Diffstat (limited to '')
-rw-r--r-- | templates/zh_CN/roster.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/templates/zh_CN/roster.html b/templates/zh_CN/roster.html new file mode 100644 index 00000000..e4a4013b --- /dev/null +++ b/templates/zh_CN/roster.html @@ -0,0 +1,53 @@ +<!-- $Revision: 7239 $ --> +<HTML> + <HEAD> + <TITLE><MM-List-Name> Subscribers</TITLE> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + + <P> + <TABLE WIDTH="100%" COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> + Subscribers</FONT></B> + </TD> + </TR> + <TR> + <TD COLSPAN="2" WIDTH="100%" ALIGN="CENTER"> + + <P align = "right"> <MM-lang-form-start><MM-displang-box> + <MM-list-langs><MM-form-end></p> + + <P>Click on your address to visit your subscription + options page.<br><I>(Parenthesized entries have list delivery + disabled.)</I></P> + </TD> + </TR> + <TR WIDTH="100%" VALIGN="top"> + <TD BGCOLOR="#FFF0D0" WIDTH="50%"> + <center> + <B><FONT COLOR="#000000"><MM-Num-Reg-Users> + Non-digested Members of <MM-List-Name>:</FONT></B> + </center> + </TD> + <TD BGCOLOR="#FFF0D0" WIDTH="50%"> + <center> + <B><FONT COLOR="#000000"><MM-Num-Digesters> Digested + Members of <MM-List-Name>:</FONT></B> + </center> + </TD> + </TR> + <TR VALIGN="top"> + <td> + <P><MM-Regular-Users> + </td> + <td> + <P><MM-Digest-Users> + </td> + </tr> + </table> +<MM-Mailman-Footer> +</BODY> +</HTML> |