summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-02-07 19:03:27 +0000
committerNathan Kinder <nkinder@redhat.com>2005-02-07 19:03:27 +0000
commit8eb2ceeb145512395b670f4f7830dfdf830954df (patch)
tree6136fc2a6e7e74e56ff7f0e23d8a4c3a96798a8f
parent5335c65cbaf4a899dae6bc497ae7e85e0831f540 (diff)
downloadds-8eb2ceeb145512395b670f4f7830dfdf830954df.tar.gz
ds-8eb2ceeb145512395b670f4f7830dfdf830954df.tar.xz
ds-8eb2ceeb145512395b670f4f7830dfdf830954df.zip
147368 - Made org chart brand agnostic
-rw-r--r--ldap/clients/orgchart/botframe.html4
-rw-r--r--ldap/clients/orgchart/config.tmpl2
-rw-r--r--ldap/clients/orgchart/index.html2
-rwxr-xr-xldap/clients/orgchart/myorg.pl2
-rw-r--r--ldap/clients/orgchart/nslogo.gifbin1950 -> 0 bytes
-rwxr-xr-xldap/clients/orgchart/org.pl4
-rw-r--r--ldap/clients/orgchart/styles.css27
-rw-r--r--ldap/clients/orgchart/topframe.html4
8 files changed, 22 insertions, 23 deletions
diff --git a/ldap/clients/orgchart/botframe.html b/ldap/clients/orgchart/botframe.html
index 68c5e6fc..7a833076 100644
--- a/ldap/clients/orgchart/botframe.html
+++ b/ldap/clients/orgchart/botframe.html
@@ -2,7 +2,7 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
- <title>Brandx Directory Server Org Chart</title>
+ <title>Directory Server Org Chart</title>
<LINK REL=stylesheet TYPE="text/css" HREF="styles.css">
</head>
<body bgcolor="#FFFFFF">
@@ -16,7 +16,7 @@ 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 Brandx Directory Server Org Chart!
+Thank you for using the Directory Server Org Chart!
</td>
</tr>
</table>
diff --git a/ldap/clients/orgchart/config.tmpl b/ldap/clients/orgchart/config.tmpl
index 6ebf6890..c5bfd749 100644
--- a/ldap/clients/orgchart/config.tmpl
+++ b/ldap/clients/orgchart/config.tmpl
@@ -28,7 +28,7 @@ ldap-bind-pass
# disabled means never show this icon. Period. So MyOrgChart will not even show this icon as a setting.
#
-icons-aim-visible no
+icons-aim-visible disabled
icons-email-visible layer
icons-phonebook-visible forefront
icons-locator-visible disabled
diff --git a/ldap/clients/orgchart/index.html b/ldap/clients/orgchart/index.html
index a6578339..1bb68ae1 100644
--- a/ldap/clients/orgchart/index.html
+++ b/ldap/clients/orgchart/index.html
@@ -2,7 +2,7 @@
<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>Brandx Directory Server Org Chart</TITLE>
+ <TITLE>Directory Server Org Chart</TITLE>
<SCRIPT LANGUAGE="javascript">
diff --git a/ldap/clients/orgchart/myorg.pl b/ldap/clients/orgchart/myorg.pl
index d3e9e78e..0161415d 100755
--- a/ldap/clients/orgchart/myorg.pl
+++ b/ldap/clients/orgchart/myorg.pl
@@ -16,7 +16,7 @@ print "
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">
<html>
<head>
-<title>Customize: Brandx Directory Server Org Chart</title>
+<title>Customize: Directory Server Org Chart</title>
<LINK REL=stylesheet TYPE=\"text/css\" HREF=\"../html/styles.css\">
";
#-------------------------------------
diff --git a/ldap/clients/orgchart/nslogo.gif b/ldap/clients/orgchart/nslogo.gif
deleted file mode 100644
index e688bb41..00000000
--- a/ldap/clients/orgchart/nslogo.gif
+++ /dev/null
Binary files differ
diff --git a/ldap/clients/orgchart/org.pl b/ldap/clients/orgchart/org.pl
index abbf4276..c7eec21c 100755
--- a/ldap/clients/orgchart/org.pl
+++ b/ldap/clients/orgchart/org.pl
@@ -786,7 +786,7 @@ function showLayer(cn,title,mail,dn,locator,aimid)
clearTimeout(timer);
hideLayer();
- finalhtml = '<TABLE border=1 CELLPADDING=15 BGCOLOR=\"#CBCBFD\"><TR><TD><TABLE BORDER=0>';
+ finalhtml = '<TABLE border=1 CELLPADDING=15 BGCOLOR=\"#CCCCCC\"><TR><TD><TABLE BORDER=0>';
finalhtml += '<TR><TD COLSPAN=2 NOWRAP>$fontstring<B>' + unescape(cn) + '</B></font></TD></TR>';
finalhtml += '<TR><TD COLSPAN=2 NOWRAP>$fontstring' + title + '</font></TD></TR>';
finalhtml += '<TR><TD COLSPAN=2 NOWRAP>';
@@ -1983,7 +1983,7 @@ sub output_html_header()
print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n";
print "<HTML>\n";
print "<HEAD>\n";
- print " <title>Brandx Directory Server Org Chart</title>\n";
+ print " <title>Directory Server Org Chart</title>\n";
if ( $js_output ne "with-javascript" )
{
diff --git a/ldap/clients/orgchart/styles.css b/ldap/clients/orgchart/styles.css
index 37b683e6..73bc6502 100644
--- a/ldap/clients/orgchart/styles.css
+++ b/ldap/clients/orgchart/styles.css
@@ -1,5 +1,5 @@
/* ======================================================================= *
- * Style sheet for the Netscape Directory Server Org Chart application *
+ * Style sheet for the Directory Server Org Chart application *
* ======================================================================= */
.bgColor7 {background-color: #66ccff;}
@@ -7,7 +7,7 @@
/* All Links */
A:link { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px}
-A:active { color: #FF0000;}
+A:active { color: #000000;}
@@ -31,13 +31,13 @@ td.bold {
td.startPage {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
- color:#003366;
+ color:#000000;
vertical-align : middle;
}
-A.searchlinknorm:link {color: #CCFFFF}
-A.searchlinknorm:visited {color: #CCFFFF}
-A.searchlinknorm:active {color: #CCFFFF}
+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}
@@ -47,7 +47,7 @@ A.searchlinkspec:active {color: #CCFFFF}
/* *********Search frame*************/
body.Search {
- background-color: #003366;
+ background-color: #000000;
font-family: Verdana, Arial, Helvetica, san-serif;
color: #ccffff;
font-size: 12px;
@@ -55,9 +55,9 @@ body.Search {
td.appName {
font-family: verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
+ font-size: 16px;
vertical-align : middle;
- color: #ccffff;
+ color: #ffffff;
font-weight: bold;
}
@@ -65,7 +65,8 @@ td.appName {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
vertical-align: middle;
- color: #ccffff;
+ color: #ffffff;
+ font-weight: bold;
}
/* *********Search results frame*************/
@@ -79,7 +80,7 @@ th.resultsHeader {
td.pageHeader {
font-family: Verdana, Arial, Helvetica, san-serif;
- color: #003366;
+ color: #000000;
font-size: 14px;
font-weight : bold;
}
@@ -127,7 +128,7 @@ body.orgWindow {
td.prefsPageHead {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
- color:#003366;
+ color:#000000;
font-weight: bold;
vertical-align : middle;
border : none;
@@ -136,7 +137,7 @@ td.prefsPageHead {
td.prefsPageData {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
- color:#003366;
+ color:#000000;
vertical-align : middle;
border : none;
}
diff --git a/ldap/clients/orgchart/topframe.html b/ldap/clients/orgchart/topframe.html
index 4f5e17f9..c6e1b637 100644
--- a/ldap/clients/orgchart/topframe.html
+++ b/ldap/clients/orgchart/topframe.html
@@ -54,7 +54,7 @@ function doSearch(searchstring)
<TABLE BORDER="0" width="100%" cellpadding=0 cellspacing=0>
<TR>
-<TD ALIGN=LEFT VALIGN=CENTER class="appName" nowrap>&nbsp;Brandx Directory Server Org Chart</TD>
+<TD ALIGN=LEFT VALIGN=CENTER class="appName" nowrap>&nbsp;Directory Server Org Chart</TD>
<TD ALIGN=LEFT VALIGN=CENTER width="75%">
<TABLE BORDER=0>
<TR><TD nowrap VALIGN=CENTER ALIGN=CENTER>
@@ -75,8 +75,6 @@ function doSearch(searchstring)
<TD ALIGN=RIGHT>
<a href="../bin/myorg" target="output_window" class="searchlinknorm">Customize</a>
</TD>
-<TD ALIGN=RIGHT VALIGN=CENTER>&nbsp;&nbsp;<IMG SRC="nslogo.gif"></TD>
-
</TR>
</TABLE>
</CENTER>