Author: rmeggins
Update of /cvs/dirsec/dsgw/orgbin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/orgbin
Modified Files: myorg.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: myorg.in =================================================================== RCS file: /cvs/dirsec/dsgw/orgbin/myorg.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- myorg.in 6 Mar 2008 22:00:39 -0000 1.3 +++ myorg.in 20 Mar 2008 02:18:43 -0000 1.4 @@ -159,7 +159,7 @@
print "
-<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad="initValues()"> +<body bgcolor="#FFFFFF" style="leftmargin:0; topmargin:0; marginwidth:0; marginheight:0" onLoad="initValues()"> <FORM name="customize">
389-commits@lists.fedoraproject.org