source: non-gtk/mailman/en/private.html@ 2999

Last change on this file since 2999 was 2865, checked in by Александър Шопов, 13 years ago

Синхронизация с mailman-2.1.15

File size: 2.1 KB
Line 
1<html>
2<head>
3 <title>%(realname)s Private Archives Authentication</title>
4<script>function sf(){document.f.username.focus();}</script>
5</head>
6<body bgcolor="#ffffff" onLoad="sf()">
7<FORM METHOD=POST ACTION="%(action)s" name="f">
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">
12 <B><FONT COLOR="#000000" SIZE="+1">%(realname)s Private
13 Archives Authentication</FONT></B>
14 </TD>
15 </TR>
16 <tr>
17 <TD><div ALIGN="Right">Email address:</div></TD>
18 <TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD>
19 </tr>
20 <tr>
21 <TD><div ALIGN="Right">Password:</div></TD>
22 <TD><INPUT TYPE="password" NAME="password" SIZE="30"></TD>
23 </tr>
24 <tr>
25 <td colspan=2 align="middle"><INPUT type="SUBMIT"
26 name="submit"
27 value="Let me in...">
28 </td>
29 </tr>
30 </TABLE>
31 <p><strong><em>Important:</em></strong> From this point on, you
32 must have cookies enabled in your browser, otherwise
33 you will have to re-authenticate with every operation.
34
35 <p>Session cookies are used in Mailman's
36 private archive interface so that you don't need to
37 re-authenticate with every operation. This
38 cookie will expire automatically when you exit your browser, or
39 you can explicitly expire the cookie by visiting your
40 member options page and clicking the
41 <em>Log out</em> button.
42 <p>
43 <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
44 <TR>
45 <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
46 <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
47 </TD>
48 </TR>
49 <tr>
50 <td>If you don't remember your password, enter your email address
51 above and click the <em>Remind</em> button and your
52 password will be emailed to you.</td>
53 </tr>
54 <tr>
55 <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
56 </tr>
57 </TABLE>
58</FORM>
59</body>
60</html>
Note: See TracBrowser for help on using the repository browser.