Update of /cvsroot/qmailadmin/qmailadmin/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19361/html Modified Files: Tag: stable-1_2 add_autorespond.html add_forward.html add_listdig.html add_listmod.html add_listuser.html add_mailinglist-idx.html add_mailinglist-no-idx.html add_user.html del_autorespond_confirm.html del_forward_confirm.html del_listdig.html del_listmod.html del_listuser.html del_mailinglist_confirm.html del_user_confirm.html main_menu.html mod_autorespond.html mod_dotqmail.html mod_mailinglist-idx.html mod_user.html setremotecatchall.html show_autorespond.html show_digest_subscribers.html show_forwards.html show_mailinglist.html show_moderators.html show_subscribers.html show_users.html Log Message: Major update to code and html files to properly escape strings for HTML display and as paramters to cgi scripts. See ChangeLog for details. Index: add_forward.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/add_forward.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- add_forward.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ add_forward.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -32,7 +32,7 @@ <!-- Form fields --> <tr> <td align="left"> - <form method="post" name="addforward" action="##C/com/adddotqmailnow"> + <form method="post" name="addforward" action="##C/com/adddotqmailnow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align=left><b>##X106</b></td> @@ -54,9 +54,6 @@ <td> </td> <td> </td> <td align="right"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" value="##X060" name="##X060"> </td> </tr> @@ -66,9 +63,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showforwards?user=##U&dom=##D&time=##T&">##X122</a> + <a href="##C/com/showforwards?##&">##X122</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: mod_mailinglist-idx.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/mod_mailinglist-idx.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- mod_mailinglist-idx.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ mod_mailinglist-idx.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -34,7 +34,7 @@ <!-- Form fields --> <tr> <td align="left"> - <form method="get" name="modmailinglistnow" action="##C/com/modmailinglistnow"> + <form method="post" name="modmailinglistnow" action="##C/com/modmailinglistnow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td ALIGN=RIGHT><b>##X017</b></td> @@ -48,18 +48,15 @@ <!-- options for the mailing list --> ##E <input type="hidden" name="newu" value="##A"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <DIV ALIGN=RIGHT><input type="submit" name="##X071" value="##X071"></DIV> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: show_mailinglist.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/show_mailinglist.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- show_mailinglist.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ show_mailinglist.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -27,9 +27,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/addmailinglist?user=##U&dom=##D&time=##T">##X089</a> + <a href="##C/com/addmailinglist?##&">##X089</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: add_autorespond.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/add_autorespond.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- add_autorespond.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ add_autorespond.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -32,7 +32,7 @@ <!-- Form fields --> <tr> <td align="left"> - <form method="post" name="addautorespond" action="##C/com/addautorespondnow"> + <form method="post" name="addautorespond" action="##C/com/addautorespondnow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align="right"><b>##X004 </b></td> @@ -48,18 +48,15 @@ </tr> </table> <textarea cols="80" rows="10" name="message"></textarea> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" value="##X060" name="##X060"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showautoresponders?user=##U&dom=##D&time=##T&">##X077</a> + <a href="##C/com/showautoresponders?##&">##X077</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: del_listmod.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/del_listmod.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- del_listmod.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ del_listmod.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -23,7 +23,7 @@ <tr> <td> <h3>##X196 ##A@##D?</h3> - <form method="post" name="dellistusernow" action="##C/com/dellistmodnow"> + <form method="post" name="dellistusernow" action="##C/com/dellistmodnow?##&"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>##X013</b> </td> @@ -31,18 +31,15 @@ </tr> </table> <input type="hidden" name="modu" value="##A"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" name="do.login" value="##X072"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: del_autorespond_confirm.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/del_autorespond_confirm.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- del_autorespond_confirm.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ del_autorespond_confirm.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -23,11 +23,7 @@ <tr> <td> <h3>##X098 ##A@##D?</h3> - <form method="post" name="logon" action="##C/com/delautorespondnow"> - <input type="hidden" name="do.login" value="Delete Autorespond"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> + <form method="post" name="logon" action="##C/com/delautorespondnow?##&"> <input type="hidden" name="modu" value="##A"> <input type="submit" name="##X097" value="##X098"> </form> @@ -35,9 +31,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showautoresponders?user=##U&dom=##D&time=##T&">##X077</a> + <a href="##C/com/showautoresponders?##&">##X077</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: mod_autorespond.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/mod_autorespond.html,v retrieving revision 1.1.1.1.2.2 retrieving revision 1.1.1.1.2.3 diff -u -d -r1.1.1.1.2.2 -r1.1.1.1.2.3 --- mod_autorespond.html 7 Sep 2004 05:07:45 -0000 1.1.1.1.2.2 +++ mod_autorespond.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.3 @@ -32,7 +32,7 @@ <!-- Form fields --> <tr> <td> - <form method="post" name="modautorespond" action="##C/com/modautorespondnow"> + <form method="post" name="modautorespond" action="##C/com/modautorespondnow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align=right><b>##X004</b> </td> @@ -42,18 +42,15 @@ <td align=right><b>##X005</b> </td> <td><input type="text" size="40" name="owner" maxlength="128" ##F <input type="hidden" name="newu" value="##A"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" name="do.login" value="##X105"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showautoresponders?user=##U&dom=##D&time=##T&">##X077</a> + <a href="##C/com/showautoresponders?##&">##X077</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: show_digest_subscribers.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/show_digest_subscribers.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- show_digest_subscribers.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ show_digest_subscribers.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -34,9 +34,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: del_listuser.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/del_listuser.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- del_listuser.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ del_listuser.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -23,7 +23,7 @@ <tr> <td> <h3>##X195 ##A@##D?</h3> - <form method="post" name="dellistusernow" action="##C/com/dellistusernow"> + <form method="post" name="dellistusernow" action="##C/com/dellistusernow?##&"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>##X013</b> </td> @@ -31,18 +31,15 @@ </tr> </table> <input type="hidden" name="modu" value="##A"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" name="do.login" value="##X072"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: add_mailinglist-no-idx.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/add_mailinglist-no-idx.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- add_mailinglist-no-idx.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ add_mailinglist-no-idx.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -32,7 +32,7 @@ <!-- Form fields --> <tr> <td align="left"> - <form method="get" name="addmailinglist" action="##C/com/addmailinglistnow"> + <form method="post" name="addmailinglist" action="##C/com/addmailinglistnow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align=right><b>##X016 </b></td> @@ -46,18 +46,15 @@ checked> ##X039</td> </tr> </table> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" value="##X060" name="##X060"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: add_listdig.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/add_listdig.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- add_listdig.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ add_listdig.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -33,7 +33,7 @@ <tr> <td> <center><h3>##X241 ##A@##D</h3></center> - <form method="post" name="addlistdignow" action="##C/com/addlistdignow"> + <form method="post" name="addlistdignow" action="##C/com/addlistdignow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><b>##X013 </b></td> @@ -41,18 +41,15 @@ </tr> </table> <input type="hidden" name="modu" value="##A"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" value="##X060" name="do.login"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: show_moderators.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/show_moderators.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- show_moderators.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ show_moderators.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -34,9 +34,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: mod_dotqmail.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/mod_dotqmail.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- mod_dotqmail.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ mod_dotqmail.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -38,7 +38,7 @@ </table> <table cellpadding="5" cellspacing="1" border="0" width="100%"> <!-- Form fields --> - <form method="post" name="moddotqmail" action="##C/com/moddotqmailnow"> + <form method="post" name="moddotqmail" action="##C/com/moddotqmailnow?##&"> <tr> <td valign=top> <b>##X108</b> @@ -51,9 +51,6 @@ <tr> <td> </td> <td align="right"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="hidden" name="modu" value="##A"> <input type="hidden" name="action" value="add"> <input type="submit" value="##X060" name="##X060"></td> @@ -65,9 +62,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showforwards?user=##U&dom=##D&time=##T&">##X122</a> + <a href="##C/com/showforwards?##&">##X122</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: del_user_confirm.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/del_user_confirm.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- del_user_confirm.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ del_user_confirm.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -23,7 +23,7 @@ <tr> <td> <h3>##X102 ##A@##D?</h3> - <form method="post" name="logon" action="##C/com/delusernow"> + <form method="post" name="logon" action="##C/com/delusernow?##&"> <input type="checkbox" name="forward"> ##X103<br> <table border="0" cellspacing="0" cellpadding="0"> <tr> @@ -31,10 +31,6 @@ <td><input type="text" name="forwardto" value=""></td> </tr> </table> - <input type="hidden" name="do.login" value="DeleteUser"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="hidden" name="deluser" value="##A"> <input type="submit" name="##097" value="##X097"> </form> @@ -42,9 +38,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showusers?user=##U&dom=##D&time=##T&">##X061</a> + <a href="##C/com/showusers?##&">##X061</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: del_forward_confirm.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/del_forward_confirm.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- del_forward_confirm.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ del_forward_confirm.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -23,11 +23,7 @@ <tr> <td> <h3>##X100 ##A@##D?</h3> - <form method="post" name="deleteforwar" action="##C/com/deldotqmailnow"> - <input type="hidden" name="do.login" value="Delete Forward"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> + <form method="post" name="deleteforwar" action="##C/com/deldotqmailnow?##&"> <input type="hidden" name="modu" value="##A"> <input type="submit" name="##X097" value="##X097"> </form> @@ -35,9 +31,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showforwards?user=##U&dom=##D&time=##T&">##X122</a> + <a href="##C/com/showforwards?##&">##X122</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: show_autorespond.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/show_autorespond.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- show_autorespond.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ show_autorespond.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -33,9 +33,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/addautorespond?user=##U&dom=##D&time=##T">##X079</a> + <a href="##C/com/addautorespond?##&">##X079</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: show_forwards.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/show_forwards.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- show_forwards.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ show_forwards.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -34,9 +34,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/adddotqmail?atype=forward&user=##U&dom=##D&time=##T">##X076</a> + <a href="##C/com/adddotqmail?atype=forward&##&">##X076</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: show_users.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/show_users.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- show_users.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ show_users.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -40,9 +40,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/adduser?user=##U&time=##T&dom=##D">##X067</a> + <a href="##C/com/adduser?##&">##X067</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: mod_user.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/mod_user.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- mod_user.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ mod_user.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -91,12 +91,8 @@ <!-- Form fields --> <tr> <td> - <form method="post" name="logon" action="##C/com/modusernow"> + <form method="post" name="logon" action="##C/com/modusernow?##&"> <input type="hidden" name="modu" value="##A"> - <input type="hidden" name="do.login" value="ChangePassword"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td align="right">##X092:</td> @@ -228,9 +224,9 @@ <font size="2"><b> [ ##ta - <a href="##C/com/showusers?user=##U&dom=##D&time=##T&">##X061</a> + <a href="##C/com/showusers?##&">##X061</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##tt ##x Index: add_listuser.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/add_listuser.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- add_listuser.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ add_listuser.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -33,7 +33,7 @@ <tr> <td> <center><h3>##X014 ##A@##D</h3></center> - <form method="post" name="addlistusernow" action="##C/com/addlistusernow"> + <form method="post" name="addlistusernow" action="##C/com/addlistusernow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><b>##X013 </b></td> @@ -41,18 +41,15 @@ </tr> </table> <input type="hidden" name="modu" value="##A"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" value="##X060" name="do.login"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: del_mailinglist_confirm.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/del_mailinglist_confirm.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- del_mailinglist_confirm.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ del_mailinglist_confirm.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -23,11 +23,7 @@ <tr> <td> <h3>##X101 ##A@##D?</h3> - <form method="post" name="logon" action="##C/com/delmailinglistnow"> - <input type="hidden" name="do.login" value="Delete Forward"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> + <form method="post" name="logon" action="##C/com/delmailinglistnow?##&"> <input type="hidden" name="modu" value="##A"> <input type="submit" name="##X097" value="##X097"> </form> @@ -35,9 +31,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: add_user.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/add_user.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- add_user.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ add_user.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -32,7 +32,7 @@ <!-- Form fields --> <tr> <td> - <form method="post" name="logon" action="##C/com/addusernow"> + <form method="post" name="logon" action="##C/com/addusernow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align=right><b>##X002: </b></td> @@ -66,19 +66,15 @@ ##tt </table> ##c - <input type="hidden" name="do.login" value="Add"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" value="##X060" name="##X060"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showusers?user=##U&dom=##D&time=##T&">##X061</a> + <a href="##C/com/showusers?##&">##X061</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: del_listdig.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/del_listdig.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- del_listdig.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ del_listdig.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -23,7 +23,7 @@ <tr> <td> <h3>##X243 ##A@##D?</h3> - <form method="post" name="dellistdignow" action="##C/com/dellistdignow"> + <form method="post" name="dellistdignow" action="##C/com/dellistdignow?##&"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>##X013</b> </td> @@ -31,18 +31,15 @@ </tr> </table> <input type="hidden" name="modu" value="##A"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" name="do.login" value="##X072"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: add_mailinglist-idx.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/add_mailinglist-idx.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- add_mailinglist-idx.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ add_mailinglist-idx.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -32,7 +32,7 @@ <!-- Form fields --> <tr> <td align="left"> - <form method="get" name="addmailinglist" action="##C/com/addmailinglistnow"> + <form method="post" name="addmailinglist" action="##C/com/addmailinglistnow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td ALIGN=RIGHT><b>##X016</b></td> @@ -49,18 +49,15 @@ </table> <!-- options for the mailing list --> ##E - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <DIV ALIGN=RIGHT><input type="submit" value="##X060" name="##X060"></DIV> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: show_subscribers.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/show_subscribers.html,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- show_subscribers.html 8 Dec 2003 17:54:37 -0000 1.2 +++ show_subscribers.html 14 Nov 2004 18:05:55 -0000 1.2.2.1 @@ -34,9 +34,9 @@ <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: setremotecatchall.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/setremotecatchall.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- setremotecatchall.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ setremotecatchall.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -32,25 +32,22 @@ <!-- Form fields --> <tr> <td> - <form method="post" name="addforward" action="##C/com/setremotecatchallnow"> + <form method="post" name="addforward" action="##C/com/setremotecatchallnow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td>##X208 </td> <td><input type="text" name="newu" size="16" maxlength="128"></td> </tr> </table> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" name="##X060" value="##X060"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showusers?user=##U&dom=##D&time=##T&">##X061</a> + <a href="##C/com/showusers?##&">##X061</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: add_listmod.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/add_listmod.html,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -d -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- add_listmod.html 18 Feb 2004 18:44:39 -0000 1.1.1.1.2.1 +++ add_listmod.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.2 @@ -33,7 +33,7 @@ <tr> <td> <center><h3>##X012 ##A@##D</h3></center> - <form method="post" name="addlistmodnow" action="##C/com/addlistmodnow"> + <form method="post" name="addlistmodnow" action="##C/com/addlistmodnow?##&"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><b>##X013 </b></td> @@ -41,18 +41,15 @@ </tr> </table> <input type="hidden" name="modu" value="##A"> - <input type="hidden" name="user" value="##U"> - <input type="hidden" name="dom" value="##D"> - <input type="hidden" name="time" value="##T"> <input type="submit" value="##X060" name="##X060"> </form> <div align="right"> <hr> <font size="2"><b> [ - <a href="##C/com/showmailinglists?user=##U&dom=##D&time=##T&">##X080</a> + <a href="##C/com/showmailinglists?##&">##X080</a> | - <a href="##C/com/showmenu?user=##U&dom=##D&time=##T&">##X001</a> + <a href="##C/com/showmenu?##&">##X001</a> | ##x ] Index: main_menu.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/main_menu.html,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- main_menu.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ main_menu.html 14 Nov 2004 18:05:55 -0000 1.1.1.1.2.1 @@ -24,7 +24,7 @@ <br> <br> <br> - <br><a href="##C/com/showmenu?user=##U&dom=##D&time=##T&"><font size="2" color="#000000"><b>##X217</b></font></a> + <br><a href="##C/com/showmenu?##&"><font size="2" color="#000000"><b>##X217</b></font></a> <br><span style="font-weight: bold; font-size: medium;">##x</span> <br> </td> |