Author: rmeggins
Update of /cvs/dirsec/dsgw/pbconfig In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/pbconfig
Modified Files: edit-passwd.html.in list-Auth.html.in Log Message: Resolves: bug 435230 Description: Clean up all HTML pages (Gateway, Org Tool, Phonebook, etc) Fix Description: This is the second pass. I focused mainly on the dsgw pages. Some of the fixes will apply to phonebook too. I also moved the cgi bin directory to dsgw-cgi-bin - needs to be completely separate from the admin server cgi bin directory. There are changes to dsgw-httpd.conf to reflect this as well as changes to other files. The dsgw uses a path of dsgwcmd, instead of using cgi-bin directly. This is mapped in the dsgw-httpd.conf. One problem that still remains - HTML Tidy does not like frames and framesets. The only workaround suggested is to rewrite them using divs. I'm not really up to the task right now. Platforms tested: RHEL5 x86_64 Flag day: Yes - autotool file changes. Doc: none yet
Index: edit-passwd.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/pbconfig/edit-passwd.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- edit-passwd.html.in 6 Mar 2008 22:00:40 -0000 1.2 +++ edit-passwd.html.in 20 Mar 2008 02:18:44 -0000 1.3 @@ -118,7 +118,7 @@ </TD></TR> </TABLE>
-<P> +<br>
<img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=pixel.gif" height="1" width="1" hspace="20" align="left" border="0">
Index: list-Auth.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/pbconfig/list-Auth.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- list-Auth.html.in 6 Mar 2008 22:00:40 -0000 1.3 +++ list-Auth.html.in 20 Mar 2008 02:18:44 -0000 1.4 @@ -60,7 +60,7 @@ --> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </head> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginwidth:0; marginheight:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width=100% class="bgColor1" cellspacing="0" cellpadding="0" border="0"> <tr width=100% class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> @@ -103,15 +103,15 @@ </td> </tr> </TABLE> -<P> +<br>
<CENTER> <!-- DS_SEARCHDESC "VERBOSE" --> -<P> +<p> <!-- IF "FoundEntries" --> Please click on the name of the entry you would like to use for authentication. -</P> -<P> +</p> +<br>
<TABLE BORDER=1 CELLPADDING=4> <TR>
389-commits@lists.fedoraproject.org