|
Last change
on this file since 804 was 666, checked in by Александър Шопов, 20 years ago |
|
mailman: добавям направеното досега. Синхронизирано спрямо mailman 2.1.8
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | <html>
|
|---|
| 2 | <head>
|
|---|
| 3 | <title>%(realname)s Private Archives Authentication</title>
|
|---|
| 4 | </head>
|
|---|
| 5 | <body bgcolor="#ffffff">
|
|---|
| 6 | <FORM METHOD=POST ACTION="%(action)s">
|
|---|
| 7 | %(message)s
|
|---|
| 8 | <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
|
|---|
| 9 | <TR>
|
|---|
| 10 | <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
|
|---|
| 11 | <B><FONT COLOR="#000000" SIZE="+1">%(realname)s Private
|
|---|
| 12 | Archives Authentication</FONT></B>
|
|---|
| 13 | </TD>
|
|---|
| 14 | </TR>
|
|---|
| 15 | <tr>
|
|---|
| 16 | <TD><div ALIGN="Right">Email address:</div></TD>
|
|---|
| 17 | <TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD>
|
|---|
| 18 | </tr>
|
|---|
| 19 | <tr>
|
|---|
| 20 | <TD><div ALIGN="Right">Password:</div></TD>
|
|---|
| 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"
|
|---|
| 26 | value="Let me in...">
|
|---|
| 27 | </td>
|
|---|
| 28 | </tr>
|
|---|
| 29 | </TABLE>
|
|---|
| 30 | <p><strong><em>Important:</em></strong> From this point on, you
|
|---|
| 31 | must have cookies enabled in your browser, otherwise
|
|---|
| 32 | you will have to re-authenticate with every operation.
|
|---|
| 33 |
|
|---|
| 34 | <p>Session cookies are used in Mailman's
|
|---|
| 35 | private archive interface so that you don't need to
|
|---|
| 36 | re-authenticate with every operation. This
|
|---|
| 37 | cookie will expire automatically when you exit your browser, or
|
|---|
| 38 | you can explicitly expire the cookie by visiting your
|
|---|
| 39 | member options page and clicking the
|
|---|
| 40 | <em>Log out</em> button.
|
|---|
| 41 | </FORM>
|
|---|
| 42 | </body>
|
|---|
| 43 | </html>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.