~mailman-coders/mailman/2.1

536 by tkikuchi
Chinese (China) templates. No support.
1
<html>
2
<head>
712 by tkikuchi
Chinese (China) update.
3
    <title>%(realname)s 私有归档认证</title>
1344 by Mark Sapiro
Added javascript to the private.html and admlogin.html templates to
4
<script>function sf(){document.f.username.focus();}</script>
536 by tkikuchi
Chinese (China) templates. No support.
5
</head>
1344 by Mark Sapiro
Added javascript to the private.html and admlogin.html templates to
6
<body bgcolor="#ffffff" onLoad="sf()">
7
<FORM METHOD=POST ACTION="%(action)s" name="f">
536 by tkikuchi
Chinese (China) templates. No support.
8
%(message)s
9
  <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
10
    <TR>
11
      <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
712 by tkikuchi
Chinese (China) update.
12
	<B><FONT COLOR="#0s00000" SIZE="+1">%(realname)s 私有归档认证</FONT></B>
536 by tkikuchi
Chinese (China) templates. No support.
13
      </TD>
14
    </TR>
15
    <tr>
712 by tkikuchi
Chinese (China) update.
16
        <TD><div ALIGN="Right">Email地址:</div></TD>
536 by tkikuchi
Chinese (China) templates. No support.
17
        <TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD>
18
    </tr>
19
    <tr>
712 by tkikuchi
Chinese (China) update.
20
      <TD><div ALIGN="Right">口令:</div></TD>
536 by tkikuchi
Chinese (China) templates. No support.
21
      <TD><INPUT TYPE="password" NAME="password" SIZE="30"></TD>
22
    </tr>
23
    <tr>
24
      <td colspan=2 align="middle"><INPUT type="SUBMIT"
25
                                          name="submit"
701 by tkikuchi
Chinese translation update.
26
					  value="登陆">
536 by tkikuchi
Chinese (China) templates. No support.
27
      </td>
28
    </tr>
29
  </TABLE>
712 by tkikuchi
Chinese (China) update.
30
      <p><strong><em>注意:</em></strong> 从此时开始,您的浏览器应该启用
31
	  cookies,否则您的任何操作都需要重新认证。
32
	  
33
      <p>在Mailman的私有存档接口中使用了Session cookies ,由此您不必为每
34
	  次操作重新进行认证。这个cookies会在您退出浏览器时自动过期,当然您
35
	  也可以通过点击访问您的成员选项页并点击其中的<em>登出</em>按钮来显
36
	  式地使其过期。
660 by tkikuchi
zh_CN new translation. moving to utf-8 also.
37
      
1346 by Mark Sapiro
Backported the password reminder from private archive login feature from the
38
      <p>
39
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
40
    <TR>
41
      <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
42
	<B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
43
      </TD>
44
    </TR>
45
    <tr>
46
      <td>If you don't remember your password, enter your email address
47
          above and click the <em>Remind</em> button and your
48
          password will be emailed to you.</td>
49
    </tr>
50
    <tr>
51
      <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
52
    </tr>
1348 by Mark Sapiro
First round of i18n changes.
53
  </TABLE>
536 by tkikuchi
Chinese (China) templates. No support.
54
</FORM>
55
</body>
56
</html>