diff options
| author | klm | 1998-04-02 04:36:23 +0000 |
|---|---|---|
| committer | klm | 1998-04-02 04:36:23 +0000 |
| commit | e1990e0e8ac0341b47cdcdc0b41c87a1d3f6a00b (patch) | |
| tree | a141d799792a9e2cbcd7e7c525520f36f1c84659 | |
| parent | 8e9d6d14e70513e871a33eac1e85e1e78cf696a8 (diff) | |
| download | mailman-e1990e0e8ac0341b47cdcdc0b41c87a1d3f6a00b.tar.gz mailman-e1990e0e8ac0341b47cdcdc0b41c87a1d3f6a00b.tar.zst mailman-e1990e0e8ac0341b47cdcdc0b41c87a1d3f6a00b.zip | |
| -rw-r--r-- | templates/options.html | 105 |
1 files changed, 50 insertions, 55 deletions
diff --git a/templates/options.html b/templates/options.html index 3e11c5ed5..abdc0ed2f 100644 --- a/templates/options.html +++ b/templates/options.html @@ -4,37 +4,73 @@ </head> <BODY BGCOLOR="#ffffff"> - <TABLE WIDTH="95%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> + <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> <TR><TD WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"><B> <FONT COLOR="#000000" SIZE=+1> <MM-List-Name> Configuration for <MM-Presentable-User> </FONT></B></TD></TR> </TABLE> -<ul> - <li> <a href=#reminder>Password Reminder</a> - <li> <a href=#options>Change Options (turn digest on/off, etc...)</a> - <li> <a href=#unsub>Unsubscribe</a> - <li> <a href=#changepw>Change your password</a> -</ul> <MM-Form-Start> <p> -<a name=reminder> - <TABLE WIDTH="95%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> +<a name=unsub> + <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> <TR><TD WIDTH="100%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> -<B>Send Password Reminder</B> - </FONT></TD></TR> </TABLE> +<B>Unsubscribing from <MM-List-Name></B> + </FONT></TD></TR> </table> +<p> +<font size=+1>Your password:</font> <MM-Unsub-Pw-Box> +<MM-Unsubscribe-Button> +</a> <p> + + <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> + <TR><TD COLSPAN=2 WIDTH="100%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> +<B>Your <MM-List-Name> Password</B> + </FONT></TD> +</TR> +<tr valign="TOP"> +<td WIDTH="50%"> +<a name=reminder> +<center> +<h3>Get Sent Your Password</h3> If you've forgotten your password, click this button, and it will be emailed to the address you're subscribed from.<br> -<center><MM-Email-My-Pw></center> +<MM-Email-My-Pw></center> +</center> +</td> +<td WIDTH="50%"> +<a name=changepw> +<center> +<h3>Change Your Password</h3> + <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" WIDTH="70%" COLS=2> + <TR> + <TD WIDTH="30%" BGCOLOR="#dddddd">Old password:</TD> + <TD WIDTH="70%"><MM-Old-Pw-Box></TD> + </TR> + <TR> + <TD BGCOLOR="#dddddd">New password:</TD> + <TD><MM-New-Pass-Box></TD> + </TR> + <TR> + <TD BGCOLOR="#dddddd">Again to confirm:</TD> + <TD><MM-Confirm-Pass-Box></TD> + </TR> + <tr> + <td COLSPAN=2> + <MM-Change-Pass-Button> + </td> + <tr> + </TABLE> + </TABLE> +</center> <p> <a name=options> - <TABLE WIDTH="95%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> + <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> <TR><TD WIDTH="100%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> -<B>User Options</B> +<B>Your User Options</B> </FONT></TD></TR> </table> <p> <i><strong>Current values are checked.</strong></i><p> @@ -77,47 +113,6 @@ If you have any problems with MIME digests, select plain text. <br> <tr><TD BGCOLOR="#dcdcdc"> Password: <MM-Digest-Pw-Box> <MM-Digest-Submit><p> </td></tr></table> - -<p> - -<a name=unsub> - <TABLE WIDTH="95%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> - <TR><TD WIDTH="100%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> -<B>Unsubscribe</B> - </FONT></TD></TR> </table> -<p> -<MM-Unsubscribe-Button> -<font size=+1>Your Privacy password:</font> <MM-Unsub-Pw-Box><p> -</a> - -<p> - -<a name=changepw> - <TABLE WIDTH="95%" BORDER="0" CELLSPACING="0" CELLPADDING="5"> - <TR><TD WIDTH="100%" BGCOLOR="#FFF0D0"><FONT COLOR="#000000"> -<B>Change Your Password</B> - </FONT></TD></TR> </table> -<p> - <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" WIDTH="70%" COLS=2> - <TR> - <TD WIDTH="30%" BGCOLOR="#dddddd">Old password:</TD> - <TD WIDTH="70%"><MM-Old-Pw-Box></TD> - </TR> - <TR> - <TD BGCOLOR="#dddddd">New password:</TD> - <TD><MM-New-Pass-Box></TD> - </TR> - <TR> - <TD BGCOLOR="#dddddd">Again to confirm:</TD> - <TD><MM-Confirm-Pass-Box></TD> - </TR> - <tr> - <td></td> - <td> - <MM-Change-Pass-Button> - </td> - <tr> - </TABLE> <MM-Form-End> <MM-Mailman-Footer> |
