[Fedora-directory-commits] dsgw/orghtml aim-online.gif, NONE, 1.1 arrow.gif, NONE, 1.1 botframe.html, NONE, 1.1 branch-cc1.gif, NONE, 1.1 index.html, NONE, 1.1 ldap-person.gif, NONE, 1.1 mag.gif, NONE, 1.1 mail.gif, NONE, 1.1 new-branch-blank.gif, NONE, 1.1 new-branch-first.gif, NONE, 1.1 new-branch-straight.gif, NONE, 1.1 orgicon.gif, NONE, 1.1 starthelp.gif, NONE, 1.1 styles.css, NONE, 1.1 topframe.html.in, NONE, 1.1

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Fri Jan 11 21:58:12 UTC 2008


Author: nkinder

Update of /cvs/dirsec/dsgw/orghtml
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20288/orghtml

Added Files:
	aim-online.gif arrow.gif botframe.html branch-cc1.gif 
	index.html ldap-person.gif mag.gif mail.gif 
	new-branch-blank.gif new-branch-first.gif 
	new-branch-straight.gif orgicon.gif starthelp.gif styles.css 
	topframe.html.in 
Log Message:
Added orgchart to dsgw.


--- NEW FILE botframe.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- BEGIN COPYRIGHT BLOCK
 This Program is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free Software
 Foundation; version 2 of the License.
 
 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 


 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
 END COPYRIGHT BLOCK -->
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
	<title>Directory Server Org Chart</title>
	<LINK REL=stylesheet TYPE="text/css" HREF="styles.css">
</head>
<body bgcolor="#FFFFFF">
<table cellspacing="-1" cellpadding="2" border="0" width="100%">
<tr>
<td align="left" class="pageHeader">Welcome!<br><br></td>
</tr>
<tr>
<td align="left" class="startPage">
To find a person in your corporate organization chart, enter their<br>
name in the search box above, then click "Go"<br><br>
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!
</td>
</tr>
</table>
<br><br>
<tr align="center"><img src="images/starthelp.gif" border="0" alt=""></tr>
</body>
</html>


--- NEW FILE index.html ---
<!-- BEGIN COPYRIGHT BLOCK
 This Program is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free Software
 Foundation; version 2 of the License.
 
 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 


 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
 END COPYRIGHT BLOCK -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Expires" CONTENT="Thu, 01 Feb 1996 00:00:00 GMT">
        <TITLE>Directory Server Org Chart</TITLE>


<SCRIPT LANGUAGE="javascript">


        var agt = navigator.userAgent.toLowerCase();
        var is_major = parseInt(navigator.appVersion);
        var is_nav = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
                && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
                && (agt.indexOf('webtv')==-1));

        if (!is_nav || (is_major < 5))
        {
                //document.write('<BASE HREF="http://localhost/cvsorg/">');
        }

</SCRIPT>
</HEAD>


<frameset frameborder=no border=0 framespacing="0" ROWS="50,*">
        <frame name="input_window" src="topframe.html" SCROLLING=NO noresize marginwidth="5" marginheight="5">
        <frame name="output_window" src="botframe.html" marginwidth="10" marginheight="10">

</frameset>


</HTML>


--- NEW FILE styles.css ---
/* --- BEGIN COPYRIGHT BLOCK ---
 * This Program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License as published by the Free Software
 * Foundation; version 2 of the License.
 * 
 * This Program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License along with
 * this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 * Place, Suite 330, Boston, MA 02111-1307 USA.
 * 
 * In addition, as a special exception, Red Hat, Inc. gives You the additional
 * right to link the code of this Program with code not covered under the GNU
 * General Public License ("Non-GPL Code") and to distribute linked combinations
 * including the two, subject to the limitations in this paragraph. Non-GPL Code
 * permitted under this exception must only link to the code of this Program
 * through those well defined interfaces identified in the file named EXCEPTION
 * found in the source code files (the "Approved Interfaces"). The files of
 * Non-GPL Code may instantiate templates or use macros or inline functions from
 * the Approved Interfaces without causing the resulting work to be covered by
 * the GNU General Public License. Only Red Hat, Inc. may make changes or
 * additions to the list of Approved Interfaces. You must obey the GNU General
 * Public License in all respects for all of the Program code and other code used
 * in conjunction with the Program except the Non-GPL Code covered by this
 * exception. If you modify this file, you may extend this exception to your
 * version of the file, but you are not obligated to do so. If you do not wish to
 * provide this exception without modification, you must delete this exception
 * statement from your version and license this file solely under the GPL without
 * exception. 
 * 
 * 
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * --- END COPYRIGHT BLOCK --- */

/* ======================================================================= *
 *     Style sheet for the Directory Server Org Chart application          *
 * ======================================================================= */
 
.bgColor7  {background-color: #66ccff;}

/* All Links */

A:link   {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px}
A:active  {	color: #000000;}


 
/*All Regular Table Data--for the whole application*/

td {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align : middle;
}

td.bold {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align : middle;
	font-weight: bold;
}


/* *********Start Page Text*************/
td.startPage {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	vertical-align : middle;
}

A.searchlinknorm:link {color: #FFFFFF}
A.searchlinknorm:visited {color: #FFFFFF}
A.searchlinknorm:active {color: #FFFFFF}

A.searchlinkspec:link {color: #FF0000}
A.searchlinkspec:visited {color: #FF0000}
A.searchlinkspec:active {color: #CCFFFF}


/* *********Search frame*************/

body.Search {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #ccffff;
	font-size: 12px;
}

td.appName {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align : middle;
	color: #ffffff;
	font-weight: bold;
}

.apptext {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
}

/* *********Search results frame*************/

th.resultsHeader {
 font-family: Verdana, Arial, Helvetica, san-serif;
 color: #003366;
 background-color: #CCCCCC;
 font-size: 13px;
}

td.pageHeader {
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #000000;
	font-size: 14px;
	font-weight : bold;
}

td.searchHelp {
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #003366;
	font-size: 12px;
}

/* *********Org Chart frame*************/

td.hidden {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	vertical-align : top;
}

tr.hidden {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	vertical-align : top;
}

td.selected {
/*  background-color: transparent;  */
  color: #000000;
  font-family: verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight : bold;
}

body.orgWindow {
/*	background-color: transparent;  */
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #003366;
	font-size: 12px;
}

.thinline {
	font-size : 5px;
}

/* *********Preference "Customize View" Page*************/
td.prefsPageHead {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight: bold;
	vertical-align : middle;
	border : none;
}

td.prefsPageData {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	vertical-align : middle;
	border : none;
}

tr.prefs{
	border : none;
}


--- NEW FILE topframe.html.in ---
<!-- BEGIN COPYRIGHT BLOCK
 This Program is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free Software
 Foundation; version 2 of the License.
 
 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 


 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
 END COPYRIGHT BLOCK -->
<HTML>
<HEAD>
<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 LANGUAGE="javascript">

// Do the Search

function doSearch(searchstring)
{

	if ( searchstring == "" )
	{
		alert("Please enter something in the search field...");
		return false;
	}
	else
	{

		if ( navigator.appName == "Microsoft Internet Explorer")
		{
			self.parent.output_window.location="generating.html";
			// the below code in the else block seems to cause things
			// not to work in internet explorer		
		}
		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>";

			viewFrame = self.parent.output_window.document;
			viewFrame.open();
			viewFrame.write(totalInput);
			viewFrame.close();
		}

		
		//self.parent.output_window.location="@cgiuri@/org?data="+escape(searchstring);
		return true;

	}


}

</SCRIPT>
<LINK REL=stylesheet TYPE="text/css" HREF="styles.css">
</HEAD>


<BODY class="Search" onLoad="self.parent.input_window.focus(); document.form2.data.focus();">


<CENTER>
<TABLE BORDER="0" width="100%" cellpadding=0 cellspacing=0>

<TR>
<TD ALIGN=LEFT VALIGN=CENTER class="appName" nowrap> Directory Server Org Chart</TD>
<TD ALIGN=LEFT VALIGN=CENTER width="75%">
		<TABLE BORDER=0>
		<TR><TD nowrap VALIGN=CENTER ALIGN=CENTER>
		<span class="apptext">      Search for:</span>
		</TD>
		<TD nowrap VALIGN=CENTER>
		<span class="apptext">
		<FORM name="form2" Method=POST action="@cgiuri@/org" target="output_window" onsubmit="return doSearch(document.form2.data.value)">
			<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>
			</span>
			</TD>
		</FORM>
		</TR></TABLE>
	</TD> 
	<TD ALIGN=RIGHT>
	<a href="@cgiuri@/myorg" target="output_window" class="searchlinknorm">Customize</a>
	</TD>
</TR>
</TABLE>
</CENTER>




</BODY>
</HTML>




More information about the Fedora-directory-commits mailing list