diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-01-28 15:06:44 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-01-28 15:06:44 -0800 |
commit | 342ced1457cd51d6181a506648f62a800ff18bc7 (patch) | |
tree | 5203379851b2e5850db855888305f06fc7908fa6 /templates/zh_CN/listinfo.html | |
parent | 7b9209cab3c1f08f1f594399aa140b729ad70760 (diff) | |
download | mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.tar.gz mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.tar.xz mailman2-342ced1457cd51d6181a506648f62a800ff18bc7.zip |
- Backported the listinfo template change from the 2.2 branch to fix
Bug #514050.
Diffstat (limited to '')
-rw-r--r-- | templates/zh_CN/listinfo.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/templates/zh_CN/listinfo.html b/templates/zh_CN/listinfo.html index 970f4329..98bc3a76 100644 --- a/templates/zh_CN/listinfo.html +++ b/templates/zh_CN/listinfo.html @@ -1,3 +1,4 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE><MM-List-Name> 信息页</TITLE> @@ -6,7 +7,7 @@ <BODY BGCOLOR="#ffffff"> <P> - <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TABLE 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> -- @@ -25,7 +26,6 @@ <TD COLSPAN="1" WIDTH="30%" BGCOLOR="#FFF0D0"> <MM-lang-form-start><MM-displang-box> <MM-list-langs> <MM-form-end> - <MM-Subscribe-Form-Start> </TD> </TR> <tr> @@ -62,8 +62,9 @@ 要订阅 <MM-List-Name> 邮件列表,请填写如下资料: <MM-List-Subscription-Msg> <ul> + <MM-Subscribe-Form-Start> <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" - WIDTH="70%" HEIGHT= "112"> + WIDTH="70%"> <TR> <TD BGCOLOR="#dddddd" WIDTH="55%">您的email地址:</TD> <TD WIDTH="33%"><MM-Subscribe-Box> @@ -78,10 +79,11 @@ 这仅提供适度的安全,但足以保护您不受他人的干扰。<b>但请您不 要使用重要的口令</b>。因为我们可能将此口令以明文形式发给您。 - <p>如果您不填写密码,我们将会自动给您生成一个。当您确认订阅后, + <br><br>如果您不填写密码,我们将会自动给您生成一个。当您确认订阅后, 会将它发送到您的邮箱。当您编辑个人选项时,总是可以随时要求将 您的口令发送到您的邮箱。 <MM-Reminder> + </font> </TD> </TR> <TR> @@ -107,12 +109,12 @@ <mm-digest-question-end> <tr> <td colspan="3"> - <center><MM-Subscribe-Button></P></center> + <center><MM-Subscribe-Button></center> + </td> + </tr> </TABLE> <MM-Form-End> </ul> - </td> - </tr> <TR> <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> <a name="subscribers"> |