You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2005/03/12 17:47:16 UTC

svn commit: r157257 [5/5] - in xmlgraphics/site/build/site: ./ images/ skin/ skin/images/

Modified: xmlgraphics/site/build/site/skin/profile.css.xslt
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/build/site/skin/profile.css.xslt?view=diff&r1=157256&r2=157257
==============================================================================
--- xmlgraphics/site/build/site/skin/profile.css.xslt (original)
+++ xmlgraphics/site/build/site/skin/profile.css.xslt Sat Mar 12 08:47:08 2005
@@ -1,207 +1,207 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-  <xsl:import href="../../common/css/forrest.css.xslt"/>
-
-  <!-- This is not used by Forrest but makes it possible to debug the 
-       stylesheet in standalone editors -->
-  <xsl:output method = "text"  omit-xml-declaration="yes"  />
-  
-<!-- ==================== main block colors ============================ -->
-
-<xsl:template match="color[@name='header']">
-#top          { background-color: <xsl:value-of select="@value"/>;}  
-</xsl:template>
-
-<xsl:template match="color[@name='tab-selected']"> 
-#top .header .current { background-color: <xsl:value-of select="@value"/>;} 
-#top .header .current a:link {  color: <xsl:value-of select="@link"/>;  }
-#top .header .current a:visited { color: <xsl:value-of select="@vlink"/>; }
-#top .header .current a:hover { color: <xsl:value-of select="@hlink"/>; }
-</xsl:template> 
-
-<xsl:template match="color[@name='tab-unselected']"> 
-#tabs li      { background-color: <xsl:value-of select="@value"/> ;} 
-#tabs li a:link {  color: <xsl:value-of select="@link"/>;  }
-#tabs li a:visited { color: <xsl:value-of select="@vlink"/>; }
-#tabs li a:hover { color: <xsl:value-of select="@hlink"/>; }
-</xsl:template> 
-
-<xsl:template match="color[@name='subtab-selected']">
-#level2tabs       { background-color: <xsl:value-of select="@value"/> ;} 
-#level2tabs a:link {  color: <xsl:value-of select="@link"/>;  }
-#level2tabs a:visited { color: <xsl:value-of select="@vlink"/>; }
-#level2tabs a:hover { color: <xsl:value-of select="@hlink"/>; }
-</xsl:template> 
-
-<!--xsl:template match="color[@name='subtab-unselected']">
-.level2tabstrip { background-color: <xsl:value-of select="@value"/>;}
-.datenote { background-color: <xsl:value-of select="@value"/>;} 
-.level2tabstrip.unselected a:link {  color: <xsl:value-of select="@link"/>;  }
-.level2tabstrip.unselected a:visited { color: <xsl:value-of select="@vlink"/>; }
-.level2tabstrip.unselected a:hover { color: <xsl:value-of select="@hlink"/>; }
-</xsl:template--> 
-
-<xsl:template match="color[@name='heading']">
-.heading { background-color: <xsl:value-of select="@value"/>;} 
-</xsl:template> 
-
-<xsl:template match="color[@name='subheading']">
-.boxed { background-color: <xsl:value-of select="@value"/>;} 
-.underlined_5 	{border-bottom: solid 5px <xsl:value-of select="@value"/>;}
-.underlined_10 	{border-bottom: solid 10px <xsl:value-of select="@value"/>;}
-table caption { 
-background-color: <xsl:value-of select="@value"/>; 
-color: <xsl:value-of select="@font"/>;
-}
-</xsl:template> 
-<xsl:template match="color[@name='feedback']">    
-#feedback {
-color: <xsl:value-of select="@font"/>;
-background: <xsl:value-of select="@value"/>;
-text-align: <xsl:value-of select="@align"/>;
-}
-#feedback #feedbackto {
-color: <xsl:value-of select="@font"/>;
-}   
-</xsl:template>
-
-<xsl:template match="color[@name='breadtrail']">
-#main .breadtrail {
-background: <xsl:value-of select="@value"/>; 
-color: <xsl:value-of select="@font"/>;
-}
-#main .breadtrail a:link {  color: <xsl:value-of select="@link"/>;  }
-#main .breadtrail a:visited { color: <xsl:value-of select="@vlink"/>; }
-#main .breadtrail a:hover { color: <xsl:value-of select="@hlink"/>; }
-#top .breadtrail {
-background: <xsl:value-of select="@value"/>; 
-color: <xsl:value-of select="@font"/>;
-}
-#top .breadtrail a:link {  color: <xsl:value-of select="@link"/>;  }
-#top .breadtrail a:visited { color: <xsl:value-of select="@vlink"/>; }
-#top .breadtrail a:hover { color: <xsl:value-of select="@hlink"/>; }    
-</xsl:template>
-<!--Fix for other (old) profiles-->
-<xsl:template match="color[@name='navstrip']">
-#publishedStrip { 
-color: <xsl:value-of select="@font"/>;
-background: <xsl:value-of select="@value"/>; 
-}
-</xsl:template> 
-<!--has to go after the nav-strip (no 'navstrip')-->
-<xsl:template match="color[@name='published']">
-#publishedStrip { 
-color: <xsl:value-of select="@font"/>;
-background: <xsl:value-of select="@value"/>; 
-}
-</xsl:template> 
-<xsl:template match="color[@name='toolbox']">
-#menu .menupagetitle  { background-color: <xsl:value-of select="@value"/>}
-</xsl:template> 
-
-<xsl:template match="color[@name='border']">
-#menu           { border-color: <xsl:value-of select="@value"/>;}
-#menu .menupagetitle  { border-color: <xsl:value-of select="@value"/>;}
-#menu .menupageitemgroup  { border-color: <xsl:value-of select="@value"/>;}
-</xsl:template> 
-
-<xsl:template match="color[@name='menu']">
-#menu      { background-color: <xsl:value-of select="@value"/>;} 
-#menu  {  color: <xsl:value-of select="@font"/>;} 
-#menu a:link {  color: <xsl:value-of select="@link"/>;} 
-#menu a:visited {  color: <xsl:value-of select="@vlink"/>;} 
-#menu a:hover {  
-background-color: <xsl:value-of select="@value"/>;
-color: <xsl:value-of select="@hlink"/>;} 
-</xsl:template> 
-<xsl:template match="color[@name='dialog']"> 
-#menu .menupagetitle  { color: <xsl:value-of select="@font"/>;}    
-#menu .menupageitemgroup     { 
-background-color: <xsl:value-of select="@value"/>;
-}
-#menu .menupageitem {
-color: <xsl:value-of select="@font"/>;
-} 
-#menu .menupageitem a:link {  color: <xsl:value-of select="@link"/>;} 
-#menu .menupageitem a:visited {  color: <xsl:value-of select="@vlink"/>;} 
-#menu .menupageitem a:hover {  
-background-color: <xsl:value-of select="@value"/>;
-color: <xsl:value-of select="@hlink"/>;
-}
-</xsl:template> 
-<xsl:template match="color[@name='menuheading']">
-#menu h1 {
-color: <xsl:value-of select="@font"/>;
-background-color: <xsl:value-of select="@value"/>;
-}   
-</xsl:template> 
-<xsl:template match="color[@name='searchbox']"> 
-#top .searchbox { 
-background-color: <xsl:value-of select="@value"/> ;
-color: <xsl:value-of select="@font"/>; 
-} 
-</xsl:template>
-
-<xsl:template match="color[@name='body']">
-body{ 
-background-color: <xsl:value-of select="@value"/>;
-color: <xsl:value-of select="@font"/>;
-} 
-a:link { color:<xsl:value-of select="@link"/>} 
-a:visited { color:<xsl:value-of select="@vlink"/>} 
-a:hover { color:<xsl:value-of select="@hlink"/>} 
-
-</xsl:template>
-
-<xsl:template match="color[@name='footer']"> 
-#footer       { background-color: <xsl:value-of select="@value"/>;} 
-</xsl:template> 
-
-
-<!-- ==================== other colors ============================ -->
-<xsl:template match="color[@name='highlight']"> 
-.highlight        { background-color: <xsl:value-of select="@value"/>;} 
-</xsl:template> 
-
-<xsl:template match="color[@name='fixme']"> 
-.fixme        { border-color: <xsl:value-of select="@value"/>;} 
-</xsl:template> 
-
-<xsl:template match="color[@name='note']"> 
-.note         { border-color: <xsl:value-of select="@value"/>;} 
-</xsl:template> 
-
-<xsl:template match="color[@name='warning']"> 
-.warning         { border-color: <xsl:value-of select="@value"/>;} 
-</xsl:template>
-
-<xsl:template match="color[@name='code']"> 
-.code         { border-color: <xsl:value-of select="@value"/>;} 
-</xsl:template> 
-
-<xsl:template match="color[@name='table']"> 
-.ForrestTable      { background-color: <xsl:value-of select="@value"/>;} 
-</xsl:template> 
-
-<xsl:template match="color[@name='table-cell']"> 
-.ForrestTable td   { background-color: <xsl:value-of select="@value"/>;} 
-</xsl:template> 
-
-
-</xsl:stylesheet>
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+  <xsl:import href="../../common/css/forrest.css.xslt"/>
+
+  <!-- This is not used by Forrest but makes it possible to debug the 
+       stylesheet in standalone editors -->
+  <xsl:output method = "text"  omit-xml-declaration="yes"  />
+  
+<!-- ==================== main block colors ============================ -->
+
+<xsl:template match="color[@name='header']">
+#top          { background-color: <xsl:value-of select="@value"/>;}  
+</xsl:template>
+
+<xsl:template match="color[@name='tab-selected']"> 
+#top .header .current { background-color: <xsl:value-of select="@value"/>;} 
+#top .header .current a:link {  color: <xsl:value-of select="@link"/>;  }
+#top .header .current a:visited { color: <xsl:value-of select="@vlink"/>; }
+#top .header .current a:hover { color: <xsl:value-of select="@hlink"/>; }
+</xsl:template> 
+
+<xsl:template match="color[@name='tab-unselected']"> 
+#tabs li      { background-color: <xsl:value-of select="@value"/> ;} 
+#tabs li a:link {  color: <xsl:value-of select="@link"/>;  }
+#tabs li a:visited { color: <xsl:value-of select="@vlink"/>; }
+#tabs li a:hover { color: <xsl:value-of select="@hlink"/>; }
+</xsl:template> 
+
+<xsl:template match="color[@name='subtab-selected']">
+#level2tabs       { background-color: <xsl:value-of select="@value"/> ;} 
+#level2tabs a:link {  color: <xsl:value-of select="@link"/>;  }
+#level2tabs a:visited { color: <xsl:value-of select="@vlink"/>; }
+#level2tabs a:hover { color: <xsl:value-of select="@hlink"/>; }
+</xsl:template> 
+
+<!--xsl:template match="color[@name='subtab-unselected']">
+.level2tabstrip { background-color: <xsl:value-of select="@value"/>;}
+.datenote { background-color: <xsl:value-of select="@value"/>;} 
+.level2tabstrip.unselected a:link {  color: <xsl:value-of select="@link"/>;  }
+.level2tabstrip.unselected a:visited { color: <xsl:value-of select="@vlink"/>; }
+.level2tabstrip.unselected a:hover { color: <xsl:value-of select="@hlink"/>; }
+</xsl:template--> 
+
+<xsl:template match="color[@name='heading']">
+.heading { background-color: <xsl:value-of select="@value"/>;} 
+</xsl:template> 
+
+<xsl:template match="color[@name='subheading']">
+.boxed { background-color: <xsl:value-of select="@value"/>;} 
+.underlined_5 	{border-bottom: solid 5px <xsl:value-of select="@value"/>;}
+.underlined_10 	{border-bottom: solid 10px <xsl:value-of select="@value"/>;}
+table caption { 
+background-color: <xsl:value-of select="@value"/>; 
+color: <xsl:value-of select="@font"/>;
+}
+</xsl:template> 
+<xsl:template match="color[@name='feedback']">    
+#feedback {
+color: <xsl:value-of select="@font"/>;
+background: <xsl:value-of select="@value"/>;
+text-align: <xsl:value-of select="@align"/>;
+}
+#feedback #feedbackto {
+color: <xsl:value-of select="@font"/>;
+}   
+</xsl:template>
+
+<xsl:template match="color[@name='breadtrail']">
+#main .breadtrail {
+background: <xsl:value-of select="@value"/>; 
+color: <xsl:value-of select="@font"/>;
+}
+#main .breadtrail a:link {  color: <xsl:value-of select="@link"/>;  }
+#main .breadtrail a:visited { color: <xsl:value-of select="@vlink"/>; }
+#main .breadtrail a:hover { color: <xsl:value-of select="@hlink"/>; }
+#top .breadtrail {
+background: <xsl:value-of select="@value"/>; 
+color: <xsl:value-of select="@font"/>;
+}
+#top .breadtrail a:link {  color: <xsl:value-of select="@link"/>;  }
+#top .breadtrail a:visited { color: <xsl:value-of select="@vlink"/>; }
+#top .breadtrail a:hover { color: <xsl:value-of select="@hlink"/>; }    
+</xsl:template>
+<!--Fix for other (old) profiles-->
+<xsl:template match="color[@name='navstrip']">
+#publishedStrip { 
+color: <xsl:value-of select="@font"/>;
+background: <xsl:value-of select="@value"/>; 
+}
+</xsl:template> 
+<!--has to go after the nav-strip (no 'navstrip')-->
+<xsl:template match="color[@name='published']">
+#publishedStrip { 
+color: <xsl:value-of select="@font"/>;
+background: <xsl:value-of select="@value"/>; 
+}
+</xsl:template> 
+<xsl:template match="color[@name='toolbox']">
+#menu .menupagetitle  { background-color: <xsl:value-of select="@value"/>}
+</xsl:template> 
+
+<xsl:template match="color[@name='border']">
+#menu           { border-color: <xsl:value-of select="@value"/>;}
+#menu .menupagetitle  { border-color: <xsl:value-of select="@value"/>;}
+#menu .menupageitemgroup  { border-color: <xsl:value-of select="@value"/>;}
+</xsl:template> 
+
+<xsl:template match="color[@name='menu']">
+#menu      { background-color: <xsl:value-of select="@value"/>;} 
+#menu  {  color: <xsl:value-of select="@font"/>;} 
+#menu a:link {  color: <xsl:value-of select="@link"/>;} 
+#menu a:visited {  color: <xsl:value-of select="@vlink"/>;} 
+#menu a:hover {  
+background-color: <xsl:value-of select="@value"/>;
+color: <xsl:value-of select="@hlink"/>;} 
+</xsl:template> 
+<xsl:template match="color[@name='dialog']"> 
+#menu .menupagetitle  { color: <xsl:value-of select="@font"/>;}    
+#menu .menupageitemgroup     { 
+background-color: <xsl:value-of select="@value"/>;
+}
+#menu .menupageitem {
+color: <xsl:value-of select="@font"/>;
+} 
+#menu .menupageitem a:link {  color: <xsl:value-of select="@link"/>;} 
+#menu .menupageitem a:visited {  color: <xsl:value-of select="@vlink"/>;} 
+#menu .menupageitem a:hover {  
+background-color: <xsl:value-of select="@value"/>;
+color: <xsl:value-of select="@hlink"/>;
+}
+</xsl:template> 
+<xsl:template match="color[@name='menuheading']">
+#menu h1 {
+color: <xsl:value-of select="@font"/>;
+background-color: <xsl:value-of select="@value"/>;
+}   
+</xsl:template> 
+<xsl:template match="color[@name='searchbox']"> 
+#top .searchbox { 
+background-color: <xsl:value-of select="@value"/> ;
+color: <xsl:value-of select="@font"/>; 
+} 
+</xsl:template>
+
+<xsl:template match="color[@name='body']">
+body{ 
+background-color: <xsl:value-of select="@value"/>;
+color: <xsl:value-of select="@font"/>;
+} 
+a:link { color:<xsl:value-of select="@link"/>} 
+a:visited { color:<xsl:value-of select="@vlink"/>} 
+a:hover { color:<xsl:value-of select="@hlink"/>} 
+
+</xsl:template>
+
+<xsl:template match="color[@name='footer']"> 
+#footer       { background-color: <xsl:value-of select="@value"/>;} 
+</xsl:template> 
+
+
+<!-- ==================== other colors ============================ -->
+<xsl:template match="color[@name='highlight']"> 
+.highlight        { background-color: <xsl:value-of select="@value"/>;} 
+</xsl:template> 
+
+<xsl:template match="color[@name='fixme']"> 
+.fixme        { border-color: <xsl:value-of select="@value"/>;} 
+</xsl:template> 
+
+<xsl:template match="color[@name='note']"> 
+.note         { border-color: <xsl:value-of select="@value"/>;} 
+</xsl:template> 
+
+<xsl:template match="color[@name='warning']"> 
+.warning         { border-color: <xsl:value-of select="@value"/>;} 
+</xsl:template>
+
+<xsl:template match="color[@name='code']"> 
+.code         { border-color: <xsl:value-of select="@value"/>;} 
+</xsl:template> 
+
+<xsl:template match="color[@name='table']"> 
+.ForrestTable      { background-color: <xsl:value-of select="@value"/>;} 
+</xsl:template> 
+
+<xsl:template match="color[@name='table-cell']"> 
+.ForrestTable td   { background-color: <xsl:value-of select="@value"/>;} 
+</xsl:template> 
+
+
+</xsl:stylesheet>

Modified: xmlgraphics/site/build/site/skin/screen.css
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/build/site/skin/screen.css?view=diff&r1=157256&r2=157257
==============================================================================
--- xmlgraphics/site/build/site/skin/screen.css (original)
+++ xmlgraphics/site/build/site/skin/screen.css Sat Mar 12 08:47:08 2005
@@ -1,512 +1,512 @@
-/*
-* Copyright 2002-2004 The Apache Software Foundation
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-body {  margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; }
-
-h1     { font-size : 160%; margin: 0px 0px 0px 0px;  padding: 0px; }
-h2     { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : bold;}
-h3     { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; }
-.h3 { margin: 22px 0px 3px 0px; }
-h4     { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
-.h4 { margin: 18px 0px 0px 0px; }
-h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold;   text-align: left; }
-h5     { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
-
-/**
-* table
-*/
-table .title { background-color: #000000; }
-.ForrestTable         {
-    color: #ffffff;
-    background-color: #7099C5;
-    width: 100%;
-    font-size : 100%;
-    empty-cells: show;
-}
-table caption {
-    padding-left: 5px;
-    color: white;
-    text-align: left;
-    font-weight: bold;
-    background-color: #000000;
-}
-.ForrestTable td {
-    color: black;
-    background-color: #f0f0ff;
-}
-.ForrestTable th { text-align: center; }
-/**
- * Page Header
- */
-
-#top {
-    position: relative;
-    float: left;
-    width: 100%;
-    background: #294563; /* if you want a background in the header, put it here */
-}
-
-#top .breadtrail {
-    background: #CFDCED;
-    color: black;
-    border-bottom: solid 1px white;
-    padding: 3px 10px;
-    font-size: 75%;
-}
-#top .breadtrail a { color: black; }
-
-#top .header {
-    float: left;
-    width: 100%;
-    background: url("images/header_white_line.gif") repeat-x bottom;
-}
-
-#top .grouplogo {
-    padding: 7px 0 10px 10px;
-    float: left;
-    text-align: left;
-}
-#top .projectlogo {
-    padding: 7px 0 10px 10px;
-    float: left;
-    width: 33%;
-    text-align: right;
-}
-#top .projectlogoA1 {
-    padding: 7px 0 10px 10px;
-    float: right;
-}
-html>body #top .searchbox {
-    bottom: 0px;
-}
-#top .searchbox {
-    position: absolute;
-    right: 10px;
-    height: 42px;
-    font-size: 70%;
-    white-space: nowrap;
-    text-align: right;
-    color: white;
-    background-color: #000000;
-    z-index:0;
-    background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
-    background-repeat: no-repeat;
-    background-position: top left;
-    bottom: -1px; /* compensate for IE rendering issue */
-}
-
-#top .searchbox form {
-    padding: 5px 10px;
-    margin: 0;
-}
-#top .searchbox p {
-    padding: 0 0 2px 0;
-    margin: 0;
-}
-#top .searchbox input {
-    font-size: 100%;
-}
-
-#tabs {
-    clear: both;
-    padding-left: 10px;
-    margin: 0;
-    list-style: none;
-}
-/*    background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/
-#tabs li {
-    float: left;
-    background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png);
-    background-repeat: no-repeat;
-    background-position: top right;
-    background-color: #000000;
-    margin: 0 3px 0 0;
-    padding: 0;
-}
-
-/*background: url("images/tab-left.gif") no-repeat left top;*/
-#tabs li a {
-    float: left;
-    display: block;
-    font-family: verdana, arial, sans-serif;
-    text-decoration: none;
-    color: black;
-    white-space: nowrap;
-    background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png);
-    background-repeat: no-repeat;
-    background-position: top left;
-    padding: 5px 15px 4px;
-    width: .1em; /* IE/Win fix */
-}
-
-#tabs > li a { width: auto; } /* Rest of IE/Win fix */
-
-/* Commented Backslash Hack hides rule from IE5-Mac \*/
-#tabs a { float: none; }
-/* End IE5-Mac hack */
-
-#top .header .current {
-    background-color: #4C6C8F;
-    background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png);
-    background-repeat: no-repeat;
-    background-position: top right;
-}
-#top .header .current a {
-    font-weight: bold;
-    padding-bottom: 5px;
-    color: white;
-    background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png);
-    background-repeat: no-repeat;
-    background-position: top left;
-}
-#publishedStrip {
-    padding-right: 10px;
-    padding-left: 20px;
-    padding-top: 3px;
-    padding-bottom:3px;
-    color: #ffffff;
-    font-size : 60%;
-    font-weight: bold;
-    background-color: #4C6C8F;
-    text-align:right;
-}
-
-#level2tabs {
-margin: 0;
-float:left;
-position:relative;
-}
-
-/*
-*    border-top: solid #4C6C8F 15px;
-*/
-#main {
-    position: relative;
-    background: white;
-    clear:both;
-}
-#main .breadtrail {
-    clear:both;
-    position: relative;
-    background: #CFDCED;
-    color: black;
-    border-bottom: solid 1px black;
-    border-top: solid 1px black;
-    padding: 0px 180px;
-    font-size: 75%;
-    z-index:10;
-}
-/**
-* Round corner
-*/
-#roundtop {
-    background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);
-    background-repeat: no-repeat;
-    background-position: top right;
-}
-
-#roundbottom {
-    background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);
-    background-repeat: no-repeat;
-    background-position: top right;
-}
-
-img.corner {
-   width: 15px;
-   height: 15px;
-   border: none;
-   display: block !important;
-}
-
-.roundtopsmall {
-    background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png);
-    background-repeat: no-repeat;
-    background-position: top right;
-}
-
-#roundbottomsmall {
-    background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png);
-    background-repeat: no-repeat;
-    background-position: top right;
-}
-
-img.cornersmall {
-   width: 5px;
-   height: 5px;
-   border: none;
-   display: block !important;
-}
-/**
- * Side menu
- */
-#menu a {  font-weight: normal;}
-#menu a:visited {  font-weight: normal; }
-#menu a:active {  font-weight: normal; }
-#menu a:hover {  font-weight: normal; }
-
-#menuarea { width:10em;}
-#menu {
-    position: relative;
-    float: left;
-    width: 160px;
-    padding-top: 0px;
-    top:-18px;
-    left:10px;
-    z-index: 20;
-    background-color: #f90;
-    font-size : 70%;
-}
-
-.menutitle {
-        cursor:pointer;
-        padding: 3px 12px;
-        margin-left: 10px;
-        background-image: url('images/chapter.gif');
-        background-repeat: no-repeat;
-        background-position: center left;
-        font-weight : bold;
-}
-
-#menu .menuitemgroup {
-        margin: 0px 0px 6px 8px;
-        padding: 0px;
-        font-weight : bold; }
-
-#menu .selectedmenuitemgroup{
-        margin: 0px 0px 6px 8px;
-        padding: 0px;
-        font-weight : bold; }
-
-#menu .menuitem {
-        padding: 0px 0px 2px 12px;
-        background-image: url('images/page.gif');
-        background-repeat: no-repeat;
-        background-position: center left;
-        font-weight : normal;
-        margin-left: 10px;
-}
-
-#menu .menupage {
-        margin: 5px 0px 5px 10px;
-        padding: 0px 3px 0px 12px;
-        background-image: url('images/current.gif');
-        background-repeat: no-repeat;
-        background-position: top left;
-        font-style : normal;
-}
-#menu .menupagetitle {
-        padding: 0px 0px 0px 6px;
-        font-style : normal;
-        border-style: solid;
-        border-width: 1px;
-        margin-right: 10px;
-}
-#menu .menupageitemgroup {
-        padding: 3px 0px 4px 6px;
-        font-style : normal;
-        border-bottom: 1px solid ;
-        border-left: 1px solid ;
-        border-right: 1px solid ;
-        margin-right: 10px;
-}
-#menu .menupageitem {
-        font-style : normal;
-        font-weight : normal;
-        border-width: 0px;
-        font-size : 90%;
-}
-#menu #credit {
-    text-align: center;
-}
-
-#content {
-    padding: 20px 20px 20px 180px;
-    margin: 0;
-    font : small Verdana, Helvetica, sans-serif;
-    font-size : 80%;
-}
-
-#content ul {
-    margin: 0;
-    padding: 0 25px;
-}
-#content li {
-    padding: 0 5px;
-}
-#feedback {
-    color: black;
-    background: #CFDCED;
-    text-align:center;
-    margin-top: 5px;
-}
-#feedback #feedbackto {
-    font-size: 90%;
-    color: black;
-}
-#footer {
-    clear: both;
-    position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */
-    width: 100%;
-    background: #CFDCED;
-    border-top: solid 1px #4C6C8F;
-    color: black;
-}
-#footer .copyright {
-    position: relative; /* IE bugfix cont'd */
-    padding: 5px;
-    margin: 0;
-    width: 45%;
-}
-#footer .lastmodified {
-    position: relative; /* IE bugfix cont'd */
-    float: right;
-    width: 45%;
-    padding: 5px;
-    margin: 0;
-    text-align: right;
-}
-#footer a { color: white; }
-
-#footer #logos {
-    text-align: left;
-}
-
-
-/**
- * Misc Styles
- */
-
-acronym { cursor: help; }
-.boxed      { background-color: #a5b6c6;}
-.underlined_5     {border-bottom: solid 5px #4C6C8F;}
-.underlined_10     {border-bottom: solid 10px #4C6C8F;}
-/* ==================== snail trail ============================ */
-
-.trail {
-  position: relative; /* IE bugfix cont'd */
-  font-size: 70%;
-  text-align: right;
-  float: right;
-  margin: -10px 5px 0px 5px;
-  padding: 0;
-}
-
-#minitoc-area {
-    border-top: solid 1px #4C6C8F;
-    border-bottom: solid 1px #4C6C8F;
-    margin-bottom: 15px;
-    margin-left: 15px;
-    margin-right: 10%;
-    padding-bottom: 5px;
-    padding-top: 5px;
-}
-.minitoc {
-    list-style-image: url('images/current.gif');
-    font-weight: normal;
-}
-li p {
-    margin: 0;
-    padding: 0;
-}
-
-.pdflink {
-    position: relative; /* IE bugfix cont'd */
-    float: right;
-    margin: 0px 5px;
-    padding: 0;
-}
-.pdflink br {
-    margin-top: -10px;
-    padding-left: 1px;
-}
-.pdflink a {
-    display: block;
-    font-size: 70%;
-    text-align: center;
-    margin: 0;
-    padding: 0;
-}
-
-.pdflink img {
-    display: block;
-    height: 16px;
-    width: 16px;
-}
-.xmllink {
-    position: relative; /* IE bugfix cont'd */
-    float: right;
-    margin: 0px 5px;
-    padding: 0;
-}
-.xmllink br {
-    margin-top: -10px;
-    padding-left: 1px;
-}
-.xmllink a {
-    display: block;
-    font-size: 70%;
-    text-align: center;
-    margin: 0;
-    padding: 0;
-}
-
-.xmllink img {
-    display: block;
-    height: 16px;
-    width: 16px;
-}
-.podlink {
-    position: relative; /* IE bugfix cont'd */
-    float: right;
-    margin: 0px 5px;
-    padding: 0;
-}
-.podlink br {
-    margin-top: -10px;
-    padding-left: 1px;
-}
-.podlink a {
-    display: block;
-    font-size: 70%;
-    text-align: center;
-    margin: 0;
-    padding: 0;
-}
-
-.podlink img {
-    display: block;
-    height: 16px;
-    width: 16px;
-}
-
-.printlink {
-    float: right;
-}
-.printlink br {
-    margin-top: -10px;
-    padding-left: 1px;
-}
-.printlink a {
-    display: block;
-    font-size: 70%;
-    text-align: center;
-    margin: 0;
-    padding: 0;
-}
-.printlink img {
-    display: block;
-    height: 16px;
-    width: 16px;
+/*
+* Copyright 2002-2004 The Apache Software Foundation
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+body {  margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; }
+
+h1     { font-size : 160%; margin: 0px 0px 0px 0px;  padding: 0px; }
+h2     { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : bold;}
+h3     { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; }
+.h3 { margin: 22px 0px 3px 0px; }
+h4     { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
+.h4 { margin: 18px 0px 0px 0px; }
+h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold;   text-align: left; }
+h5     { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
+
+/**
+* table
+*/
+table .title { background-color: #000000; }
+.ForrestTable         {
+    color: #ffffff;
+    background-color: #7099C5;
+    width: 100%;
+    font-size : 100%;
+    empty-cells: show;
+}
+table caption {
+    padding-left: 5px;
+    color: white;
+    text-align: left;
+    font-weight: bold;
+    background-color: #000000;
+}
+.ForrestTable td {
+    color: black;
+    background-color: #f0f0ff;
+}
+.ForrestTable th { text-align: center; }
+/**
+ * Page Header
+ */
+
+#top {
+    position: relative;
+    float: left;
+    width: 100%;
+    background: #294563; /* if you want a background in the header, put it here */
+}
+
+#top .breadtrail {
+    background: #CFDCED;
+    color: black;
+    border-bottom: solid 1px white;
+    padding: 3px 10px;
+    font-size: 75%;
+}
+#top .breadtrail a { color: black; }
+
+#top .header {
+    float: left;
+    width: 100%;
+    background: url("images/header_white_line.gif") repeat-x bottom;
+}
+
+#top .grouplogo {
+    padding: 7px 0 10px 10px;
+    float: left;
+    text-align: left;
+}
+#top .projectlogo {
+    padding: 7px 0 10px 10px;
+    float: left;
+    width: 33%;
+    text-align: right;
+}
+#top .projectlogoA1 {
+    padding: 7px 0 10px 10px;
+    float: right;
+}
+html>body #top .searchbox {
+    bottom: 0px;
+}
+#top .searchbox {
+    position: absolute;
+    right: 10px;
+    height: 42px;
+    font-size: 70%;
+    white-space: nowrap;
+    text-align: right;
+    color: white;
+    background-color: #000000;
+    z-index:0;
+    background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
+    background-repeat: no-repeat;
+    background-position: top left;
+    bottom: -1px; /* compensate for IE rendering issue */
+}
+
+#top .searchbox form {
+    padding: 5px 10px;
+    margin: 0;
+}
+#top .searchbox p {
+    padding: 0 0 2px 0;
+    margin: 0;
+}
+#top .searchbox input {
+    font-size: 100%;
+}
+
+#tabs {
+    clear: both;
+    padding-left: 10px;
+    margin: 0;
+    list-style: none;
+}
+/*    background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/
+#tabs li {
+    float: left;
+    background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+    background-color: #000000;
+    margin: 0 3px 0 0;
+    padding: 0;
+}
+
+/*background: url("images/tab-left.gif") no-repeat left top;*/
+#tabs li a {
+    float: left;
+    display: block;
+    font-family: verdana, arial, sans-serif;
+    text-decoration: none;
+    color: black;
+    white-space: nowrap;
+    background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png);
+    background-repeat: no-repeat;
+    background-position: top left;
+    padding: 5px 15px 4px;
+    width: .1em; /* IE/Win fix */
+}
+
+#tabs > li a { width: auto; } /* Rest of IE/Win fix */
+
+/* Commented Backslash Hack hides rule from IE5-Mac \*/
+#tabs a { float: none; }
+/* End IE5-Mac hack */
+
+#top .header .current {
+    background-color: #4C6C8F;
+    background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+#top .header .current a {
+    font-weight: bold;
+    padding-bottom: 5px;
+    color: white;
+    background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png);
+    background-repeat: no-repeat;
+    background-position: top left;
+}
+#publishedStrip {
+    padding-right: 10px;
+    padding-left: 20px;
+    padding-top: 3px;
+    padding-bottom:3px;
+    color: #ffffff;
+    font-size : 60%;
+    font-weight: bold;
+    background-color: #4C6C8F;
+    text-align:right;
+}
+
+#level2tabs {
+margin: 0;
+float:left;
+position:relative;
+}
+
+/*
+*    border-top: solid #4C6C8F 15px;
+*/
+#main {
+    position: relative;
+    background: white;
+    clear:both;
+}
+#main .breadtrail {
+    clear:both;
+    position: relative;
+    background: #CFDCED;
+    color: black;
+    border-bottom: solid 1px black;
+    border-top: solid 1px black;
+    padding: 0px 180px;
+    font-size: 75%;
+    z-index:10;
+}
+/**
+* Round corner
+*/
+#roundtop {
+    background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+
+#roundbottom {
+    background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+
+img.corner {
+   width: 15px;
+   height: 15px;
+   border: none;
+   display: block !important;
+}
+
+.roundtopsmall {
+    background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+
+#roundbottomsmall {
+    background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png);
+    background-repeat: no-repeat;
+    background-position: top right;
+}
+
+img.cornersmall {
+   width: 5px;
+   height: 5px;
+   border: none;
+   display: block !important;
+}
+/**
+ * Side menu
+ */
+#menu a {  font-weight: normal;}
+#menu a:visited {  font-weight: normal; }
+#menu a:active {  font-weight: normal; }
+#menu a:hover {  font-weight: normal; }
+
+#menuarea { width:10em;}
+#menu {
+    position: relative;
+    float: left;
+    width: 160px;
+    padding-top: 0px;
+    top:-18px;
+    left:10px;
+    z-index: 20;
+    background-color: #f90;
+    font-size : 70%;
+}
+
+.menutitle {
+        cursor:pointer;
+        padding: 3px 12px;
+        margin-left: 10px;
+        background-image: url('images/chapter.gif');
+        background-repeat: no-repeat;
+        background-position: center left;
+        font-weight : bold;
+}
+
+#menu .menuitemgroup {
+        margin: 0px 0px 6px 8px;
+        padding: 0px;
+        font-weight : bold; }
+
+#menu .selectedmenuitemgroup{
+        margin: 0px 0px 6px 8px;
+        padding: 0px;
+        font-weight : bold; }
+
+#menu .menuitem {
+        padding: 0px 0px 2px 12px;
+        background-image: url('images/page.gif');
+        background-repeat: no-repeat;
+        background-position: center left;
+        font-weight : normal;
+        margin-left: 10px;
+}
+
+#menu .menupage {
+        margin: 5px 0px 5px 10px;
+        padding: 0px 3px 0px 12px;
+        background-image: url('images/current.gif');
+        background-repeat: no-repeat;
+        background-position: top left;
+        font-style : normal;
+}
+#menu .menupagetitle {
+        padding: 0px 0px 0px 6px;
+        font-style : normal;
+        border-style: solid;
+        border-width: 1px;
+        margin-right: 10px;
+}
+#menu .menupageitemgroup {
+        padding: 3px 0px 4px 6px;
+        font-style : normal;
+        border-bottom: 1px solid ;
+        border-left: 1px solid ;
+        border-right: 1px solid ;
+        margin-right: 10px;
+}
+#menu .menupageitem {
+        font-style : normal;
+        font-weight : normal;
+        border-width: 0px;
+        font-size : 90%;
+}
+#menu #credit {
+    text-align: center;
+}
+
+#content {
+    padding: 20px 20px 20px 180px;
+    margin: 0;
+    font : small Verdana, Helvetica, sans-serif;
+    font-size : 80%;
+}
+
+#content ul {
+    margin: 0;
+    padding: 0 25px;
+}
+#content li {
+    padding: 0 5px;
+}
+#feedback {
+    color: black;
+    background: #CFDCED;
+    text-align:center;
+    margin-top: 5px;
+}
+#feedback #feedbackto {
+    font-size: 90%;
+    color: black;
+}
+#footer {
+    clear: both;
+    position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */
+    width: 100%;
+    background: #CFDCED;
+    border-top: solid 1px #4C6C8F;
+    color: black;
+}
+#footer .copyright {
+    position: relative; /* IE bugfix cont'd */
+    padding: 5px;
+    margin: 0;
+    width: 45%;
+}
+#footer .lastmodified {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    width: 45%;
+    padding: 5px;
+    margin: 0;
+    text-align: right;
+}
+#footer a { color: white; }
+
+#footer #logos {
+    text-align: left;
+}
+
+
+/**
+ * Misc Styles
+ */
+
+acronym { cursor: help; }
+.boxed      { background-color: #a5b6c6;}
+.underlined_5     {border-bottom: solid 5px #4C6C8F;}
+.underlined_10     {border-bottom: solid 10px #4C6C8F;}
+/* ==================== snail trail ============================ */
+
+.trail {
+  position: relative; /* IE bugfix cont'd */
+  font-size: 70%;
+  text-align: right;
+  float: right;
+  margin: -10px 5px 0px 5px;
+  padding: 0;
+}
+
+#minitoc-area {
+    border-top: solid 1px #4C6C8F;
+    border-bottom: solid 1px #4C6C8F;
+    margin-bottom: 15px;
+    margin-left: 15px;
+    margin-right: 10%;
+    padding-bottom: 5px;
+    padding-top: 5px;
+}
+.minitoc {
+    list-style-image: url('images/current.gif');
+    font-weight: normal;
+}
+li p {
+    margin: 0;
+    padding: 0;
+}
+
+.pdflink {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    margin: 0px 5px;
+    padding: 0;
+}
+.pdflink br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.pdflink a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+
+.pdflink img {
+    display: block;
+    height: 16px;
+    width: 16px;
+}
+.xmllink {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    margin: 0px 5px;
+    padding: 0;
+}
+.xmllink br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.xmllink a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+
+.xmllink img {
+    display: block;
+    height: 16px;
+    width: 16px;
+}
+.podlink {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    margin: 0px 5px;
+    padding: 0;
+}
+.podlink br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.podlink a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+
+.podlink img {
+    display: block;
+    height: 16px;
+    width: 16px;
+}
+
+.printlink {
+    float: right;
+}
+.printlink br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.printlink a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+.printlink img {
+    display: block;
+    height: 16px;
+    width: 16px;
 }

Modified: xmlgraphics/site/build/site/skin/skinconf.xsl
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/build/site/skin/skinconf.xsl?view=diff&r1=157256&r2=157257
==============================================================================
--- xmlgraphics/site/build/site/skin/skinconf.xsl (original)
+++ xmlgraphics/site/build/site/skin/skinconf.xsl Sat Mar 12 08:47:08 2005
@@ -1,152 +1,152 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-        
-    <xsl:template match="skinconfig">
-
-  <xsl:if test="not(colors)">
-  <colors>
-<!-- Lenya -->
-  <color name="header" value="#ffffff"/>
-
-    <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
-    <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
-    <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
-    <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
-
-    <color name="heading" value="#E5E4D9"/>
-    <color name="subheading" value="#E5E4D9"/>
-    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
-	<color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
-    <color name="navstrip" value="#E5E4D9" font="#000000"/>
-
-    <color name="toolbox" value="#CFDCED" font="#000000"/>
-
-    <color name="border" value="#999999"/>
-    <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff"  />    
-    <color name="menuheading" value="#cfdced" font="#000000" />
-    <color name="searchbox" value="#E5E4D9" font="#000000"/>
-    
-    <color name="dialog" value="#E5E4D9" font="#000000"/>
-	<color name="body" value="#ffffff" />            
-    
-    <color name="table" value="#ccc"/>    
-    <color name="table-cell" value="#ffffff"/>   
-    <color name="highlight" value="#ffff00"/>
-    <color name="fixme" value="#cc6600"/>
-    <color name="note" value="#006699"/>
-    <color name="warning" value="#990000"/>
-    <color name="code" value="#003366"/>
-        
-    <color name="footer" value="#E5E4D9"/>
-  </colors>
-  </xsl:if>
-
-     <xsl:copy>
-      <xsl:copy-of select="@*"/>
-      <xsl:copy-of select="node()[not(name(.)='colors')]"/>     
-      <xsl:apply-templates select="colors"/>
-     </xsl:copy> 
-
-    </xsl:template>
-
-    <xsl:template match="colors">
-     <xsl:copy>
-      <xsl:copy-of select="@*"/>
-      <xsl:copy-of select="node()[name(.)='color']"/> 
-      
-     <xsl:if test="not(color[@name='header'])">
-       <color name="header" value="#FFFFFF"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='tab-selected'])">
-      <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='tab-unselected'])">
-      <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
-     </xsl:if>
-     <xsl:if test="not(color[@name='subtab-selected'])">
-      <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='subtab-unselected'])">
-      <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='heading'])">
-      <color name="heading" value="#E5E4D9"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='subheading'])">
-      <color name="subheading" value="#E5E4D9"/>
-     </xsl:if>
-      <xsl:if test="not(color[@name='published'])">
-		<color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
-     </xsl:if> 
-     <xsl:if test="not(color[@name='published'])">
-        <color name="published" value="#4C6C8F" font="#FFFFFF"/>
-     </xsl:if> 
-     <xsl:if test="not(color[@name='navstrip'])">
-      <color name="navstrip" value="#E5E4D9" font="#000000"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='toolbox'])">
-       <color name="toolbox" value="#CFDCED" font="#000000"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='border'])">
-       <color name="border" value="#999999"/>
-     </xsl:if>       
-     <xsl:if test="not(color[@name='menu'])">
-      	<color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff"  /> 
-     </xsl:if>
-     <xsl:if test="not(color[@name='menuheading'])">
-	     <color name="menuheading" value="#cfdced" font="#000000" />
-     </xsl:if> 
-     <xsl:if test="not(color[@name='searchbox'])">
-	 	<color name="searchbox" value="#E5E4D9" font="#000000"/>
-     </xsl:if> 
-     <xsl:if test="not(color[@name='dialog'])">
-      <color name="dialog" value="#E5E4D9" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='body'])">
-      <color name="body" value="#ffffff" /> 
-     </xsl:if>  
-     <xsl:if test="not(color[@name='table'])">
-      <color name="table" value="#ccc"/>    
-     </xsl:if>  
-     <xsl:if test="not(color[@name='table-cell'])">
-      <color name="table-cell" value="#ffffff"/>    
-     </xsl:if>  
-     <xsl:if test="not(color[@name='highlight'])">
-       <color name="highlight" value="#ffff00"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='fixme'])">
-       <color name="fixme" value="#c60"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='note'])">
-       <color name="note" value="#069"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='warning'])">
-       <color name="warning" value="#900"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='code'])">
-       <color name="code" value="#a5b6c6"/>
-     </xsl:if>  
-     <xsl:if test="not(color[@name='footer'])">
-       <color name="footer" value="#E5E4D9"/>
-     </xsl:if>  
-    
-     </xsl:copy> 
-
-    </xsl:template>
-    
-</xsl:stylesheet>
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+        
+    <xsl:template match="skinconfig">
+
+  <xsl:if test="not(colors)">
+  <colors>
+<!-- Lenya -->
+  <color name="header" value="#ffffff"/>
+
+    <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#E5E4D9"/>
+    <color name="subheading" value="#E5E4D9"/>
+    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+	<color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+    <color name="navstrip" value="#E5E4D9" font="#000000"/>
+
+    <color name="toolbox" value="#CFDCED" font="#000000"/>
+
+    <color name="border" value="#999999"/>
+    <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff"  />    
+    <color name="menuheading" value="#cfdced" font="#000000" />
+    <color name="searchbox" value="#E5E4D9" font="#000000"/>
+    
+    <color name="dialog" value="#E5E4D9" font="#000000"/>
+	<color name="body" value="#ffffff" />            
+    
+    <color name="table" value="#ccc"/>    
+    <color name="table-cell" value="#ffffff"/>   
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#E5E4D9"/>
+  </colors>
+  </xsl:if>
+
+     <xsl:copy>
+      <xsl:copy-of select="@*"/>
+      <xsl:copy-of select="node()[not(name(.)='colors')]"/>     
+      <xsl:apply-templates select="colors"/>
+     </xsl:copy> 
+
+    </xsl:template>
+
+    <xsl:template match="colors">
+     <xsl:copy>
+      <xsl:copy-of select="@*"/>
+      <xsl:copy-of select="node()[name(.)='color']"/> 
+      
+     <xsl:if test="not(color[@name='header'])">
+       <color name="header" value="#FFFFFF"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='tab-selected'])">
+      <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='tab-unselected'])">
+      <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+     </xsl:if>
+     <xsl:if test="not(color[@name='subtab-selected'])">
+      <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='subtab-unselected'])">
+      <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='heading'])">
+      <color name="heading" value="#E5E4D9"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='subheading'])">
+      <color name="subheading" value="#E5E4D9"/>
+     </xsl:if>
+      <xsl:if test="not(color[@name='published'])">
+		<color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+     </xsl:if> 
+     <xsl:if test="not(color[@name='published'])">
+        <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+     </xsl:if> 
+     <xsl:if test="not(color[@name='navstrip'])">
+      <color name="navstrip" value="#E5E4D9" font="#000000"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='toolbox'])">
+       <color name="toolbox" value="#CFDCED" font="#000000"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='border'])">
+       <color name="border" value="#999999"/>
+     </xsl:if>       
+     <xsl:if test="not(color[@name='menu'])">
+      	<color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff"  /> 
+     </xsl:if>
+     <xsl:if test="not(color[@name='menuheading'])">
+	     <color name="menuheading" value="#cfdced" font="#000000" />
+     </xsl:if> 
+     <xsl:if test="not(color[@name='searchbox'])">
+	 	<color name="searchbox" value="#E5E4D9" font="#000000"/>
+     </xsl:if> 
+     <xsl:if test="not(color[@name='dialog'])">
+      <color name="dialog" value="#E5E4D9" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='body'])">
+      <color name="body" value="#ffffff" /> 
+     </xsl:if>  
+     <xsl:if test="not(color[@name='table'])">
+      <color name="table" value="#ccc"/>    
+     </xsl:if>  
+     <xsl:if test="not(color[@name='table-cell'])">
+      <color name="table-cell" value="#ffffff"/>    
+     </xsl:if>  
+     <xsl:if test="not(color[@name='highlight'])">
+       <color name="highlight" value="#ffff00"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='fixme'])">
+       <color name="fixme" value="#c60"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='note'])">
+       <color name="note" value="#069"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='warning'])">
+       <color name="warning" value="#900"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='code'])">
+       <color name="code" value="#a5b6c6"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='footer'])">
+       <color name="footer" value="#E5E4D9"/>
+     </xsl:if>  
+    
+     </xsl:copy> 
+
+    </xsl:template>
+    
+</xsl:stylesheet>

Modified: xmlgraphics/site/build/site/team.html
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/build/site/team.html?view=diff&r1=157256&r2=157257
==============================================================================
--- xmlgraphics/site/build/site/team.html (original)
+++ xmlgraphics/site/build/site/team.html Sat Mar 12 08:47:08 2005
@@ -1,238 +1,240 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.6">
-<meta name="Forrest-skin-name" content="pelt">
-<title>The Apache XML Graphics Project - Community</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="favicon.ico">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7-dev">
+<meta name="Forrest-skin-name" content="pelt">
+<title>The Apache XML Graphics Project - Community</title>
+<link type="text/css" href="skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
+<link type="text/css" href="skin/profile.css" rel="stylesheet">
+<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="favicon.ico">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
 <!--+
     |header
-    +-->
-<div class="header">
+    +-->
+<div class="header">
 <!--+
     |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://xmlgraphics.apache.org/"><img class="logoImage" alt="xmlgraphics.apache.org" src="images/group-logo.gif" title="Apache XML Graphics is responsible for the creation and maintenance of software for managing the conversion of XML formats to graphical output, and the creation and maintenance of related software components, based on software licensed to the Foundation"></a>
-</div>
+    +-->
+<div class="grouplogo">
+<a href="http://xmlgraphics.apache.org/"><img class="logoImage" alt="xmlgraphics.apache.org" src="images/apache-xml-graphics.gif" title="Apache XML Graphics is responsible for the creation and maintenance of software for managing the conversion of XML formats to graphical output, and the creation and maintenance of related software components, based on software licensed to the Foundation"></a>
+</div>
 <!--+
     |end group logo
-    +-->
+    +-->
 <!--+
     |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href=""></a>
-</div>
+    +-->
+<div class="projectlogo">
+<a href=""></a>
+</div>
 <!--+
     |end Project Logo
-    +-->
+    +-->
 <!--+
     |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="xmlgraphics.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google:');" value="Search the site with google:" size="25" name="q" id="query" type="text">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
-</form>
-</div>
+    +-->
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="xmlgraphics.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google:');" value="Search the site with google:" size="25" name="q" id="query" type="text">&nbsp; 
+                    <input name="Search" value="Search" type="submit">
+</form>
+</div>
 <!--+
     |end search
-    +-->
+    +-->
 <!--+
     |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="base-selected" href="index.html">Home</a>
-</li>
-</ul>
+    +-->
+<ul id="tabs">
+<li class="current">
+<a class="base-selected" href="index.html">Home</a>
+</li>
+</ul>
 <!--+
     |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
+    +-->
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
 <!--+
     |start Subtabs
-    +-->
-<div id="level2tabs"></div>
+    +-->
+<div id="level2tabs"></div>
 <!--+
     |end Endtabs
-    +-->
-<script type="text/javascript" language="JavaScript"><!--
-              document.write("Published: " + document.lastModified);
-              //  --></script>
-</div>
+    +-->
+<script type="text/javascript" language="JavaScript"><!--
+              document.write("Published: " + document.lastModified);
+              //  --></script>
+</div>
 <!--+
     |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">apache</a> &gt; <a href="http://xml.apache.org/">xml.apache</a> &gt; <a href="http://xmlgraphics.apache.org/">xmlgraphics.apache</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
+    +-->
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache.org</a> &gt; <a href="http://xml.apache.org/">XML Federation</a> &gt; <a href="http://xmlgraphics.apache.org/">xmlgraphics.apache.org</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
 <!--+
     |start Menu, mainarea
-    +-->
+    +-->
 <!--+
     |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">XML Graphics</div>
-<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
-<div class="menuitem">
-<a title="Welcome to the Apache XML Graphics Project" href="index.html">Overview</a>
-</div>
-<div class="menuitem">
-<a title="Apache Batik" href="http://xml.apache.org/batik/">- Batik</a>
-</div>
-<div class="menuitem">
-<a title="Apache FOP" href="http://xml.apache.org/fop/">- FOP</a>
-</div>
-<div class="menupage">
-<div class="menupagetitle">Who We Are</div>
-<div class="menupageitemgroup">
-<div class="menupageitem">
-<a href="#WhoWeAre">Who We Are</a>
-</div>
-<div class="menupageitem">
-<a title="Apache XML Graphics Project - Project Management Committee" href="#PMC">Apache XML Graphics...</a>
-</div>
-</div>
-</div>
-<div class="menuitem">
-<a title="Legalities" href="legal.html">Legal Stuff</a>
-</div>
-<div class="menuitem">
-<a title="The Project Charter" href="charter.html">Project Charter</a>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+    +-->
+<div id="menu">
+<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">XML Graphics</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a title="Welcome to the Apache XML Graphics Project" href="index.html">Overview</a>
+</div>
+<div onclick="SwitchMenu('menu_1.1.2', 'skin/')" id="menu_1.1.2Title" class="menutitle">Subprojects</div>
+<div id="menu_1.1.2" class="menuitemgroup">
+<div class="menuitem">
+<a title="Apache Batik" href="http://xml.apache.org/batik/">Batik</a>
+</div>
+<div class="menuitem">
+<a title="Apache FOP" href="http://xml.apache.org/fop/">FOP</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_selected_1.1.3', 'skin/')" id="menu_selected_1.1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Information</div>
+<div id="menu_selected_1.1.3" class="selectedmenuitemgroup" style="display: block;">
+<div class="menupage">
+<div class="menupagetitle">Who We Are</div>
+</div>
+<div class="menuitem">
+<a title="Legalities" href="legal.html">Legal Stuff</a>
+</div>
+<div class="menuitem">
+<a title="The Project Charter" href="charter.html">Project Charter</a>
+</div>
+<div class="menuitem">
+<a title="Information on Mailing Lists" href="mail.html">Mailing Lists</a>
+</div>
+<div class="menuitem">
+<a title="Information on Code Repositories" href="repo.html">Code Repositories</a>
+</div>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
 <!--+
   |alternative credits
-  +-->
-</div>
+  +-->
+</div>
 <!--+
     |end Menu
-    +-->
+    +-->
 <!--+
     |start content
-    +-->
-<div id="content">
-<div title="raw XML" class="xmllink">
-<a class="dida" href="team.xml"><img alt="XML - icon" src="skin/images/xmldoc.gif" class="skin"><br>
-        XML</a>
-</div>
-<div id="skinconf-txtlink"></div>
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="team.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<div class="trail">
-	        Font size: 
-	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
-	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
-	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
-</div>
-<h1>The Apache XML Graphics Project - Community</h1>
-<div class="abstract"></div>
-<div id="minitoc-area">
-<ul class="minitoc">
-<li>
-<a href="#WhoWeAre">Who We Are</a>
-</li>
-<li>
-<a href="#PMC">Apache XML Graphics Project - Project Management Committee</a>
-</li>
-</ul>
-</div> 
-
-    
-<a name="N10011"></a><a name="WhoWeAre"></a>
-<h2 class="underlined_10">Who We Are</h2>
-<div class="section">
-<p>The <em>Apache XML Graphics Project</em> operates on a meritocracy: the more you do,  the more responsibility you can obtain. This page lists all of the people who have gone the  extra mile and are Committers or members of the Project Management Committee. If you would like to get involved, the first step is to join the community mailing lists for the project(s) which interest you.</p>
-</div>
-
-    
-<a name="N1001E"></a><a name="PMC"></a>
-<h2 class="underlined_10">Apache XML Graphics Project - Project Management Committee</h2>
-<div class="section">
-<ul>
-          
-<li>
-<a href="mailto:bowditch_chris@hotmail.com">Chris Bowditch</a>
-</li>
-          
-<li>
-<a href="mailto:Thomas.DeWeese@Kodak.com">Thomas DeWeese</a>
-</li>
-          
-<li>
-<a href="mailto:chrisg@apache.org">Christian Geisert</a>
-</li>
-          
-<li>
-<a href="mailto:webmaestro@mac.com">Clay Leeds</a>
-</li>
-          
-<li>
-<a href="mailto:keiron@apache.org">Keiron Liddle</a>
-</li>
-          
-<li>
-<a href="mailto:jeremias@apache.org">Jeremias M&auml;rki</a>
-</li>
-          
-<li>
-<a href="mailto:gmazza@apache.org">Glen Mazza</a>
-</li>
-          
-<li>
-<a href="mailto:spepping%20AT%20leverkruid.nl">Simon Pepping</a>
-</li>
-          
-<li>
-<a href="mailto:pietsch@apache.org">J&ouml;rg Pietschmann</a>
-</li>
-        
-</ul>
-</div>
-
-  
-</div>
+    +-->
+<div id="content">
+<div id="skinconf-txtlink"></div>
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="team.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<div class="trail">
+	        Font size: 
+	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
+	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
+	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
+</div>
+<h1>The Apache XML Graphics Project - Community</h1>
+<div class="abstract"></div> 
+
+    
+<a name="N10011"></a><a name="WhoWeAre"></a>
+<h2 class="underlined_10">Who We Are</h2>
+<div class="section">
+<p>
+        The <em>Apache XML Graphics Project</em> operates on a meritocracy: the more you do, 
+        the more responsibility you can obtain. This page lists all of the people who have gone the 
+        extra mile and are Committers or members of the Project Management Committee. If you would 
+        like to get involved, the first step is to join the <a href="mail.html">community mailing lists</a>
+        for the project(s) which interest you.</p>
+</div>
+
+    
+<a name="N10022"></a><a name="PMC"></a>
+<h2 class="underlined_10">Apache XML Graphics Project - Project Management Committee</h2>
+<div class="section">
+<ul>
+          
+<li>
+<a href="mailto:bowditch_chris@hotmail.com">Chris Bowditch</a>
+</li>
+          
+<li>
+<a href="mailto:Thomas.DeWeese@Kodak.com">Thomas DeWeese</a>
+</li>
+          
+<li>
+<a href="mailto:chrisg@apache.org">Christian Geisert</a>
+</li>
+          
+<li>
+<a href="mailto:webmaestro@mac.com">Clay Leeds</a>
+</li>
+          
+<li>
+<a href="mailto:keiron@apache.org">Keiron Liddle</a>
+</li>
+          
+<li>
+<a href="mailto:jeremias@apache.org">Jeremias M&auml;rki</a>
+</li>
+          
+<li>
+<a href="mailto:gmazza@apache.org">Glen Mazza</a>
+</li>
+          
+<li>
+<a href="mailto:spepping%20AT%20leverkruid.nl">Simon Pepping</a>
+</li>
+          
+<li>
+<a href="mailto:pietsch@apache.org">J&ouml;rg Pietschmann</a>
+</li>
+        
+</ul>
+<div class="frame note">
+<div class="label">Note</div>
+<div class="content">
+          If you need to get into contact with the Apache XML Graphics PMC,  
+          send your mail to <a href="mailto:pmc@xmlgraphics.apache.org"><span class="codefrag">pmc@xmlgraphics.apache.org</span></a>.
+        </div>
+</div>
+</div>
+
+  
+</div>
 <!--+
     |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
+    +-->
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
 <!--+
     |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
- Copyright &copy; 2004 The Apache Software Foundation.</div>
+    +-->
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+ Copyright &copy; 2004-2005 The Apache Software Foundation.</div>
 <!--+
     |end bottomstrip
-    +-->
-</div>
-</body>
-</html>
+    +-->
+</div>
+</body>
+</html>

Modified: xmlgraphics/site/build/site/team.pdf
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/build/site/team.pdf?view=diff&r1=157256&r2=157257
==============================================================================
--- xmlgraphics/site/build/site/team.pdf (original)
+++ xmlgraphics/site/build/site/team.pdf Sat Mar 12 08:47:08 2005
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 511 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 515 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau`P9lkn?&A@Zcp4rr`&dXWVe<*K...@jVF6bog5NfB1_oYF>^g%8e%JM-'_Ekr_HK2BTaP8aZXo3`F`iCZQ,F87H*63Xq@GQn+n0-.;s\rf\8Fd<`2Q9"YuO1N2sb%qH*"u`L^7[-1k+>P!sTtepL(`adn49bpI''p=LW/Fp7e8]iu?]E&AD&#3p"0m@/@P\f\QIAG@]Idl<lE$kAe3&su+gPRb4n#TXJn]A#`K894o8(\hHgH'jcCW$RjdU"-%.Y%\1\<>qXG"(nZDmpP4YHipLpr_Fk9\L-b+?l&>C/7n[q?B%m+DNQ-e9V1(<f3NIRFpObaK6"pq+8j?@&9`Y&t'57nqk3kZ0R"qNT`.lX%G#4#dXR$ShY0:WlJ(b[[a]?RR-+;2f@G:3QN0N/Fe]f-6ekB="7%A;7I.MhM4TDXEdPMj;@J`=/`HIfg*[!$_~>
+Gau`P?#P<K'Rf.Ggdcab[Y7W3Ri5G<b^F"I0%os6YR$/;6ep\9+()?SVs\D`5k!sJmHNS9L;)759V<0<i("]g?_N3_XqAJ"9u*kcgVV%=*Um!Pf)8_C^nBJ^-M5,0#hA]aE[-4[,$;iV\<=p]OhZgYP^q/6=7EEf[Nh[)DNq'`3_RUi`uP!18#*;^1<W(UJ]6mS,KcYj&8;[/d,/J6N/eJH*Wq!u$[.1Wl6;S'3c=EaX3p^:;pk>!&F5YsMn-nemEV`iD:+a"m&K62*/Af?MQC'"f/o3^0Wc-J)01#7*`:U4O56V4ltN!5rMGI45u@g1#lVqH.3YjRbk_C3T!s5h`4JCao+i`j=e>$&]CKb?[6.Y].F/b`:<ZFa/=;@&qM5cbM_uqVnTTKK>^G>IDWqeXNu!#uUKc>(E[\Dad_2Gk&)r+T,0#,dBt5[UH*$Yr$Y;^q'P#=b*_\mJ48psqb-.I7&2.C'Z_1"_$n5nKKa\k#b&<sb.oC\O)3W&?#3Gpdf`~>
 endstream
 endobj
 6 0 obj
@@ -47,10 +47,10 @@
 >>
 endobj
 12 0 obj
-<< /Length 1726 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2165 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gat=,>Ap;q'RlZ]_+UW+e@=.=0)Ll+]2>nkPVsb'V+t$Q_#mF4;aZ^[IshdgEaXFCN)n)1O3`#6q`F!9Ej]6PoYi\lND*iq>F@sf_M5&h@Db$(T4;(2>E5s`NBb`CqIH*0>4nM9MZmdurqfTn`a?a^<WQ...@WK-MV90>SQfR)j%:Ja6E=!Aj+ljK9]b/eclmE5rN].a]l:LZlgfVNC52GRo)Q72"D9Yif\-3.=d2E[a1:226U!WsN.OU9&f/.e9Vgr?&RD#J#W5AQ%UTWS35lg5amY'BM"*IbS2L+q8/W)YpENpra*>+oF'JWm$M"RYBtXG,BfYcg2T\"e1[upDR9j]TZ"7'/eng?UYgE*%%!=>DO=OQL,@Hl?Q9*LKiMSRTPi!Iumk\YI<h4$6tlP$+`f>++fLr]Lmp(KT9t`#oMPR?8,MWb!e-<(u;/kk>ZO8eFaR`)''i`Vm>r6R9Ui]V?30CLY)3h.$O5iFttA[a(to!HE6sJbPq5ZX>,AqO@AM]LqWpKVNC0c@pq)<O@(lT*8E"8cCWHLmAs2jUquc?9QF*E*\NT8e7H*=3`n1PH;9\qH)L$l^+q=[C`8<2<=J5*#5\u*(rB9aO#lkDIG&C1!T,s[L<3uVF1hbnN:'YkWMb#H*`;6ZUI6sXG<:HGH!SaQ,#Pu0CN%bV/`dAPe'OjB\VhH)$K_W2,BXllL$6]cCC1p9D_0Y/07<=I5oX3Yi\^2\9_CBED"EHmKPgPP%W#/8m<(Q>8u8hhgLkF;2OdDcDu.tok^VmQ3.e*7aBX8Z93u*8g"ltk^B]rKce#+7E2QQt<bBB$7,2:t%`E)U>W")J8R9Z!$7YH"hYP=Bq1:PG=(O0j-Es,$A.5.aUX`[,LX=Ybee538@!Q)9(+8[of!+S\\Y7*Ph%.H:>cU'qHXlV8^@DhHaT6F]lei@f#]-mf0_+FlC>3g(>fqE&dGAala-"ahJWW<jdu+p;dW,Ja:1V*-bX;"_eX?QV&"Jp(2GSlURlp)c#2>_/9]XoN3jm'.UR\pcq8@6WM,Z<^Vo!N7HGb*@DE%<3h156Ah#m*)]&UI']^B,^TG#YP%N);8)D5#I]kWpj:d[!Jf4r#AA^nZ>='&"$rF\"3+.ANRm>o&.Rn^gDO17*%bGie@^-`?P1i"2DY!r=5GnbmFC^@u[=WPfbf&D!=MI$&74I#*%0B+hsK9?W@6J.[iB0Y4NI=jtRlC'$V=GZg-q[`!IqXX~>
+Gat=-D/\/e&H;*)Te?LO@,XLGe4W$&c.69.1M!P;%TnHOYo-c*,^Qa/2uWD2MNi@3X_ec3/XlFh_`Q_5aEPhH:[^Z+qS[NB%h%"B/?%UG5O-0>N!6pcW#%G:h"gg^-*NjI`msjbcWc5IK`1nYKSP&IjTbeJ%V6Qg$d'mf6]JY3g?HF]3i/&D5tBl#/m3%R^;"PLg5"uLfko3ghN$BWnr$UM1R)#"OhgGLO?6;dPs@%/Yhp,k2&Bh-a]4b1?Ja>^$M2GPM4S&7PC6QV+(p:Bb$E3$&RgE).J>i+m*khg9<4Bc'rqHLQhOLC(<D?UD2QoS9/_SmQL69qA!1C/k[B);:<6^qSe$(4Cm/N(dmb*^!_%L=8o3QF)`7h\3H:$5P%'E\@Z+U84AW"MPh;HOG%#jWrGcRlm8ds+DNY&pQA_IUWY<It^HP>9k9-D&2)b7T2MiDZF@8]2(;1;NEEYKJlrgEf[a[ZJma:ZT-$Dh(hppJ/s!#pdLK@FNA\%SSTijC*?98N1\IbYNY_19KaW8^f`:KJ]b]-4m6g*BT>5YXM[qnIUNFTl1Ks1qiJMEdSH?YFMm:oL%UH,GDnYdrZ_M4e$;SJjYb#tTe!`<'9VKd98Q)84qdh!Ye!Q6/OGjp-]Xe=cj,.hHE'>EqH#1Ll2X&hd!<M&$[7[j]S:cAL?+Luj,=7\rUD\+A72>@2MobR"(Lf/d_.0L#m1UjJa>sN@`lS=I@:t2%?.%5^FF!JG29ZP<uV_O%-WMt*#nVLO=+kc27WWM>nojIa$hi8,8NiUo*KGclV?>_7he[A0G;sJ_p'S14p^^q^V6UXae6T,D$P&3TAh08Fo:+N_b#+LrKJHj-cp$SsCRsQCTmn,2,E\"2:>=3jRGNlKHgjk'u]?B:]ek>[e&Mt9JaI2I:6ed,C[k^`+rRKAp(rZ"SL(J>H!buNOh^0LM[]Lt;qm6&K`*SD5.uk#jRbkVKYEKgnbMVAAGs'ATId@Yq['T[tO\i6FZ[05@,Nh'[Bob?\<Mc\r)lM%]WCZN(&jlr]LPV06V@d"GXX%A'/^h<\X&4'q%?"i-hPt(#F.(PRQH4)fKU\WNH,mNGN!VE\82gk"aI-oIm:#=X/=C6+qV%0_DdNGT_WsPlN-NR=L9MQBLgme7KijDdDAmJRMC5kS3f*YqJ]_0=b</oJ)+aisk4(&2Ji`;!UdI!Q1NK@N5W`o8nXE'B3>k:LI>WS?cX7%;pE?2<$_S6'KWo0o&Oh(3VX&@_Re<<me$*M/l_VXJRA\"9pJ,BJe83i>L,b(EOY`QHI9UJO5jt#:1Y&J*;5`2P%V#gO#8+4%ND)[kFOu<m`]&+5n!B+"BK*a:YWpQ1Hne8WbuMK)66"m1EDqEO[D/J[j@iW@PdGT,3YR_)eC1;,c<:*UI:EdS7?KY6@8ia0`GBIUDr6`*PS\+74Lt.4-<FZSH&.0PoF<EcC+_%FG#CDBVM@E`>?a=gq/jL>WDh3gjp;HKOnBmUSPRe).0Q./)G.m@<pY#'jgQ1!^4m(eqM+rDbPf63[nHL[M.][LQ;?b6'\O)dK%IgPH3idn"dh`$VqR*"kq:?>(>9:C?4`?"DuY6>3i6O=N.kgR!]mVH%]1Cc9JrQ#n80YTrG%fL75<N`EJ*Y>1_Vr&3u2"g2@3LLF5R^$&b?q4N=9%[Gd5C"XOcSr(DPFeSPhHAfGrq]@fR5BKCm&9d\2hYY*h%Gb>E"r+!JlHqi5cHCuI:aGLP;7*]T::k3V)O=c#(C6cM<dU!nCtL)^UH6Q.SsO:5=6U[;/f,4GmtCLOpm52Hk6#oi"rGg(di+sSkQThr3#+:*sK`$9-;aeRDg)X$WHcJC!"rb3[:.`(:3LU>c1*.4<'giRUk:29M)T3h\?HpA-L2f^B13$M>*I#sb]3F"7.mViO+%#q2"_*a(n?#7bHaE&3&[I5_T?%1&)NEHds8H@SNbd`P]9R7"V&ec?Ig4MXK]Y]Mu%;&?@OTlO*>qB88FoI5gUS!NeoE08s*^St;HJlYh]c',!hCRrdUnT9uco7s0QS@:L`PY<f>tSSI!&8kGLA@s^LXGr8?FS$%O<3^Q6M=FRFHHZDJ'EtoQ/'';l"5iSEQ:%-_!q>Q!IqU"R^Lfrq+r*UeVYDn0;",E;Pd:K.2ajg;5>:K!m%UBfSf<'XGJgks"9F.E<~>
 endstream
 endobj
 13 0 obj
@@ -73,11 +73,24 @@
 21 0 R
 22 0 R
 23 0 R
+24 0 R
+25 0 R
 ]
 endobj
 15 0 obj
 << /Type /Annot
 /Subtype /Link
+/Rect [ 280.668 590.066 397.356 578.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (mail.html)
+/S /URI >>
+/H /I
+>>
+endobj
+16 0 obj
+<< /Type /Annot
+/Subtype /Link
 /Rect [ 108.0 528.532 183.672 516.532 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
@@ -86,7 +99,7 @@
 /H /I
 >>
 endobj
-16 0 obj
+17 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 515.332 195.636 503.332 ]
@@ -97,7 +110,7 @@
 /H /I
 >>
 endobj
-17 0 obj
+18 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 502.132 189.66 490.132 ]
@@ -108,7 +121,7 @@
 /H /I
 >>
 endobj
-18 0 obj
+19 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 488.932 162.324 476.932 ]
@@ -119,7 +132,7 @@
 /H /I
 >>
 endobj
-19 0 obj
+20 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 475.732 175.656 463.732 ]
@@ -130,7 +143,7 @@
 /H /I
 >>
 endobj
-20 0 obj
+21 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 462.532 182.316 450.532 ]
@@ -141,7 +154,7 @@
 /H /I
 >>
 endobj
-21 0 obj
+22 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 449.332 166.308 437.332 ]
@@ -152,7 +165,7 @@
 /H /I
 >>
 endobj
-22 0 obj
+23 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 436.132 181.68 424.132 ]
@@ -163,7 +176,7 @@
 /H /I
 >>
 endobj
-23 0 obj
+24 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 422.932 192.996 410.932 ]
@@ -175,55 +188,73 @@
 >>
 endobj
 25 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 392.744 385.322 517.544 377.322 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (mailto:pmc@xmlgraphics.apache.org)
+/S /URI >>
+/H /I
+>>
+endobj
+27 0 obj
 <<
  /Title (\376\377\0\61\0\40\0\127\0\150\0\157\0\40\0\127\0\145\0\40\0\101\0\162\0\145)
- /Parent 24 0 R
- /Next 26 0 R
+ /Parent 26 0 R
+ /Next 28 0 R
  /A 9 0 R
 >> endobj
-26 0 obj
+28 0 obj
 <<
  /Title (\376\377\0\62\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\130\0\115\0\114\0\40\0\107\0\162\0\141\0\160\0\150\0\151\0\143\0\163\0\40\0\120\0\162\0\157\0\152\0\145\0\143\0\164\0\40\0\55\0\40\0\120\0\162\0\157\0\152\0\145\0\143\0\164\0\40\0\115\0\141\0\156\0\141\0\147\0\145\0\155\0\145\0\156\0\164\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\145)
- /Parent 24 0 R
- /Prev 25 0 R
+ /Parent 26 0 R
+ /Prev 27 0 R
  /A 11 0 R
 >> endobj
-27 0 obj
+29 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-28 0 obj
+30 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-29 0 obj
+31 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F6
 /BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
-30 0 obj
+32 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-31 0 obj
+33 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+34 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-32 0 obj
+35 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -238,13 +269,13 @@
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 24 0 R
+ /Outlines 26 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 27 0 R /F5 28 0 R /F1 30 0 R /F6 29 0 R /F2 31 0 R /F7 32 0 R >> 
+/Font << /F3 29 0 R /F5 30 0 R /F1 32 0 R /F6 31 0 R /F9 33 0 R /F2 34 0 R /F7 35 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -259,52 +290,55 @@
 /D [13 0 R /XYZ 85.0 553.866 null]
 >>
 endobj
-24 0 obj
+26 0 obj
 <<
- /First 25 0 R
- /Last 26 0 R
+ /First 27 0 R
+ /Last 28 0 R
 >> endobj
 xref
-0 33
+0 36
 0000000000 65535 f 
-0000005984 00000 n 
-0000006049 00000 n 
-0000006141 00000 n 
+0000006897 00000 n 
+0000006962 00000 n 
+0000007054 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000673 00000 n 
-0000000793 00000 n 
-0000000825 00000 n 
-0000006275 00000 n 
-0000000960 00000 n 
-0000006338 00000 n 
-0000001097 00000 n 
-0000002916 00000 n 
-0000003039 00000 n 
-0000003122 00000 n 
-0000003307 00000 n 
-0000003490 00000 n 
-0000003665 00000 n 
-0000003842 00000 n 
-0000004018 00000 n 
-0000004196 00000 n 
-0000004372 00000 n 
-0000004559 00000 n 
-0000006404 00000 n 
-0000004736 00000 n 
-0000004885 00000 n 
-0000005317 00000 n 
-0000005430 00000 n 
-0000005540 00000 n 
-0000005651 00000 n 
-0000005759 00000 n 
-0000005875 00000 n 
+0000000677 00000 n 
+0000000797 00000 n 
+0000000829 00000 n 
+0000007199 00000 n 
+0000000964 00000 n 
+0000007262 00000 n 
+0000001101 00000 n 
+0000003359 00000 n 
+0000003482 00000 n 
+0000003579 00000 n 
+0000003742 00000 n 
+0000003927 00000 n 
+0000004110 00000 n 
+0000004285 00000 n 
+0000004462 00000 n 
+0000004638 00000 n 
+0000004816 00000 n 
+0000004992 00000 n 
+0000005179 00000 n 
+0000005356 00000 n 
+0000007328 00000 n 
+0000005543 00000 n 
+0000005692 00000 n 
+0000006124 00000 n 
+0000006237 00000 n 
+0000006347 00000 n 
+0000006458 00000 n 
+0000006566 00000 n 
+0000006672 00000 n 
+0000006788 00000 n 
 trailer
 <<
-/Size 33
+/Size 36
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-6455
+7379
 %%EOF



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org