source: non-gtk/GNU/mailman/en/admlogin.html

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

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

File size: 1.4 KB
Line 
1<html>
2<head>
3 <title>%(listname)s %(who)s Authentication</title>
4<script>function sf(){document.f.adminpw.focus();}</script>
5</head>
6<body bgcolor="#ffffff" onLoad="sf()">
7<FORM METHOD=POST ACTION="%(path)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">%(listname)s %(who)s
13 Authentication</FONT></B>
14 </TD>
15 </TR>
16 <tr>
17 <TD><div ALIGN="Right">List %(who)s Password:</div></TD>
18 <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD>
19 </tr>
20 <tr>
21 <td colspan=2 align=middle><INPUT type="SUBMIT"
22 name="admlogin"
23 value="Let me in...">
24 </td>
25 </tr>
26 </TABLE>
27 <p><strong><em>Important:</em></strong> From this point on, you
28 must have cookies enabled in your browser, otherwise no
29 administrative changes will take effect.
30
31 <p>Session cookies are used in Mailman's
32 administrative interface so that you don't need to
33 re-authenticate with every administrative operation. This
34 cookie will expire automatically when you exit your browser, or
35 you can explicitly expire the cookie by hitting the
36 <em>Logout</em> link under <em>Other Administrative
37 Activities</em> (which you'll see once you successfully log in).
38</FORM>
39</body>
40</html>
Note: See TracBrowser for help on using the repository browser.