You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/07/29 02:55:22 UTC

svn commit: r226316 [2/2] - in /forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view: ./ images/ skin/ skin/css/ skin/images/ skin/scripts/ skin/templates/ skin/translations/

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest-template.xml
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest-template.xml?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest-template.xml (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest-template.xml Thu Jul 28 17:53:55 2005
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+
+<forrest-template>
+  <contract name="branding-trail-path"/>
+  <hook name="intro">
+    <contract name="grouplogo"/>
+    <contract name="projectlogo"/>
+    <contract name="search-input"/>
+    <contract name="nav-main"/>
+    <contract name="nav-main-sub"/>
+  </hook>
+  <hook name="main">
+    <contract name="published-a1"/>
+    <contract name="branding-trail-path" css="branding-trail-path-a1"/>
+    <contract name="nav-section">
+      <contract name="nav-section-current"/>
+    </contract>
+    <contract name="content">
+      <contract name="content-pdf"/>
+      <contract name="content-xml"/>
+      <contract name="content-txt"/>
+      <contract name="font-size"/>
+      <contract name="minitoc"/>
+    </contract>
+  </hook>
+  <hook name="clear"/>
+  <hook name="outro">
+    <contract name="siteinfo-legal"/>
+    <contract name="published"/>
+    <hook name="outro-feedback">
+      <contract name="feedback"/>
+    </hook>
+  </hook>
+</forrest-template>

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest-template.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest.css.xslt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest.css.xslt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest.css.xslt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest.css.xslt Thu Jul 28 17:53:55 2005
@@ -0,0 +1,86 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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">
+  <!-- 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"  />
+
+<!--
+  If the skin doesn't override this, at least aural styles 
+  and extra-css are present 
+-->
+  <xsl:template match="skinconfig">
+
+   <xsl:call-template name="aural"/>
+   <xsl:call-template name="a-external"/>
+   <xsl:apply-templates/>
+   <xsl:call-template name="add-extra-css"/>
+  </xsl:template>
+
+  <xsl:template match="colors">
+   <xsl:apply-templates/>
+  </xsl:template>
+  
+  <xsl:template name="aural">
+
+/* ==================== aural ============================ */
+
+@media aural {
+  h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 }
+  h1 { pitch: x-low; pitch-range: 90 }
+  h2 { pitch: x-low; pitch-range: 80 }
+  h3 { pitch: low; pitch-range: 70 }
+  h4 { pitch: medium; pitch-range: 60 }
+  h5 { pitch: medium; pitch-range: 50 }
+  h6 { pitch: medium; pitch-range: 40 }
+  li, dt, dd { pitch: medium; richness: 60 }
+  dt { stress: 80 }
+  pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
+  em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
+  strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
+  dfn { pitch: high; pitch-range: 60; stress: 60 }
+  s, strike { richness: 0 }
+  i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
+  b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
+  u { richness: 0 }
+  
+  :link { voice-family: harry, male }
+  :visited { voice-family: betty, female }
+  :active { voice-family: betty, female; pitch-range: 80; pitch: x-high }
+}
+  </xsl:template>
+  
+  <xsl:template name="a-external">
+a.external  {
+  padding: 0 20px 0px 0px;
+	display:inline;
+  background-repeat: no-repeat;
+	background-position: center right;
+	background-image: url(images/external-link.gif);
+}
+  </xsl:template>
+  
+  <xsl:template name="add-extra-css">
+    <xsl:text>/* extra-css */</xsl:text>
+    <xsl:value-of select="extra-css"/>
+  </xsl:template>
+  
+  <xsl:template match="*"></xsl:template>
+  <xsl:template match="text()"></xsl:template>
+
+</xsl:stylesheet>

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/forrest.css.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getBlank.js
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getBlank.js?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getBlank.js (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getBlank.js Thu Jul 28 17:53:55 2005
@@ -0,0 +1,32 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation or its licensors,
+* as applicable.
+*
+* 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.
+*/
+/**
+ * This script, when included in a html file and called from a form text field, will set the value of this field to ""
+ * if the text value is still the standard value.
+ *
+ * Typical usage:
+ * <script type="text/javascript" language="JavaScript" src="getBlank.js"></script>
+ * <input type="text" id="query" value="Search the site:" onFocus="getBlank (this, 'Search the site:');"/>
+ */
+<!--
+function getBlank (form, stdValue){
+if (form.value == stdValue){
+	form.value = '';
+	}
+return true;
+}
+//-->

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getBlank.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getMenu.js
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getMenu.js?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getMenu.js (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getMenu.js Thu Jul 28 17:53:55 2005
@@ -0,0 +1,45 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation or its licensors,
+* as applicable.
+*
+* 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.
+*/
+/**
+ * This script, when included in a html file, can be used to make collapsible menus
+ *
+ * Typical usage:
+ * <script type="text/javascript" language="JavaScript" src="menu.js"></script>
+ */
+
+if (document.getElementById){ 
+  document.write('<style type="text/css">.menuitemgroup{display: none;}</style>')
+}
+
+
+function SwitchMenu(obj, thePath)
+{
+var open = 'url("'+thePath + 'images/chapter_open.gif")';
+var close = 'url("'+thePath + 'images/chapter.gif")';
+  if(document.getElementById)  {
+    var el = document.getElementById(obj);
+    var title = document.getElementById(obj+'Title');
+
+    if(el.style.display != "block"){ 
+      title.style.backgroundImage = open;
+      el.style.display = "block";
+    }else{
+      title.style.backgroundImage = close;
+      el.style.display = "none";
+    }
+  }// end -  if(document.getElementById) 
+}//end - function SwitchMenu(obj)

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/getMenu.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/README.txt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/README.txt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/README.txt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/README.txt Thu Jul 28 17:53:55 2005
@@ -0,0 +1 @@
+The images in this directory are used if the current skin lacks them.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/add.jpg
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/add.jpg?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/add.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/built-with-forrest-button.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/built-with-forrest-button.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/built-with-forrest-button.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/chapter.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/chapter.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/chapter.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/chapter_open.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/chapter_open.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/chapter_open.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/corner-imports.svg.xslt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/corner-imports.svg.xslt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/corner-imports.svg.xslt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/corner-imports.svg.xslt Thu Jul 28 17:53:55 2005
@@ -0,0 +1,96 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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:param name="orientation-tb"/>
+    <xsl:param name="orientation-lr"/>
+    <xsl:param name="size"/>
+    <xsl:param name="bg-color-name"/>
+    <xsl:param name="stroke-color-name"/>
+    <xsl:param name="fg-color-name"/>    
+
+   <!-- if not all colors are present, don't even try to render the corners -->
+    <xsl:variable name="isize"><xsl:choose>
+    	<xsl:when test="$bg-color-name and $stroke-color-name and $fg-color-name"><xsl:value-of select="$size"/></xsl:when>
+    	<xsl:otherwise>0</xsl:otherwise>
+    </xsl:choose></xsl:variable>
+    <xsl:variable name="smallersize" select="number($isize)-1"/>
+    <xsl:variable name="biggersize" select="number($isize)+1"/>     
+    <xsl:variable name="bg"><xsl:if test="skinconfig/colors/color[@name=$bg-color-name]">fill:<xsl:value-of select="skinconfig/colors/color[@name=$bg-color-name]/@value"/>;</xsl:if></xsl:variable>
+    <xsl:variable name="fill"><xsl:if test="skinconfig/colors/color[@name=$stroke-color-name]">fill:<xsl:value-of select="skinconfig/colors/color[@name=$stroke-color-name]/@value"/>;</xsl:if></xsl:variable>
+    <xsl:variable name="stroke"><xsl:if test="skinconfig/colors/color[@name=$fg-color-name]">stroke:<xsl:value-of select="skinconfig/colors/color[@name=$fg-color-name]/@value"/>;</xsl:if></xsl:variable>
+        
+	<xsl:template match="skinconfig">
+
+        	
+
+<svg width="{$isize}" height="{$isize}">
+    <!-- background-->
+    <rect x="-1" y="-1" width="{$biggersize}" height="{$biggersize}" style="{$bg}stroke-width:0"/>
+<!-- 0,0 0,-4 4,0 4,-4-->
+
+    <xsl:variable name="flip-tb-scale">
+      <xsl:choose>
+    	<xsl:when test="$orientation-tb='t'">1</xsl:when>
+    	<xsl:otherwise>-1</xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+
+    <xsl:variable name="flip-lr-scale">
+      <xsl:choose>
+    	<xsl:when test="$orientation-lr='l'">1</xsl:when>
+    	<xsl:otherwise>-1</xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+    
+    <xsl:variable name="flip-tb-translate">
+      <xsl:choose>
+    	<xsl:when test="$orientation-tb='t'">0</xsl:when>
+    	<xsl:otherwise>-<xsl:value-of select="$isize" /></xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+
+    <xsl:variable name="flip-lr-translate">
+      <xsl:choose>
+    	<xsl:when test="$orientation-lr='l'">0</xsl:when>
+    	<xsl:otherwise>-<xsl:value-of select="$isize" /></xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>    
+    
+    <!-- flip transform -->
+    <g transform="scale({$flip-lr-scale},{$flip-tb-scale}) translate({$flip-lr-translate}, {$flip-tb-translate})"> 
+      <xsl:call-template name="figure" />
+    </g>
+</svg>
+</xsl:template>
+
+        
+  <xsl:template name="figure">
+       <!-- Just change shape here -->     
+		<g transform="translate(0.5 0.5)">
+			<ellipse cx="{$smallersize}" cy="{$smallersize}" rx="{$smallersize}" ry="{$smallersize}"
+				 style="{$fill}{$stroke}stroke-width:1"/>
+		</g>
+	   <!-- end -->	
+  </xsl:template>
+    
+  
+  <xsl:template match="*"></xsl:template>
+  <xsl:template match="text()"></xsl:template>
+  
+</xsl:stylesheet>

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/corner-imports.svg.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/current.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/current.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/current.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/dc.svg.xslt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/dc.svg.xslt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/dc.svg.xslt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/dc.svg.xslt Thu Jul 28 17:53:55 2005
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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="corner-imports.svg.xslt" />
+  
+  <!-- Diagonal 45 degrees corner -->
+  <xsl:template name="figure">
+        <xsl:variable name="biggersize" select="number($size)+number($size)"/>     
+		<g transform="translate(0 0.5)">
+           <polygon points="0,{$size} {$size},0 {$biggersize},0 {$biggersize},{$biggersize} 0,{$biggersize}"
+                    style="{$fill}{$stroke}stroke-width:1"/>
+		</g>
+  </xsl:template>
+      
+</xsl:stylesheet>
+

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/dc.svg.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/doc.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/doc.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/doc.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/external-link.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/external-link.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/external-link.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/fix.jpg
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/fix.jpg?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/fix.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/forrest-credit-logo.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/forrest-credit-logo.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/forrest-credit-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/hack.jpg
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/hack.jpg?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/hack.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background-grad.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background-grad.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background-grad.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header-background.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header_white_line.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header_white_line.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/header_white_line.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/label.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/label.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/label.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/page.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/page.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/page.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/pdfdoc.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/pdfdoc.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/pdfdoc.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/poddoc.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/poddoc.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/poddoc.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/poddoc.svg.xslt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/poddoc.svg.xslt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/poddoc.svg.xslt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/poddoc.svg.xslt Thu Jul 28 17:53:55 2005
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+<svg width="20pt" height="20pt"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink">
+  <defs
+     id="defs550">
+    <linearGradient id="gray2white">
+      <stop style="stop-color:#7f7f7f;stop-opacity:1;" offset="0.000000"/>
+      <stop style="stop-color:#ffffff;stop-opacity:1;" offset="1.000000"/>
+    </linearGradient>
+    <linearGradient id="pageshade" xlink:href="#gray2white"
+       x1="0.95" y1="0.95"
+       x2="0.40" y2="0.20"
+       gradientUnits="objectBoundingBox" spreadMethod="pad" />
+    <path d="M 0 0 L 200 0" style="stroke:#000000;stroke-width:1pt;" id="hr"/>
+  </defs>
+
+  <g transform="scale(0.08)">
+    <g transform="translate(40, 0)">
+      <rect width="230" height="300" x="0" y="0"
+            style="fill:url(#pageshade);fill-rule:evenodd;
+            stroke:#000000;stroke-width:1.25;"/>
+
+      <g transform="translate(15, 60)">
+        <use xlink:href="#hr" x="0" y="0"/>
+        <use xlink:href="#hr" x="0" y="60"/>
+        <use xlink:href="#hr" x="0" y="120"/>
+        <use xlink:href="#hr" x="0" y="180"/>
+      </g>
+    </g>
+
+    <g transform="translate(0,70),scale(1.1,1.6)">
+      <rect width="200" height="100" x="0" y="0"
+         style="fill:#ff0000;fill-rule:evenodd;
+                stroke:#000000;stroke-width:2.33903;"/>
+      <text x="20" y="75"
+            style="stroke:#ffffff;stroke-width:1.0;
+                   font-size:72;font-weight:normal;fill:#ffffff;
+                   font-family:Arial;text-anchor:start;">POD</text>
+    </g>
+  </g>
+</svg>

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/poddoc.svg.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/printer.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/printer.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/printer.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/rc.svg.xslt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/rc.svg.xslt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/rc.svg.xslt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/rc.svg.xslt Thu Jul 28 17:53:55 2005
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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="corner-imports.svg.xslt" />
+
+  <!-- Rounded corner -->
+  <xsl:template name="figure">
+		<g transform="translate(0.5 0.5)">
+			<ellipse cx="{$smallersize}" cy="{$smallersize}" rx="{$smallersize}" ry="{$smallersize}"
+				 style="{$fill}{$stroke}stroke-width:1"/>
+		</g>
+  </xsl:template>
+      
+</xsl:stylesheet>
+

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/rc.svg.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/remove.jpg
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/remove.jpg?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/remove.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/rss.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/rss.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/rss.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/search-left.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/search-left.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/search-left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/search-right.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/search-right.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/search-right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/sidebar_bg.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/sidebar_bg.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/sidebar_bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/singlepage.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/singlepage.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/singlepage.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/spacer.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/spacer.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/spacer.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tab-left.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tab-left.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tab-left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tab-right.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tab-right.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tab-right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tl-off.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tl-off.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tl-off.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tl-on.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tl-on.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tl-on.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tr-off.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tr-off.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tr-off.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tr-on.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tr-on.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/tr-on.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/txtdoc.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/txtdoc.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/txtdoc.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/txtdoc.svg.xslt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/txtdoc.svg.xslt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/txtdoc.svg.xslt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/txtdoc.svg.xslt Thu Jul 28 17:53:55 2005
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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.
+-->
+<svg width="20pt" height="20pt"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink">
+  <defs
+     id="defs550">
+    <linearGradient id="gray2white">
+      <stop style="stop-color:#7f7f7f;stop-opacity:1;" offset="0.000000"/>
+      <stop style="stop-color:#ffffff;stop-opacity:1;" offset="1.000000"/>
+    </linearGradient>
+    <linearGradient id="pageshade" xlink:href="#gray2white"
+       x1="0.95" y1="0.95"
+       x2="0.40" y2="0.20"
+       gradientUnits="objectBoundingBox" spreadMethod="pad" />
+    <path d="M 0 0 L 200 0" style="stroke:#000000;stroke-width:1pt;" id="hr"/>
+  </defs>
+
+  <g transform="scale(0.08)">
+    <g transform="translate(40, 0)">
+      <rect width="230" height="300" x="0" y="0"
+            style="fill:url(#pageshade);fill-rule:evenodd;
+            stroke:#000000;stroke-width:1.25;"/>
+
+      <g transform="translate(15, 60)">
+        <use xlink:href="#hr" x="0" y="0"/>
+        <use xlink:href="#hr" x="0" y="60"/>
+        <use xlink:href="#hr" x="0" y="120"/>
+        <use xlink:href="#hr" x="0" y="180"/>
+      </g>
+    </g>
+
+    <g transform="translate(0,70),scale(1.1,1.6)">
+      <rect width="200" height="100" x="0" y="0"
+         style="fill:#ff0000;fill-rule:evenodd;
+                stroke:#000000;stroke-width:2.33903;"/>
+      <text x="20" y="75"
+            style="stroke:#ffffff;stroke-width:1.0;
+                   font-size:72;font-weight:normal;fill:#ffffff;
+                   font-family:Arial;text-anchor:start;">TXT</text>
+    </g>
+  </g>
+</svg>

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/txtdoc.svg.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/update.jpg
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/update.jpg?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/update.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/valid-html401.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/valid-html401.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/valid-html401.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/vcss.png
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/vcss.png?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/vcss.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/xmldoc.gif
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/xmldoc.gif?rev=226316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/images/xmldoc.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/menu.js
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/menu.js?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/menu.js (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/menu.js Thu Jul 28 17:53:55 2005
@@ -0,0 +1,50 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation or its licensors,
+* as applicable.
+*
+* 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.
+*/
+/**
+ * This script, when included in a html file, can be used to make collapsible menus
+ *
+ * Typical usage:
+ * <script type="text/javascript" language="JavaScript" src="menu.js"></script>
+ */
+
+if (document.getElementById){ 
+  document.write('<style type="text/css">.menuitemgroup{display: none;}</style>')
+}
+
+function SwitchMenu(obj)
+{
+  if(document.getElementById)  {
+    var el = document.getElementById(obj);
+    var title = document.getElementById(obj+'Title');
+
+    if(obj.indexOf("_selected_")==0&&el.style.display == ""){
+      //nicolaken: doesn't work :-(
+      //title.style.backgroundImage = "url('images/chapter_open.gif')";
+      el.style.display = "block";
+    }
+
+    if(el.style.display != "block"){ 
+      //nicolaken: doesn't work :-(
+      //title.style.backgroundImage = 'url([url]images/chapter_open.gif[/url])';
+      el.style.display = "block";
+    }else{
+      //nicolaken: doesn't work :-(
+      //title.style.backgroundImage = "url('images/chapter.gif')";
+      el.style.display = "none";
+    }
+  }// end -  if(document.getElementById) 
+}//end - function SwitchMenu(obj)

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/menu.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/navigation.css
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/navigation.css?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/navigation.css (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/navigation.css Thu Jul 28 17:53:55 2005
@@ -0,0 +1,204 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation or its licensors,
+* as applicable.
+*
+* 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.
+*/
+/**
+ * Navigation menus
+ */
+/*
+#nav-main
+Main or primary navigation AKA tabs.
+*/
+/*
+#nav-main-sub
+Secondary navigation AKA level2.
+*/
+#nav {
+clear:both;
+font-size : 75%;
+bottom:0;
+}
+
+#nav-main {
+list-style: none;
+padding-left: 10px;
+margin: 0;
+}
+
+#nav-main 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: #ccc;
+margin: 0 3px 0 0;
+padding: 0;
+}
+
+#nav-main li a {
+float: left;
+display: block;
+font-family: verdana, arial, sans-serif;
+/*text-transform: uppercase;*/
+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 */
+}
+
+#nav-main > li a { width: auto; } /* Rest of IE/Win fix */
+/* Commented Backslash Hack hides rule from IE5-Mac \*/
+#nav-main a { float: none; }
+/* End IE5-Mac hack */
+
+#nav-main .current {
+/*Main or primary navigation that is currently selected.
+*/
+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;
+}
+
+#nav-main .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;
+}
+
+#nav-main-sub {
+padding-left: 25px;
+margin: 0;
+float:left; 
+position:relative;
+}
+
+#nav-section a {  
+color: black;
+font-weight: normal;
+}
+
+#nav-section a:visited {  
+color: black;
+font-weight: normal; 
+}
+
+#nav-section a:active {  
+color: black;
+font-weight: normal; 
+}
+
+#nav-section a:hover {  
+color: black;
+font-weight: normal; 
+}
+
+#nav-section {
+/*Navigation to pages within the current site section AKA menu.
+*/
+position: relative;
+float: left;
+width: 160px;
+padding-top: 0px;
+top:-17px; 
+left:10px; 
+z-index: 20;
+background-color: #4C6C8F;
+font-size : 70%;
+}
+
+#nav-section .roundbottom {
+padding-bottom: 5px;
+}
+
+.nav-section-title { 
+/*Navigation title within the current site section.
+*/
+cursor:pointer;
+padding: 3px 12px;
+margin: 0px 10px; 
+font-weight : bold;
+background-color: #7099C5;
+}
+
+#nav-section .menuitemgroup { 
+margin: 0px 10px 6px 10px; 
+padding: 0px;  
+font-weight : bold; 
+background-color: #ccc;
+}
+        
+#nav-section .currentmenuitemgroup{ 
+margin: 0px 10px 6px 10px; 
+padding: 2px;  
+font-weight : bold; 
+background-color: #ccc;
+}
+
+#nav-section .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;
+margin-right: 10px;
+}
+
+#nav-section .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;
+}
+
+#nav-section .menupagetitle { 
+padding: 0px 0px 0px 6px;     
+font-style : normal;
+border-style: solid; 
+border-width: 1px;
+margin-right: 10px;
+background-color: #CFDCED;
+}
+
+#nav-section .menupageitemgroup { 
+padding: 3px 0px 4px 6px;    
+font-style : normal;
+border-bottom: 1px solid ;
+border-left: 1px solid ;
+border-right: 1px solid ;
+margin-right: 10px;
+background-color: #fff#CFDCED;
+}
+
+#nav-section .menupageitem {     
+font-style : normal;
+font-weight : normal; 
+border-width: 0px;
+font-size : 90%;
+}
+
+#nav-section #credit {
+text-align: center;  
+}

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/navigation.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/note.txt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/note.txt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/note.txt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/note.txt Thu Jul 28 17:53:55 2005
@@ -0,0 +1,11 @@
+Notes for developer:
+
+--Legend-------------------
+TODO -> blocker
+DONE -> blocker
+ToDo -> enhancement bug
+done -> enhancement bug
+
+--Issues-------------------
+TODO ->A1-> Add color profiling
+TODO ->A2-> Add all features of pelt

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/note.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/profiling.css.xslt
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/profiling.css.xslt?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/profiling.css.xslt (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/profiling.css.xslt Thu Jul 28 17:53:55 2005
@@ -0,0 +1,212 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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']">
+#branding {
+background-color: <xsl:value-of select="@value"/>;
+}  
+</xsl:template>
+
+<xsl:template match="color[@name='tab-selected']"> 
+#nav-main .current { background-color: <xsl:value-of select="@value"/>;} 
+#nav-main .current a:link {  color: <xsl:value-of select="@link"/>;  }
+#nav-main .current a:visited { color: <xsl:value-of select="@vlink"/>; }
+#nav-main .current a:hover { color: <xsl:value-of select="@hlink"/>; }
+</xsl:template> 
+
+<xsl:template match="color[@name='tab-unselected']"> 
+#nav-main li      { background-color: <xsl:value-of select="@value"/> ;} 
+#nav-main li a:link {  color: <xsl:value-of select="@link"/>;  }
+#nav-main li a:visited { color: <xsl:value-of select="@vlink"/>; }
+#nav-main li a:hover { color: <xsl:value-of select="@hlink"/>; }
+</xsl:template> 
+
+<xsl:template match="color[@name='subtab-selected']">
+#branding-tagline   { background-color: <xsl:value-of select="@value"/> ;} 
+#branding-tagline a:link {  color: <xsl:value-of select="@link"/>;  }
+#branding-tagline a:visited { color: <xsl:value-of select="@vlink"/>; }
+#branding-tagline 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='published']">
+#published { 
+    color: <xsl:value-of select="@font"/>;
+    background: <xsl:value-of select="@value"/>; 
+}
+</xsl:template> 
+
+<xsl:template match="color[@name='navstrip']">
+#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> 
+
+<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']">
+#nav-section {
+background-color: <xsl:value-of select="@value"/>;
+color: <xsl:value-of select="@font"/>;
+} 
+#nav-section a:link {  color: <xsl:value-of select="@link"/>;} 
+#nav-section a:visited {  color: <xsl:value-of select="@vlink"/>;} 
+#nav-section a:hover {
+background-color: <xsl:value-of select="@value"/>;
+color: <xsl:value-of select="@hlink"/>;
+} 
+#nav-section .menupagetitle  { color: <xsl:value-of select="@hlink"/>;}     
+</xsl:template> 
+<!--xsl:template match="color[@name='dialog']"> 
+#menu .menupageitemgroup     { 
+	background-color: <xsl:value-of select="@value"/>;
+}
+#menu .menupageitem {
+	color: <xsl:value-of select="@font"/>;
+} 
+</xsl:template--> 
+<xsl:template match="color[@name='menuheading']">
+.nav-section-title {
+    color: <xsl:value-of select="@font"/>;
+    background-color: <xsl:value-of select="@value"/>;
+}   
+</xsl:template> 
+<xsl:template match="color[@name='menuarea']">
+#nav-section .currentmenuitemgroup {
+    color: <xsl:value-of select="@font"/>;
+    background-color: <xsl:value-of select="@value"/>;
+}   
+</xsl:template> 
+<xsl:template match="color[@name='searchbox']"> 
+.search-input { 
+    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"/>} 
+/*
+.menupage a:link { background-color: <xsl:value-of select="@value"/>;
+                                color:<xsl:value-of select="@link"/>} 
+.menupage a:visited { background-color: <xsl:value-of select="@value"/>;
+                                color:<xsl:value-of select="@vlink"/>} 
+.menupage a:hover { background-color: <xsl:value-of select="@value"/>;
+                                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>

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/profiling.css.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/skinconf.xsl
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/skinconf.xsl?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/skinconf.xsl (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/skinconf.xsl Thu Jul 28 17:53:55 2005
@@ -0,0 +1,153 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  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="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <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="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+     </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='feedback'])">
+		<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"/>
+     </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>

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/skin/skinconf.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/todo.html
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/todo.html?rev=226316&view=auto
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/todo.html (added)
+++ forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/todo.html Thu Jul 28 17:53:55 2005
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta content="Apache Forrest" name="Generator" />
+<meta name="Forrest-version" content="0.7" />
+<meta name="Forrest-skin-name" content="leather-dev" />
+<link href="skin/default.css" rel="stylesheet" type="text/css" />
+<title>Todo List</title>
+</head>
+<body onload="init()">
+<div id="container">
+<div id="header">
+<div id="branding-tagline-name">new seed</div>
+<div id="branding-tagline-tagline">powered by forrest:views</div>
+<div id="nav-main-hook">
+<div id="tabs">
+<ul id="nav-main">
+<li class="current">
+<a class="base-selected" href="index.html">Home</a>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div id="page">
+<div id="leftbar">
+<div id="nav-section">
+<ul>
+<li class="pagegroup">
+<strong>About</strong>
+<ul>
+<li>
+<a href="index.html">Index</a>
+</li>
+<li>
+<a href="howItWork.html">howItWorks</a>
+</li>
+<li>
+<a href="changes.html">Changes</a>
+</li>
+<li class="menupage">
+<div class="menupagetitle">Todo</div>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="search-input">
+<form action="http://www.google.com/search" method="get">
+<div id="search-hidden">
+<input value="mydomain" name="sitesearch" type="hidden" />
+</div>
+<div id="search-field">
+<input size="25" name="q" id="query" type="text" />
+</div>
+<div id="search-submit">
+<input name="Search" value="Search" type="submit" />
+</div>
+</form>
+</div>
+</div>
+<div id="export-link" />
+<div id="content">
+<h1>Todo List</h1>
+<div id="content-minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#high">high</a>
+</li>
+</ul>
+</div>
+<div id="skinconf-toc-page" />
+<a name="N10008"> </a>
+<a name="high"> </a>
+<div class="skinconf-heading-1">
+<h1>high</h1>
+</div>
+<div class="section">
+<ul>
+<li>
+<strong>[docs]</strong> 
+        create some more example, that it is easier to adapt the concept.
+       → open</li>
+<li>
+<strong>[core]</strong> 
+        Rewrite matches to allow other output implementation then html.
+       → open</li>
+<li>
+<strong>[core]</strong> 
+        Extract businessHelper to their on implementation plugin.
+       → open</li>
+</ul>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="siteinfo-feedback" />
+<script type="text/javascript">document.write("Last Published: " + document.lastModified);</script>
+</div>
+</body>
+</html>

Propchange: forrest/site/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.view/todo.html
------------------------------------------------------------------------------
    svn:eol-style = native