From: Rick W. <rw...@us...> - 2004-05-08 02:51:24
|
Update of /cvsroot/qmailadmin/qmailadmin/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29828/html Modified Files: header.html Log Message: Add a note to INSTALL about things you can pass in GET when logging in to qmailadmin. Index: header.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/header.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- header.html 7 Feb 2004 09:22:36 -0000 1.6 +++ header.html 8 May 2004 02:51:15 -0000 1.7 @@ -4,15 +4,11 @@ <title>QmailAdmin ##D</title> <meta http-equiv="content-type" content="text/html; charset=##X000"> <meta name="robots" content="noindex,follow"> - <style type="text/css"> - <!-- a {color: black;} --> - </style> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="Thu, 1 Jan 1970 00:00:00 GMT"> </head> - <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" - VLINK="#0000FF" ALINK="#FF0000" > +<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#0000FF" ALINK="#FF0000"> <center><H1>QmailAdmin - ##D</H1></center> <HR width=100%> @@ -23,13 +19,23 @@ <A Href="/">Home</a><BR> <A Href="/cgi-bin/qmailadmin/?user=postmaster&dom=test.com">QmailAdmin</a><BR> -<A Href="/mailadmin/">Viewer</a><BR> -<A Href="/pmailadmin/?user=postmaster&dom=test.com">pMailAdmin</a><BR> +<A Href="/mailtest/index.php">Test Menu</a><BR> +<BR> +pMailAdmin<BR> + +<A Href="/daemon/list.php?UserName=postmaster&Domain=test.com">daemon</a><BR> + +<A Href="/extension/list.php?UserName=postmaster&Domain=test.com">extension</a><BR> <BR> -<A Href="http://qmailadmin.sf.net/">SF QmailAdmin</a><BR> -<A Href="http://vpopmail.sf.net/">SF vpopmail</a><BR> +SourceFORGE<BR> + +<A Href="http://pmailadmin.sf.net/">pMailAdmin</a><BR> + +<A Href="http://qmailadmin.sf.net/">qmailadmin</a><BR> + +<A Href="http://vpopmail.sf.net/">vpopmail</a><BR> <BR><BR> |