Author: rmeggins
Update of /cvs/dirsec/dsgw/html/es In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/html/es
Modified Files: auth.html.in authroot.html.in index.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: auth.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/es/auth.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- auth.html.in 6 Mar 2008 22:00:24 -0000 1.3 +++ auth.html.in 20 Mar 2008 02:18:43 -0000 1.4 @@ -44,7 +44,7 @@ </TITLE> </HEAD>
-<FRAMESET ROWS=75,* BORDER=0> +<FRAMESET ROWS="75,*" BORDER="0"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=authtitle.html" NAME="authTitleFrame" NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/auth?<!-- GCONTEXT -->" NAME="authFrame">
Index: authroot.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/es/authroot.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- authroot.html.in 6 Mar 2008 22:00:24 -0000 1.3 +++ authroot.html.in 20 Mar 2008 02:18:43 -0000 1.4 @@ -43,7 +43,7 @@ Pasarela de Directory Server: Autenticar </TITLE> </HEAD> -<FRAMESET ROWS=100,* BORDER=0> +<FRAMESET ROWS="100,*" BORDER="0"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=authtitle.html" NAME="authTitleFrame" NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/auth?MANAGER&<!-- GCONTEXT -->" NAME="authFrame">
Index: index.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/es/index.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.html.in 6 Mar 2008 22:00:24 -0000 1.3 +++ index.html.in 20 Mar 2008 02:18:43 -0000 1.4 @@ -41,7 +41,7 @@ <HEAD> <TITLE>Pasarela de Directory Server</TITLE> </HEAD> -<FRAMESET ROWS=75,* BORDER=0> +<FRAMESET ROWS="75,*" BORDER="0"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=maintitle.html" NAME="buttonBarFrame" NORESIZE SCROLLING="no"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=greeting.html" NAME="greetingFrame" NORESIZE>
389-commits@lists.fedoraproject.org