[Fedora-directory-commits] dsgw/html/de auth.html.in, 1.3, 1.4 authroot.html.in, 1.3, 1.4 index.html.in, 1.3, 1.4

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Mar 20 02:18:45 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsgw/html/de
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/html/de

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/de/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:22 -0000	1.3
+++ auth.html.in	20 Mar 2008 02:18:41 -0000	1.4
@@ -44,7 +44,7 @@
 </TITLE>
 </HEAD>
 
-<FRAMESET ROWS=100,* BORDER=2>
+<FRAMESET ROWS="100,*" BORDER="2">
     <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/de/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:22 -0000	1.3
+++ authroot.html.in	20 Mar 2008 02:18:41 -0000	1.4
@@ -43,7 +43,7 @@
 Directory Server Gateway: Beglaubigen
 </TITLE>
 </HEAD>
-<FRAMESET ROWS=100,* BORDER=2>
+<FRAMESET ROWS="100,*" BORDER="2">
     <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/de/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:22 -0000	1.3
+++ index.html.in	20 Mar 2008 02:18:41 -0000	1.4
@@ -41,7 +41,7 @@
 <HEAD>
 <TITLE>Directory Server Gateway</TITLE>
 </HEAD>
-<FRAMESET ROWS=100,*>
+<FRAMESET ROWS="100,*">
     <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=maintitle.html" NAME="buttonBarFrame" NORESIZE
 	    SCROLLING="no">
     <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=greeting.html" NAME="greetingFrame" NORESIZE>




More information about the Fedora-directory-commits mailing list