Author: rmeggins
Update of /cvs/dirsec/dsgw/html In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/html
Modified Files: auth.html.in authroot.html.in authtitle.html.in csearchtitle.html.in eduser.html emptyFrame.html greeting.html.in index.html.in maintitle.html.in newentrytitle.html.in searchtitle.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/auth.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- auth.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ auth.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -44,7 +44,7 @@ </TITLE> </HEAD>
-<FRAMESET ROWS=130,* BORDER=0> +<FRAMESET ROWS="130,*" BORDER="0"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=authtitle.html" NAME="authTitleFrame" NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/auth?<!-- GCONTEXT -->" NAME="authFrame" SCROLLING="auto">
Index: authroot.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/authroot.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- authroot.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ authroot.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -43,11 +43,11 @@ Directory Server Gateway: Authenticate </TITLE> </HEAD> -<FRAMESET ROWS=130,* BORDER=0> +<FRAMESET ROWS="130,*" BORDER="0"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=authtitle.html" NAME="authTitleFrame" NORESIZE - SCROLLING="NO" MARGINHEIGHT=6 MARGINWIDTH=8> + SCROLLING="NO" MARGINHEIGHT="6" MARGINWIDTH="8"> <FRAME SRC="@cgiuri@/auth?<!-- GCONTEXT -->" NAME="authFrame" -NORESIZE SCROLLING="auto" MARGINHEIGHT=8 MARGINWIDTH=8> +NORESIZE SCROLLING="auto" MARGINHEIGHT="8" MARGINWIDTH="8"> </FRAMESET> <NOFRAMES> <H3>Frames-capable browser required</H3>
Index: authtitle.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/authtitle.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- authtitle.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ authtitle.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -43,7 +43,7 @@ <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </HEAD>
-<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> +<body bgcolor="#FFFFFF" style="marginwidth:0; marginheight:0; leftmargin:0; topmargin:0">
<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4"> <TR> @@ -82,7 +82,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/search?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Standard Search'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Standard Search" ALT="Standard Search">Standard Search</a></td> + TITLE="Standard Search">Standard Search</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -105,7 +105,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Advanced Search" ALT="Advanced Search">Advanced Search</a></td> + TITLE="Advanced Search">Advanced Search</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -128,7 +128,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='New Entry'; return true;" onMouseOut="self.status=''; return true;" - TITLE="New Entry" ALT="New Entry">New Entry</a></td> + TITLE="New Entry">New Entry</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -151,7 +151,7 @@ <td nowrap="true"><A HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" TARGET="_top" onMouseOver="self.status='Authentication'; return true;" onMouseOut="self.status=''; return true;" TITLE="Authentication" - ALT="Authentication" class="link7">Authentication</a></td> + class="link7">Authentication</a></td> </tr> <tr> <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_bottom.gif"></td>
Index: csearchtitle.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/csearchtitle.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- csearchtitle.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ csearchtitle.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -43,7 +43,7 @@ <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </HEAD>
-<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> +<body bgcolor="#FFFFFF" style="marginwidth:0; marginheight:0; leftmargin:0; topmargin:0">
<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4"> <TR> @@ -82,7 +82,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/search?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Standard Search'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Standard Search" ALT="Standard Search">Standard Search</a></td> + TITLE="Standard Search">Standard Search</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -105,7 +105,7 @@ <td nowrap="true"><A HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;" onMouseOut="self.status=''; return true;" TITLE="Advanced Search" - ALT="Advanced Search" class="link7">Advanced Search</a></td> + class="link7">Advanced Search</a></td> </tr> <tr> <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_bottom.gif"></td> @@ -130,7 +130,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='New Entry'; return true;" onMouseOut="self.status=''; return true;" - TITLE="New Entry" ALT="New Entry">New Entry</a></td> + TITLE="New Entry">New Entry</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -153,7 +153,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" TARGET="_top" onMouseOver="self.status='Authentication'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Authentication" ALT="Authentication">Authentication</a></td> + TITLE="Authentication">Authentication</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
Index: eduser.html =================================================================== RCS file: /cvs/dirsec/dsgw/html/eduser.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- eduser.html 6 Mar 2008 22:00:17 -0000 1.3 +++ eduser.html 20 Mar 2008 02:18:41 -0000 1.4 @@ -52,7 +52,7 @@
<b>Edit the user named: </b><INPUT type="text" name="searchstring" value="" size=20> </pre> -<p> +<br>
<center><table border=2 width=100%> <tr>
Index: emptyFrame.html =================================================================== RCS file: /cvs/dirsec/dsgw/html/emptyFrame.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emptyFrame.html 6 Mar 2008 22:00:17 -0000 1.2 +++ emptyFrame.html 20 Mar 2008 02:18:41 -0000 1.3 @@ -37,4 +37,4 @@ END COPYRIGHT BLOCK --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<HTML><BODY BGCOLOR="white"></BODY></HTML> +<HTML><head><title>Empty Frame</title></head><BODY BGCOLOR="white"></BODY></HTML>
Index: greeting.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/greeting.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- greeting.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ greeting.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -57,7 +57,7 @@ <TR> <TD COLSPAN=2> You are using the Directory Server Gateway. This interface can be used to search for, modify, and create entries that are stored in the Directory Server. -<P> +<br> You are currently viewing the Standard Search screen, which provides an easy and convenient way to search the directory. Standard Search examines what you type and automatically selects one or more methods @@ -66,7 +66,7 @@ Search button to quickly locate directory entries. Click the Help button if you need additional assistance.
-<P> +<br> The toolbar you see at the top of this window is always available when you are using the Directory Server Gateway. In addition to Standard Search, you can click the other buttons to perform a variety of tasks.
Index: index.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/index.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ index.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -41,7 +41,7 @@ <HEAD> <TITLE>Directory Server Gateway</TITLE> </HEAD> -<FRAMESET ROWS=130,* BORDER=0> +<FRAMESET ROWS="130,*" 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"
Index: maintitle.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/maintitle.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- maintitle.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ maintitle.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -43,7 +43,7 @@ <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </HEAD>
-<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> +<body bgcolor="#FFFFFF" style="marginwidth:0; marginheight:0; leftmargin:0; topmargin:0">
<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4"> <TR> @@ -82,7 +82,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/search?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Standard Search'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Standard Search" ALT="Standard Search">Standard Search</a></td> + TITLE="Standard Search">Standard Search</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -105,7 +105,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Advanced Search" ALT="Advanced Search">Advanced Search</a></td> + TITLE="Advanced Search">Advanced Search</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -128,7 +128,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='New Entry'; return true;" onMouseOut="self.status=''; return true;" - TITLE="New Entry" ALT="New Entry">New Entry</a></td> + TITLE="New Entry">New Entry</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -151,7 +151,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" TARGET="_top" onMouseOver="self.status='Authentication'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Authentication" ALT="Authentication">Authentication</a></td> + TITLE="Authentication">Authentication</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
Index: newentrytitle.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/newentrytitle.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- newentrytitle.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ newentrytitle.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -43,7 +43,7 @@ <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </HEAD>
-<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> +<body bgcolor="#FFFFFF" style="marginwidth:0; marginheight:0; leftmargin:0; topmargin:0">
<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4"> <TR> @@ -82,7 +82,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/search?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Standard Search'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Standard Search" ALT="Standard Search">Standard Search</a></td> + TITLE="Standard Search">Standard Search</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -105,7 +105,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Advanced Search" ALT="Advanced Search">Advanced Search</a></td> + TITLE="Advanced Search">Advanced Search</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -128,7 +128,7 @@ <td nowrap="true"><A HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='New Entry'; return true;" onMouseOut="self.status=''; return true;" TITLE="New Entry" - ALT="New Entry" class="link7">New Entry</a></td> + class="link7">New Entry</a></td> </tr> <tr> <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_bottom.gif"></td> @@ -153,7 +153,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" TARGET="_top" onMouseOver="self.status='Authentication'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Authentication" ALT="Authentication">Authentication</a></td> + TITLE="Authentication">Authentication</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
Index: searchtitle.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/html/searchtitle.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- searchtitle.html.in 6 Mar 2008 22:00:17 -0000 1.2 +++ searchtitle.html.in 20 Mar 2008 02:18:41 -0000 1.3 @@ -43,7 +43,7 @@ <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </HEAD>
-<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> +<body bgcolor="#FFFFFF" style="marginwidth:0; marginheight:0; leftmargin:0; topmargin:0">
<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4"> <TR> @@ -82,7 +82,7 @@ <td nowrap="true"><A HREF="@cgiuri@/search?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Standard Search'; return true;" onMouseOut="self.status=''; return true;" TITLE="Standard Search" - ALT="Standard Search" class="link7">Standard Search</a></td> + class="link7">Standard Search</a></td> </tr> <tr> <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_bottom.gif"></td> @@ -107,7 +107,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Advanced Search" ALT="Advanced Search">Advanced Search</a></td> + TITLE="Advanced Search">Advanced Search</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -130,7 +130,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" TARGET="_top" onMouseOver="self.status='New Entry'; return true;" onMouseOut="self.status=''; return true;" - TITLE="New Entry" ALT="New Entry">New Entry</a></td> + TITLE="New Entry">New Entry</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td> @@ -153,7 +153,7 @@ <td nowrap="true"><a class="link6" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" TARGET="_top" onMouseOver="self.status='Authentication'; return true;" onMouseOut="self.status=''; return true;" - TITLE="Authentication" ALT="Authentication">Authentication</a></td> + TITLE="Authentication">Authentication</a></td> </tr> <tr> <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
389-commits@lists.fedoraproject.org