summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-05-31 19:25:43 +0000
committerbwarsaw2001-05-31 19:25:43 +0000
commit88a9c9c17b2a5eb867b6868b37654027bd84d4d4 (patch)
tree8d8cd50fd0bd09cd4ca762f138c9a5288a1ec8c0
parent6de92a2b3f67ac33f835bb4135074f988afd62f1 (diff)
downloadmailman-88a9c9c17b2a5eb867b6868b37654027bd84d4d4.tar.gz
mailman-88a9c9c17b2a5eb867b6868b37654027bd84d4d4.tar.zst
mailman-88a9c9c17b2a5eb867b6868b37654027bd84d4d4.zip
admlogin.txt => admlogin.html
handle_opts.html is removed as obsolete.
-rw-r--r--templates/en/admlogin.txt36
-rw-r--r--templates/en/handle_opts.html9
2 files changed, 0 insertions, 45 deletions
diff --git a/templates/en/admlogin.txt b/templates/en/admlogin.txt
deleted file mode 100644
index 4ac282b50..000000000
--- a/templates/en/admlogin.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-<html>
-<head>
- <title>%(listname)s Administrative Authentication</title>
-</head>
-<body bgcolor="#ffffff">
-<FORM METHOD=POST ACTION="%(path)s">
-%(message)s
- <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
- <TR>
- <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
- <B><FONT COLOR="#000000" SIZE="+1">%(listname)s Administrative
- Authentication</FONT></B>
- </TD>
- </TR>
- <tr>
- <TD> <div ALIGN="Right"> List Administrative Password: </div> </TD>
- <TD> <INPUT TYPE=password NAME=adminpw SIZE=30></TD>
- </tr>
- <tr>
- <td colspan=2 align=middle> <INPUT TYPE=SUBMIT name="request_login"
- value="Let me in...">
- </td>
- </tr>
- </TABLE>
- <p><strong><em>Important:</em></strong> From this point on, you
- must have cookies enabled in your browser, otherwise no
- administrative changes will take effect.
-
- <p>Session cookies are used in Mailman's
- administrative interface so that you don't need to
- re-authenticate with every administrative operation. This
- cookie will expire automatically when you exit your browser, or
- you can explicitly expire the cookie by hitting the
- <em>Logout</em> link under <em>Other Administrative
- Activities</em> (which you'll see once you successfully log in).
-</FORM>
diff --git a/templates/en/handle_opts.html b/templates/en/handle_opts.html
deleted file mode 100644
index 1aa4d841e..000000000
--- a/templates/en/handle_opts.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- $Revision: 3394 $ -->
-<html>
-<title><MM-List-Name> <MM-Operation> Results</title>
-<body>
-<h1><MM-List-Name> <MM-Operation> Results</h1>
-<MM-Results>
-<MM-Mailman-Footer>
-</body>
-</html>