|
Last change
on this file since 1341 was 666, checked in by Александър Шопов, 20 years ago |
|
mailman: добавям направеното досега. Синхронизирано спрямо mailman 2.1.8
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | <html>
|
|---|
| 2 | <head>
|
|---|
| 3 | <title>%(listname)s %(who)s Authentication</title>
|
|---|
| 4 | </head>
|
|---|
| 5 | <body bgcolor="#ffffff">
|
|---|
| 6 | <FORM METHOD=POST ACTION="%(path)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">%(listname)s %(who)s
|
|---|
| 12 | Authentication</FONT></B>
|
|---|
| 13 | </TD>
|
|---|
| 14 | </TR>
|
|---|
| 15 | <tr>
|
|---|
| 16 | <TD><div ALIGN="Right">List %(who)s Password:</div></TD>
|
|---|
| 17 | <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD>
|
|---|
| 18 | </tr>
|
|---|
| 19 | <tr>
|
|---|
| 20 | <td colspan=2 align=middle><INPUT type="SUBMIT"
|
|---|
| 21 | name="admlogin"
|
|---|
| 22 | value="Let me in...">
|
|---|
| 23 | </td>
|
|---|
| 24 | </tr>
|
|---|
| 25 | </TABLE>
|
|---|
| 26 | <p><strong><em>Important:</em></strong> From this point on, you
|
|---|
| 27 | must have cookies enabled in your browser, otherwise no
|
|---|
| 28 | administrative changes will take effect.
|
|---|
| 29 |
|
|---|
| 30 | <p>Session cookies are used in Mailman's
|
|---|
| 31 | administrative interface so that you don't need to
|
|---|
| 32 | re-authenticate with every administrative operation. This
|
|---|
| 33 | cookie will expire automatically when you exit your browser, or
|
|---|
| 34 | you can explicitly expire the cookie by hitting the
|
|---|
| 35 | <em>Logout</em> link under <em>Other Administrative
|
|---|
| 36 | Activities</em> (which you'll see once you successfully log in).
|
|---|
| 37 | </FORM>
|
|---|
| 38 | </body>
|
|---|
| 39 | </html>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.