Author: rmeggins
Update of /cvs/dirsec/dsgw/orghtml In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/orghtml
Modified Files: index.html 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: index.html =================================================================== RCS file: /cvs/dirsec/dsgw/orghtml/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 6 Mar 2008 22:00:39 -0000 1.2 +++ index.html 20 Mar 2008 02:18:44 -0000 1.3 @@ -61,8 +61,8 @@ </HEAD>
-<frameset frameborder=no border=0 framespacing="0" ROWS="50,*"> - <frame name="input_window" src="topframe.html" SCROLLING=NO noresize marginwidth="5" marginheight="5"> +<frameset frameborder="no" border="0" framespacing="0" ROWS="50,*"> + <frame name="input_window" src="topframe.html" SCROLLING="NO" noresize marginwidth="5" marginheight="5"> <frame name="output_window" src="botframe.html" marginwidth="10" marginheight="10">
</frameset>
389-commits@lists.fedoraproject.org