Author: rmeggins
Update of /cvs/dirsec/dsgw/orghtml In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12376/dsgw/orghtml
Modified Files: botframe.html topframe.html.in Log Message: Resolves: bug 435230 Description: Clean up all HTML pages (Gateway, Org Tool, Phonebook, etc) Fix Description: This is the third pass, fixing the orgchart. Nothing really major, just fixing mostly table, tr, td, and img attributes. Tried to be a little smarter about when to actually create table rows - html tidy does not like empty table rows. Platforms tested: RHEL5 x86_64 Flag day: no Doc: none yet
Index: botframe.html =================================================================== RCS file: /cvs/dirsec/dsgw/orghtml/botframe.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- botframe.html 28 Jan 2008 21:22:48 -0000 1.2 +++ botframe.html 1 Apr 2008 20:10:11 -0000 1.3 @@ -42,7 +42,7 @@ <LINK REL=stylesheet TYPE="text/css" HREF="styles.css"> </head> <body bgcolor="#FFFFFF"> -<table cellspacing="-1" cellpadding="2" border="0" width="100%"> +<table cellspacing="0" cellpadding="2" border="0" width="100%"> <tr> <td align="left" class="pageHeader">Welcome!<br><br></td> </tr> @@ -53,10 +53,10 @@ Below is a sample of an organization chart, with a description of the<br> types of actions you can take<BR><BR> Thank you for using the Directory Server Org Chart! +<br><br> </td> </tr> +<tr align="center"><td><img src="starthelp.gif" border="0" alt=""></td></tr> </table> -<br><br> -<tr align="center"><img src="starthelp.gif" border="0" alt=""></tr> </body> </html>
Index: topframe.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/orghtml/topframe.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- topframe.html.in 6 Mar 2008 22:00:39 -0000 1.3 +++ topframe.html.in 1 Apr 2008 20:10:11 -0000 1.4 @@ -38,6 +38,7 @@ "http://www.w3.org/TR/html4/strict.dtd%22%3E <HTML> <HEAD> +<title>Org Chart</title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <META HTTP-EQUIV="Expires" CONTENT="Thu, 01 Feb 1996 00:00:00 GMT"> <SCRIPT type="text/javascript"> @@ -63,7 +64,7 @@ } else { - totalInput = "<HTML><BODY><BR><BR><BR><BR><font face="verdana, Arial, Helvetica, sans-serif" style="font-size: 14px"><B>Generating...</B></font></BODY></HTML>"; + totalInput = "<HTML><BODY><BR><BR><BR><BR><font face="verdana, Arial, Helvetica, sans-serif" style="font-size: 14px"><B>Generating...</B></font></BODY></HTML>";
viewFrame = self.parent.output_window.document; viewFrame.open(); @@ -99,14 +100,14 @@ <span class="apptext"> Search for:</span> </TD> <TD nowrap valign="middle"> - <span class="apptext"> <FORM name="form2" Method=POST action="@cgiuri@/org" target="output_window" onsubmit="return doSearch(document.form2.data.value)"> + <span class="apptext"> <font face="verdana, Arial, Helvetica, sans-serif" style="font-size: 12px"> <INPUT TYPE="TEXT" NAME="data" SIZE=20 MAXLENGTH=20> <input type="submit" name="Submit" value="Go"> </font> - </FORM> </span> + </FORM> </TD> </TR></TABLE> </TD>
389-commits@lists.fedoraproject.org