Author: rmeggins
Update of /cvs/dirsec/dsgw/config/es In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/config/es
Modified Files: csearch.html.in newentry.html.in search.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: csearch.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/csearch.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- csearch.html.in 6 Mar 2008 22:00:14 -0000 1.3 +++ csearch.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -43,7 +43,7 @@ <TITLE>Directory Server Gateway : Advanced Search </TITLE> <!-- DS_CSEARCH_SCRIPT --> </HEAD> -<FRAMESET ROWS="75,70,70,*" BORDER=0 onLoad="init()"> +<FRAMESET ROWS="75,70,70,*" BORDER="0" onLoad="init()"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=csearchtitle.html" SCROLLING="NO"> <FRAMESET COLS="35%,42%,*" BORDER=0> <FRAME SRC="@cgiuri@/csearch?<!-- GCONTEXT -->&file=type" NAME="searchTypeFrame" NORESIZE SCROLLING="NO">
Index: newentry.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/newentry.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- newentry.html.in 6 Mar 2008 22:00:14 -0000 1.3 +++ newentry.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -43,7 +43,7 @@ <TITLE>Pasarela de Directory Server: Nueva entrada</TITLE> <!-- DS_NEWENTRY_SCRIPT --> </HEAD> -<FRAMESET ROWS=75,70,* BORDER=0 onLoad="init()"> +<FRAMESET ROWS="75,70,*" BORDER="0" onLoad="init()"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=newentrytitle.html" NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/newentry?<!-- GCONTEXT -->&file=type" NAME="newentryTypeFrame" SCROLLING="NO">
Index: search.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/search.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- search.html.in 6 Mar 2008 22:00:14 -0000 1.3 +++ search.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -43,7 +43,7 @@ <TITLE>Pasarela de Directory Server: Standard Search</TITLE> <!-- DS_SEARCH_SCRIPT --> </HEAD> -<FRAMESET ROWS=75,100,* BORDER=0 onLoad="init()"> +<FRAMESET ROWS="75,100,*" BORDER="0" onLoad="init()"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=searchtitle.html" SCROLLING="NO"> <FRAME SRC="@cgiuri@/search?<!-- GCONTEXT -->&file=string" NAME=searchFrame NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=greeting.html" NAME=outputFrame>
389-commits@lists.fedoraproject.org