diff options
Diffstat (limited to 'templates/zh_CN')
-rwxr-xr-x[-rw-r--r--] | templates/zh_CN/admlogin.html | 5 | ||||
-rw-r--r-- | templates/zh_CN/options.html | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | templates/zh_CN/private.html | 21 |
3 files changed, 24 insertions, 4 deletions
diff --git a/templates/zh_CN/admlogin.html b/templates/zh_CN/admlogin.html index 0dfa9d3c..7b6dd4be 100644..100755 --- a/templates/zh_CN/admlogin.html +++ b/templates/zh_CN/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s %(who)s Authentication</title> +<script>function sf(){document.f.adminpw.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(path)s"> +<body bgcolor="#ffffff" onload="sf()"> +<FORM METHOD=POST ACTION="%(path)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/zh_CN/options.html b/templates/zh_CN/options.html index ed46012e..2da94a5b 100644 --- a/templates/zh_CN/options.html +++ b/templates/zh_CN/options.html @@ -165,6 +165,7 @@ <mm-global-deliver-button><i>设为全局</i> </td></tr> +<!--Start-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>设置摘要模式</strong><p> 如果您将摘要模式打开, 将会把所有信件聚合在一起发送给您, @@ -185,6 +186,7 @@ <MM-Plain-Digests-Button>普通文本<p> <mm-global-mime-button><i>设为全局</i> </td></tr> +<!--End-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>接收您自己的信件?</strong><p> diff --git a/templates/zh_CN/private.html b/templates/zh_CN/private.html index 8fd450a7..05c46bdd 100644..100755 --- a/templates/zh_CN/private.html +++ b/templates/zh_CN/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s 私有归档认证</title> +<script>function sf(){document.f.username.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(action)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -34,6 +35,22 @@ 也可以通过点击访问您的成员选项页并点击其中的<em>登出</em>按钮来显 式地使其过期。 + <p> + <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B> + </TD> + </TR> + <tr> + <td>If you don't remember your password, enter your email address + above and click the <em>Remind</em> button and your + password will be emailed to you.</td> + </tr> + <tr> + <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td> + </tr> + </TABLE> </FORM> </body> </html> |