Author: rmeggins
Update of /cvs/dirsec/dsgw/pbhtml In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/pbhtml
Modified Files: modify.html.in phone.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: modify.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/pbhtml/modify.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- modify.html.in 6 Mar 2008 22:00:40 -0000 1.2 +++ modify.html.in 20 Mar 2008 02:18:44 -0000 1.3 @@ -94,7 +94,7 @@ <TD>The conditions of your contract determine who gets your Email request.</TD> </TR> </TABLE> -<P> +<br>
@@ -196,8 +196,8 @@
-<P> -<P> +<br> +<br>
<TABLE BORDER BGCOLOR=#f2f2f2 WIDTH=575> <TR> @@ -216,8 +216,8 @@ <TD VALIGN="TOP" COLSPAN=3><B><A href="mailto:administrator@example.com?subject=Please update my physical location">Administrator</A></B></TD></TR> </TABLE>
-<P> -<P> +<br> +<br>
<TABLE BORDER BGCOLOR=#f2f2f2 WIDTH=575> <TR> @@ -259,8 +259,8 @@ </TABLE>
-<P> -<P> +<br> +<br> <TABLE BORDER BGCOLOR=#f2f2f2 WIDTH=575>
<TR> @@ -280,8 +280,8 @@
</TABLE>
-<P> -<P> +<br> +<br> <TABLE BORDER BGCOLOR=#f2f2f2 WIDTH=575> <TR> <TD BGCOLOR=TEAL COLSPAN=4><FONT SIZE=+1 FACE=ARIAL,HELVETICA COLOR=WHITE>Mail Information</FONT></TD></TR> @@ -313,8 +313,8 @@ </TR> </TABLE>
-<P> -<P> +<br> +<br>
Index: phone.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/pbhtml/phone.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- phone.html.in 6 Mar 2008 22:00:40 -0000 1.2 +++ phone.html.in 20 Mar 2008 02:18:44 -0000 1.3 @@ -57,7 +57,6 @@ </head>
<body class="Search" onLoad="fieldFocus();" style="marginwidth: 0; marginheight: 0; leftmargin: 0; topmargin: 0"> -<!-- <body class="Search" onLoad="fieldFocus();" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> -->
<form method="post" name="searchform" target="resultframe" action="@cgiuri@/dosearch" onSubmit="return checkForNullString()">
389-commits@lists.fedoraproject.org