You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ck...@apache.org on 2010/04/26 20:09:55 UTC

svn commit: r938162 [1/2] - in /myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main: java/org/apache/myfaces/trinidaddemo/ java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/commandLink/ java/or...

Author: ckormos
Date: Mon Apr 26 18:09:53 2010
New Revision: 938162

URL: http://svn.apache.org/viewvc?rev=938162&view=rev
Log:
Patch applied for [TRINIDAD-1799] - Menu bar and Skin/Tag Documentation links addition to Trinidad's demo showcase (Thanks to Cosmin Martinconi for providing the patch)

Added:
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/util/SkinFamilySelection.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/bar.png   (with props)
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/bar_top_bevel.png   (with props)
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_bottom.png   (with props)
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_middle.png   (with props)
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_top.png   (with props)
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/expand_arrow.png   (with props)
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/menu.png   (with props)
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/menu_hover.png   (with props)
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/defaultColumnPageTemplate.xhtml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/navigationBar.xhtml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/searchBar.xhtml
Modified:
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/NavigationHandlerPhaseListener.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/commandLink/CommandLinkDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/goLink/GoLinkDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/resetButton/ResetButtonDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/icon/IconDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/image/ImageDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/media/MediaDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/input/inputFile/InputFileDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/panelHorizontalLayout/HorizontalLayoutDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/spacer/SpacerDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/commandNavigationItem/CommandNavigationItemDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/processChoiceBar/ProcessChoiceBarDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/singleStepButtonBar/SingleStepButtonBarDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/chart/ChartDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/legend/LegendDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/message/MessageDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputFormated/OutputFormatedDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputLabel/OutputLabelDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputText/OutputTextDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/group/GroupDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/page/PageDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelButtonBar/PanelButtonBarDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelChoice/PanelChoiceDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelPageHeader/PanelPageHeaderDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelRadio/PanelRadioDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/chooseColor/ChooseColorDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/selectItem/SelectItemDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/showDetail/showDetailItem/ShowDetailItemDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/IComponentDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/impl/AbstractComponentDemo.java
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/faces-config.xml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-config.xml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-skins.xml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/defaultPageTemplateE-Mail.xhtml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/layout.css
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_bottom.png
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_middle.png
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_top.png
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/defaultPageTemplate.xhtml

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/NavigationHandlerPhaseListener.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/NavigationHandlerPhaseListener.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/NavigationHandlerPhaseListener.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/NavigationHandlerPhaseListener.java Mon Apr 26 18:09:53 2010
@@ -50,8 +50,9 @@ public class NavigationHandlerPhaseListe
         //ignore request to pages that don't require URL parameters
         if (fc.getViewRoot().getViewId().startsWith("/feature") ||
             fc.getViewRoot().getViewId().equals("/pages/demoStart.xhtml") ||
-            fc.getViewRoot().getViewId().equals("/pages/demoSearch.xhtml")) {
-                _LOG.log(Level.INFO, "Ignore request to demoStart or demoSearch pages.");
+            fc.getViewRoot().getViewId().equals("/pages/demoSearch.xhtml") ||
+            fc.getViewRoot().getViewId().equals("/pages/notImplemented.xhtml")) {
+                _LOG.log(Level.INFO, "Ignore request to demoStart, demoSearch or notImplemented pages.");
                 return;
         }
 

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/commandLink/CommandLinkDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/commandLink/CommandLinkDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/commandLink/CommandLinkDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/commandLink/CommandLinkDemo.java Mon Apr 26 18:09:53 2010
@@ -48,4 +48,8 @@ public class CommandLinkDemo extends Abs
     public String getBackingBeanResourcePath() {
 		return "/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/commandLink/CommandLinkBean.java";
 	}
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/goLink/GoLinkDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/goLink/GoLinkDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/goLink/GoLinkDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/goLink/GoLinkDemo.java Mon Apr 26 18:09:53 2010
@@ -40,4 +40,8 @@ public class GoLinkDemo extends Abstract
     public String getSummaryResourcePath() {
         return "/components/buttonsAndLinks/goLink/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/resetButton/ResetButtonDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/resetButton/ResetButtonDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/resetButton/ResetButtonDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/resetButton/ResetButtonDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class ResetButtonDemo extends Abs
     public String getSummaryResourcePath() {
         return "/components/buttonsAndLinks/resetButton/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }    
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/icon/IconDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/icon/IconDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/icon/IconDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/icon/IconDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class IconDemo extends AbstractCo
     public String getSummaryResourcePath() {
         return "/components/graphic/icon/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/image/ImageDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/image/ImageDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/image/ImageDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/image/ImageDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class ImageDemo extends AbstractC
     public String getSummaryResourcePath() {
         return "/components/graphic/image/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/media/MediaDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/media/MediaDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/media/MediaDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/graphic/media/MediaDemo.java Mon Apr 26 18:09:53 2010
@@ -81,4 +81,8 @@ public class MediaDemo extends AbstractC
     public String getSummaryResourcePath() {
         return "/components/graphic/media/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/input/inputFile/InputFileDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/input/inputFile/InputFileDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/input/inputFile/InputFileDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/input/inputFile/InputFileDemo.java Mon Apr 26 18:09:53 2010
@@ -57,4 +57,8 @@ public class InputFileDemo extends Abstr
     public String getSummaryResourcePath() {
         return "/components/input/inputFile/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/panelHorizontalLayout/HorizontalLayoutDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/panelHorizontalLayout/HorizontalLayoutDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/panelHorizontalLayout/HorizontalLayoutDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/panelHorizontalLayout/HorizontalLayoutDemo.java Mon Apr 26 18:09:53 2010
@@ -70,4 +70,8 @@ public class HorizontalLayoutDemo extend
     public String getSummaryResourcePath() {
         return "/components/layout/horizontalLayout/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/spacer/SpacerDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/spacer/SpacerDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/spacer/SpacerDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/layout/spacer/SpacerDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class SpacerDemo extends Abstract
     public String getSummaryResourcePath() {
         return "/components/layout/spacer/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/commandNavigationItem/CommandNavigationItemDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/commandNavigationItem/CommandNavigationItemDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/commandNavigationItem/CommandNavigationItemDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/commandNavigationItem/CommandNavigationItemDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class CommandNavigationItemDemo e
     public String getSummaryResourcePath() {
         return "/components/navigation/commandNavigationItem/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/processChoiceBar/ProcessChoiceBarDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/processChoiceBar/ProcessChoiceBarDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/processChoiceBar/ProcessChoiceBarDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/processChoiceBar/ProcessChoiceBarDemo.java Mon Apr 26 18:09:53 2010
@@ -45,4 +45,8 @@ public class ProcessChoiceBarDemo extend
     public String getBackingBeanResourcePath() {
 		return "/org/apache/myfaces/trinidaddemo/components/navigation/processChoiceBar/ProcessChoiceBarBean.java";
 	}
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/singleStepButtonBar/SingleStepButtonBarDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/singleStepButtonBar/SingleStepButtonBarDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/singleStepButtonBar/SingleStepButtonBarDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/singleStepButtonBar/SingleStepButtonBarDemo.java Mon Apr 26 18:09:53 2010
@@ -40,5 +40,9 @@ public class SingleStepButtonBarDemo ext
 
     public String getSummaryResourcePath() {
         return "/components/navigation/singleStepButtonBar/summary.xhtml";
+    }
+
+    public String getSkinDocumentationLink(){
+        return null;
     }    
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/chart/ChartDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/chart/ChartDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/chart/ChartDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/chart/ChartDemo.java Mon Apr 26 18:09:53 2010
@@ -92,4 +92,8 @@ public class ChartDemo extends AbstractC
     public String getBackingBeanResourcePath() {
         return "/org/apache/myfaces/trinidaddemo/components/output/chart/ChartBean.java";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/legend/LegendDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/legend/LegendDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/legend/LegendDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/legend/LegendDemo.java Mon Apr 26 18:09:53 2010
@@ -46,4 +46,8 @@ public class LegendDemo extends Abstract
     public String getSummaryResourcePath() {
         return "/components/output/legend/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }    
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/message/MessageDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/message/MessageDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/message/MessageDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/message/MessageDemo.java Mon Apr 26 18:09:53 2010
@@ -71,4 +71,8 @@ public class MessageDemo extends Abstrac
     public String getSummaryResourcePath() {
         return "/components/output/message/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputFormated/OutputFormatedDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputFormated/OutputFormatedDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputFormated/OutputFormatedDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputFormated/OutputFormatedDemo.java Mon Apr 26 18:09:53 2010
@@ -65,4 +65,8 @@ public class OutputFormatedDemo extends 
     public String getSummaryResourcePath() {
         return "/components/output/outputFormated/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }    
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputLabel/OutputLabelDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputLabel/OutputLabelDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputLabel/OutputLabelDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputLabel/OutputLabelDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class OutputLabelDemo extends Abs
     public String getSummaryResourcePath() {
         return "/components/output/outputLabel/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputText/OutputTextDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputText/OutputTextDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputText/OutputTextDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/output/outputText/OutputTextDemo.java Mon Apr 26 18:09:53 2010
@@ -46,4 +46,8 @@ public class OutputTextDemo extends Abst
     public String getSummaryResourcePath() {
         return "/components/output/outputText/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/group/GroupDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/group/GroupDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/group/GroupDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/group/GroupDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class GroupDemo extends AbstractC
     public String getSummaryResourcePath() {
         return "/components/panel/group/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/page/PageDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/page/PageDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/page/PageDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/page/PageDemo.java Mon Apr 26 18:09:53 2010
@@ -64,4 +64,8 @@ public class PageDemo extends AbstractCo
     public String getBackingBeanResourcePath() {
         return "/org/apache/myfaces/trinidaddemo/components/panel/page/PageBean.java";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelButtonBar/PanelButtonBarDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelButtonBar/PanelButtonBarDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelButtonBar/PanelButtonBarDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelButtonBar/PanelButtonBarDemo.java Mon Apr 26 18:09:53 2010
@@ -77,4 +77,8 @@ public class PanelButtonBarDemo extends 
     public String getSummaryResourcePath() {
         return "/components/panel/panelButtonBar/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelChoice/PanelChoiceDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelChoice/PanelChoiceDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelChoice/PanelChoiceDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelChoice/PanelChoiceDemo.java Mon Apr 26 18:09:53 2010
@@ -70,4 +70,8 @@ public class PanelChoiceDemo extends Abs
     public String getSummaryResourcePath() {
         return "/components/panel/panelChoice/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelPageHeader/PanelPageHeaderDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelPageHeader/PanelPageHeaderDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelPageHeader/PanelPageHeaderDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelPageHeader/PanelPageHeaderDemo.java Mon Apr 26 18:09:53 2010
@@ -58,4 +58,8 @@ public class PanelPageHeaderDemo extends
     public String getSummaryResourcePath() {
         return "/components/panel/panelPageHeader/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelRadio/PanelRadioDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelRadio/PanelRadioDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelRadio/PanelRadioDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/panel/panelRadio/PanelRadioDemo.java Mon Apr 26 18:09:53 2010
@@ -70,4 +70,8 @@ public class PanelRadioDemo extends Abst
     public String getSummaryResourcePath() {
         return "/components/panel/panelRadio/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/chooseColor/ChooseColorDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/chooseColor/ChooseColorDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/chooseColor/ChooseColorDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/chooseColor/ChooseColorDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class ChooseColorDemo extends Abs
     public String getSummaryResourcePath() {
         return "/components/select/chooseColor/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/selectItem/SelectItemDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/selectItem/SelectItemDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/selectItem/SelectItemDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/select/selectItem/SelectItemDemo.java Mon Apr 26 18:09:53 2010
@@ -41,4 +41,8 @@ public class SelectItemDemo extends Abst
     public String getSummaryResourcePath() {
         return "/components/select/selectItem/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/showDetail/showDetailItem/ShowDetailItemDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/showDetail/showDetailItem/ShowDetailItemDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/showDetail/showDetailItem/ShowDetailItemDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/showDetail/showDetailItem/ShowDetailItemDemo.java Mon Apr 26 18:09:53 2010
@@ -46,4 +46,8 @@ public class ShowDetailItemDemo extends 
     public String getSummaryResourcePath() {
         return "/components/showDetail/showDetailItem/summary.xhtml";
     }
+
+    public String getSkinDocumentationLink(){
+        return null;
+    }
 }

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/IComponentDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/IComponentDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/IComponentDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/IComponentDemo.java Mon Apr 26 18:09:53 2010
@@ -68,6 +68,20 @@ public interface IComponentDemo extends 
 	 */
 	String getColumnStyleClassNames();    
 
+    /**
+     * Returns the MyFaces tag documentation link of this component demo.
+     *
+     * @return the MyFaces tag documentation link
+     */
+    String getTagDocumentationLink();
+
+    /**
+     * Returns the MyFaces skining key documentation link of this component demo.
+     *
+     * @return the MyFaces skining key documentation link
+     */
+    String getSkinDocumentationLink();
+
 	/**
 	 * Returns true if this component supports more than one variant, otherwise returns false.
 	 * 

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/impl/AbstractComponentDemo.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/impl/AbstractComponentDemo.java?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/impl/AbstractComponentDemo.java (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/impl/AbstractComponentDemo.java Mon Apr 26 18:09:53 2010
@@ -45,6 +45,8 @@ public abstract class AbstractComponentD
     private String variantDisplayName;
     private String[] jsfResourcePaths;
     private String title;
+    private static final String tagDocPrefix = "http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_";
+    private static final String skinDocPrefix = "http://myfaces.apache.org/trinidad/skin-selectors.html#";
 
     private enum VARIANTS implements IComponentDemoVariantId {
         Default
@@ -203,7 +205,15 @@ public abstract class AbstractComponentD
 		
 		return "column100percent";
 	}
-	
+
+    public String getTagDocumentationLink(){
+        return tagDocPrefix + this.getId().toString() + ".html";
+    }
+
+    public String getSkinDocumentationLink(){
+        return skinDocPrefix + this.getId().toString();
+    }
+
 	public String getBackingBeanResourcePath() {
 		return null;
 	}

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/util/SkinFamilySelection.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/util/SkinFamilySelection.java?rev=938162&view=auto
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/util/SkinFamilySelection.java (added)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/support/util/SkinFamilySelection.java Mon Apr 26 18:09:53 2010
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+package org.apache.myfaces.trinidaddemo.support.util;
+
+/**
+ *
+ */
+public class SkinFamilySelection {
+
+    private String skinFamily = "Casablanca";
+
+    public String getSkinFamily(){
+        return skinFamily;
+    }
+
+    public void setSkinFamily(String skinFamily){
+        this.skinFamily = skinFamily;
+    }
+
+}

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/faces-config.xml?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/faces-config.xml Mon Apr 26 18:09:53 2010
@@ -40,6 +40,12 @@
     </managed-bean>
 
     <managed-bean>
+        <managed-bean-name>skinFamilySelection</managed-bean-name>
+        <managed-bean-class>org.apache.myfaces.trinidaddemo.support.util.SkinFamilySelection</managed-bean-class>
+        <managed-bean-scope>session</managed-bean-scope>
+    </managed-bean>
+
+    <managed-bean>
         <managed-bean-name>groupLayoutDynamicBean</managed-bean-name>
         <managed-bean-class>org.apache.myfaces.trinidaddemo.components.layout.panelGroupLayout.GroupLayoutDynamicBean
         </managed-bean-class>

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-config.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-config.xml?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-config.xml (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-config.xml Mon Apr 26 18:09:53 2010
@@ -19,5 +19,7 @@
 	   
 -->
 <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
+
+  <skin-family>#{skinFamilySelection.skinFamily}</skin-family>
     
 </trinidad-config>

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-skins.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-skins.xml?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-skins.xml (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-skins.xml Mon Apr 26 18:09:53 2010
@@ -30,4 +30,13 @@
         </style-sheet-name>
     </skin-addition>
 
+    <skin-addition>
+	    <skin-id>
+	        minimal.desktop
+	    </skin-id>
+	    <style-sheet-name>
+            skins/layout.css
+        </style-sheet-name>
+    </skin-addition>
+
 </skins>
\ No newline at end of file

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/defaultPageTemplateE-Mail.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/defaultPageTemplateE-Mail.xhtml?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/defaultPageTemplateE-Mail.xhtml (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/defaultPageTemplateE-Mail.xhtml Mon Apr 26 18:09:53 2010
@@ -27,81 +27,54 @@
              title="Trinidad Components Demo"
              inlineStyle="margin: 0;">
 
+    <f:facet name="metaContainer">
+        <meta name="title" content="#{navigationHandler.currentPageTitle}"/>
+        <meta name="robots" content="index, follow"/>
+        <meta name="author" content="Apache MyFaces Trinidad"/>
+        <meta name="description" content="#{navigationHandler.currentPageDescription}"/>
+    </f:facet>    
+
     <div class="main_container email_app">
         <div class="page_container">
-            <tr:form>
+
+            <tr:form id="logoForm">
                 <tr:commandLink styleClass="logo" action="homeForm"/>
             </tr:form>
 
-            <div class="search_bar">
-                <div class="right_side">
-                    <div class="left_side">
-                        <div class="search_field">
-                            <tr:form id="searchForm" defaultCommand="searchCommand">
-                                <tr:panelHorizontalLayout>
-                                    <f:facet name="separator">
-                                        <tr:spacer width="8" height="1"/>
-                                    </f:facet>
-
-                                    <tr:inputText id="searchInput" label="Search"
-                                                  value="#{navigationHandler.searchText}"/>
-                                    <tr:commandLink id="searchCommand" text="Go"
-                                                    action="#{navigationHandler.validateSearch}"/>
-
-                                </tr:panelHorizontalLayout>
-                            </tr:form>
-                        </div>
-                    </div>
-                    <!-- close search left side -->
-                </div>
-                <!-- close search right side -->
-            </div>
-            <!-- close search bar -->
-
-            <div class="demo_selector">
-                <tr:form>
-                    <tr:goButton text="Featured Demo" destination="/faces/feature/e-mailTemplate.xhtml"/>
-                    <tr:commandButton text="Component Showcase" action="homeForm"/>
-                </tr:form>
-            </div>
-
-            <!--<tr:panelHorizontalLayout>-->
-            <tr:navigationPane hint="bar" styleClass="toolbar">
-                <tr:commandNavigationItem icon="/skins/slices-email/project.png"
-                                          text="Project" styleClass="project"/>
-                <tr:commandNavigationItem icon="/skins/slices-email/pages.png"
-                                          text="Pages" styleClass="pages"/>
-                <tr:commandNavigationItem icon="/skins/slices-email/blocks.png"
-                                          text="Blocks" styleClass="blocks"/>
-                <tr:commandNavigationItem icon="/skins/slices-email/themes.png"
-                                          text="Themes" styleClass="themes"/>
-                <tr:commandNavigationItem icon="/skins/slices-email/browser.png"
-                                          text="Browser" styleClass="browser"/>
-                <tr:commandNavigationItem icon="/skins/slices-email/events.png"
-                                          text="Events" styleClass="events"/>
-                <tr:commandNavigationItem icon="/skins/slices-email/members.png"
-                                          text="Members" styleClass="members"/>
-
-            </tr:navigationPane>
-
-            <!--</tr:panelHorizontalLayout>-->
+            <tr:form id="searchForm" defaultCommand="searchCommand">
+                <ui:include src="/template/fragment/searchBar.xhtml"/>
+            </tr:form>
 
-            <div class="page_top"></div>
-            <!-- close page top -->
+            <tr:form id="mainForm">
+                <div class="page_top">
+                    <ui:include src="/template/fragment/navigationBar.xhtml"/>
+                </div><!-- close page top -->
+            
+                <tr:navigationPane hint="bar" styleClass="toolbar">
+                    <tr:commandNavigationItem icon="/skins/slices-email/project.png"
+                                              text="Project" styleClass="project"/>
+                    <tr:commandNavigationItem icon="/skins/slices-email/pages.png"
+                                              text="Pages" styleClass="pages"/>
+                    <tr:commandNavigationItem icon="/skins/slices-email/blocks.png"
+                                              text="Blocks" styleClass="blocks"/>
+                    <tr:commandNavigationItem icon="/skins/slices-email/themes.png"
+                                              text="Themes" styleClass="themes"/>
+                    <tr:commandNavigationItem icon="/skins/slices-email/browser.png"
+                                              text="Browser" styleClass="browser"/>
+                    <tr:commandNavigationItem icon="/skins/slices-email/events.png"
+                                              text="Events" styleClass="events"/>
+                    <tr:commandNavigationItem icon="/skins/slices-email/members.png"
+                                              text="Members" styleClass="members"/>
+                </tr:navigationPane>
 
-            <div class="page_middle">
-                <tr:form id="mainForm">
+                <div class="page_middle">
                     <ui:insert name="content"/>
-                </tr:form>
-            </div>
-            <!-- close page middle -->
-            <div class="page_bottom"></div>
-            <!-- close page bottom -->
-        </div>
-        <!-- close page container -->
-    </div>
-    <!-- close main container -->
-
+                </div><!-- close page middle -->
+                <div class="page_bottom"></div>
+            </tr:form>
+            
+        </div><!-- close page container -->
+    </div><!-- close main container -->
     <ui:debug/>
 
 </tr:document>

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml Mon Apr 26 18:09:53 2010
@@ -80,6 +80,19 @@
             <tr:subform>
                 <h2 class="page">Sumary</h2>
                 <ui:include src="#{navigationHandler.currentComponentVariantDemo.summaryResourcePath}"/>
+                <tr:spacer height="10px"/>
+                <tr:panelGroupLayout rendered="#{navigationHandler.currentComponentDemo.tagDocumentationLink != null ||
+                                                    navigationHandler.currentComponentDemo.skinDocumentationLink != null}">
+                    <div style="background:#F6F4F0; border: 1px solid #BBB1AA; padding:5px;">
+                        <tr:outputText value="Read more on MyFaces: "/>
+                        <tr:goLink text="Tag Documentation" destination="#{navigationHandler.currentComponentDemo.tagDocumentationLink}"
+                                   targetFrame="_blank" rendered="#{navigationHandler.currentComponentDemo.tagDocumentationLink != null}"/>
+                        <tr:outputText value=" | " rendered="#{(navigationHandler.currentComponentDemo.tagDocumentationLink != null) and
+                                                             (navigationHandler.currentComponentDemo.skinDocumentationLink != null)}"/>
+                        <tr:goLink text="Skinning Key Documentation" destination="#{navigationHandler.currentComponentDemo.skinDocumentationLink}"
+                                   targetFrame="_blank" rendered="#{navigationHandler.currentComponentDemo.skinDocumentationLink != null}"/>
+                    </div>
+                </tr:panelGroupLayout>
             </tr:subform>
 
             <tr:subform>

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml?rev=938162&view=auto
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml (added)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml Mon Apr 26 18:09:53 2010
@@ -0,0 +1,37 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:c="http://java.sun.com/jstl/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/template/defaultPageTemplate.xhtml">
+
+    <ui:define name="content">
+        <div style="padding: 20px 24px 5px;">
+            <tr:panelGroupLayout inlineStyle="background: #F6F4F0; border: 1px solid #E0DCD5; padding: 20px 30px;
+                                 text-align: left;" layout="vertical">
+                <tr:outputText value="Not yet implemented"
+                          inlineStyle="font-size: 1.8em; color: #444444; line-height: 1.2em; font-weight: bold;"/>
+            </tr:panelGroupLayout>
+        </div>
+    </ui:define>
+</ui:composition>

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/layout.css
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/layout.css?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/layout.css (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/layout.css Mon Apr 26 18:09:53 2010
@@ -152,12 +152,16 @@ playground .component_look_changer {
     padding-left: 34px;
     padding-right: 34px;
 }
-
-.page_bottom {
+.page_bottom, .column_page_bottom {
     display: block;
     height: 20px;
+}
+.page_bottom {
     background: url("/skins/slices/page_bottom.png") no-repeat bottom left;
 }
+.column_page_bottom {
+    background: url("/skins/slices/column_page_bottom.png") no-repeat bottom left;
+}
 .demo_selector {
     position: absolute;
     z-index: 1000;
@@ -178,19 +182,27 @@ playground .component_look_changer {
 .email_app .page_container {
     padding-top: 4px;
 }
-
-.page_top {
+.page_top, .column_page_top {
     display: block;
-    height: 20px;
+}
+.page_top {
     background: url("/skins/slices/page_top.png") no-repeat top left;
 }
+.column_page_top {
+    background: url("/skins/slices/column_page_top.png") no-repeat top left;
+}
 
-.page_middle {
+.page_middle, .column_page_middle {
     display: block;
     height: auto;
     width: 1008px;
+}
+.page_middle {
     background: url("/skins/slices/page_middle.png") repeat-y top left;
 }
+.column_page_middle {
+    background: url("/skins/slices/column_page_middle.png") repeat-y top left;
+}
 
 p {
     margin: 0;
@@ -511,7 +523,6 @@ code {
 /* ------------------------------------------------------------------------------------------------------------------ */
 /* Casablanca skin overwritings.                                                                                      */
 /* ------------------------------------------------------------------------------------------------------------------ */
-
 /* Navigation List -------------------------------------------------------------------------------------------------- */
 .CBNavPaneListOptionCommon_Custom {
     border-color: #BED6E6;
@@ -533,7 +544,6 @@ code {
 .CBNavPaneListOptionDisabled_Custom {
     -tr-rule-ref: selector(".CBNavPaneListOptionCommon_Custom");
 }
-
 .components_list af|navigationPane::list-active-enabled af|navigationPane::list-content a {
     -tr-rule-ref: selector(".CBNavPaneListOptionSelected_Custom");
 }
@@ -659,6 +669,309 @@ code {
 }
 
 /* ------------------------------------------------------------------------------------------------------------------ */
+/* Main menu.                                                                                                         */
+/* ------------------------------------------------------------------------------------------------------------------ */
+.page_bar_container {
+    padding: 5px 5px 0;    
+}
+#page_bar {
+	border-top: 1px solid #8B8580;
+	border-bottom: 1px solid #56524E;
+	border-left: 1px solid #8B8580;
+	border-right: 1px solid #8B8580;
+	background: #8B8580 url("/skins/slices/bar.png") repeat-x bottom left;
+    text-align: left;
+}
+@agent ie and (version: 5), ie and (version: 6) {
+    #page_bar {
+        height: 1%;
+    }
+}
+#main_menu {
+	float: left;
+}
+#skin_menu {
+	float: right;
+}
+/* Page Bar --------------------------------------------------------------------------------------------------------- */
+#page_bar .top_bevel {
+	background: transparent url("/skins/slices/bar_top_bevel.png") repeat-x top left;
+}
+#page_bar ul {
+    margin: 0;
+}
+#page_bar a {
+	display: block;
+	color: #E4E3E2;
+	background: #8B8580 url("/skins/slices/menu.png") no-repeat bottom right;
+}
+@agent ie and (version: 5), ie and (version: 6), ie and (version: 7) {
+    #page_bar a {
+        float: left;
+        height: 1%;
+    }
+}
+@agent ie and (version: 5), ie and (version: 6), ie and (version: 7) {
+    #page_bar a a {
+        float: none;
+    }
+}
+#page_bar a:hover {
+	text-decoration: none;
+	color: white;
+	background: #7D7873 url("/skins/slices/menu_hover.png") no-repeat bottom right;
+}
+#page_bar a span {
+	display: block;
+	border-top: 1px solid #96918C;
+	border-bottom: 1px solid #7B7773;
+	padding: 7px 12px;
+	white-space: nowrap;
+}
+#page_bar a:hover span {
+	border-top: 1px solid #88847F;
+	border-bottom: 1px solid #423F3B;
+}
+#page_bar a.expand span {
+	padding-right: 24px;
+	background: url("/skins/slices/expand_arrow.png") no-repeat center right;
+}
+#page_bar .submenu span {
+	border: none;
+}
+#page_bar .expand .submenu span {
+	padding-right: 12px;
+	background: none;
+}
+#page_bar .menu_anchor, #page_bar a:hover .menu_anchor {
+	display: block;
+	position: relative;
+    z-index: 10000;
+	border: none;
+	padding: 0;
+}
+/* Main Menu -------------------------------------------------------------------------------------------------------- */
+#main_menu li {
+	float: left;
+    list-style: none;
+}
+#main_menu li a {
+    text-decoration: none;
+}
+#main_menu li a:hover {
+}
+/* Submenu ---------------------------------------------------------------------------------------------------------- */
+#page_bar .submenu_container {
+    min-width: 100%;
+    position: absolute;
+    z-index: 10000;
+}
+@agent ie and (version: 5), ie and (version: 6) {
+    #page_bar .submenu_container {
+        width: 100%;
+    }
+}
+#page_bar #skin_menu .submenu_container {
+    right: -1px;
+}
+#page_bar #skin_menu li {
+    list-style: none;
+}
+#page_bar .expand .submenu {
+	display: none;
+	width: auto;
+	background: #615D59;     
+	border: 1px solid #56524E;
+}
+#page_bar .expand:hover .submenu {
+	display: block;
+}
+@agent ie and (version: 5), ie and (version: 6), ie and (version: 7), ie and (version: 8) {
+    #page_bar .expand:hover .submenu {
+        width: 100%;
+    }
+}
+#page_bar .expand .submenu a {
+	background: #78736E;
+}
+#page_bar .expand .submenu a:hover {
+    background: #7D7873 url("/skins/slices/menu_hover.png") no-repeat bottom center;
+}
+#page_bar .expand .submenu a span {
+	border-bottom: none;
+}
+#page_bar .expand .submenu, #page_bar .expand .submenu tbody,
+#page_bar .expand .submenu tr, #page_bar .expand .submenu td {
+    margin: 0;
+    padding: 0;
+    border-collapse: collapse;
+    border-spacing: 0; 
+}
+#page_bar .expand .submenu tbody,
+#page_bar .expand .submenu tr, #page_bar .expand .submenu td {
+    display: block;
+}
+/* Skin Menu --------------------------------------------------------------- */
+#skin_menu a {
+	background-position: bottom left;
+}
+#skin_menu li a {
+	text-decoration: none;
+}
+#skin_menu a:hover {
+	background-position: bottom left;
+}
+
+/* ------------------------------------------------------------------------------------------------------------------ */
+/* Main menu.                                                                                                         */
+/* ------------------------------------------------------------------------------------------------------------------ */
+.page_bar_container {
+    padding: 5px 5px 0;    
+}
+#page_bar {
+	border-top: 1px solid #8B8580;
+	border-bottom: 1px solid #56524E;
+	border-left: 1px solid #8B8580;
+	border-right: 1px solid #8B8580;
+	background: #8B8580 url("/skins/slices/bar.png") repeat-x bottom left;
+    text-align: left;
+}
+@agent ie and (version: 5), ie and (version: 6) {
+    #page_bar {
+        height: 1%;
+    }
+}
+#main_menu {
+	float: left;
+}
+#skin_menu {
+	float: right;
+}
+/* Page Bar --------------------------------------------------------------------------------------------------------- */
+#page_bar .top_bevel {
+	background: transparent url("/skins/slices/bar_top_bevel.png") repeat-x top left;
+}
+#page_bar ul {
+    margin: 0;
+}
+#page_bar a {
+	display: block;
+	color: #E4E3E2;
+	background: #8B8580 url("/skins/slices/menu.png") no-repeat bottom right;
+}
+@agent ie and (version: 5), ie and (version: 6), ie and (version: 7) {
+    #page_bar a {
+        float: left;
+        height: 1%;
+    }
+}
+@agent ie and (version: 5), ie and (version: 6), ie and (version: 7) {
+    #page_bar a a {
+        float: none;
+    }
+}
+#page_bar a:hover {
+	text-decoration: none;
+	color: white;
+	background: #7D7873 url("/skins/slices/menu_hover.png") no-repeat bottom right;
+}
+#page_bar a span {
+	display: block;
+	border-top: 1px solid #96918C;
+	border-bottom: 1px solid #7B7773;
+	padding: 7px 12px;
+	white-space: nowrap;
+}
+#page_bar a:hover span {
+	border-top: 1px solid #88847F;
+	border-bottom: 1px solid #423F3B;
+}
+#page_bar a.expand span {
+	padding-right: 24px;
+	background: url("/skins/slices/expand_arrow.png") no-repeat center right;
+}
+@agent ie and (version: 5), ie and (version: 6) {
+    #page_bar a.expand span {
+        background: url("/skins/slices/expand_arrow_8bit.png") no-repeat center right;
+    }
+}
+#page_bar .submenu span {
+	border: none;
+}
+#page_bar .expand .submenu span {
+	padding-right: 12px;
+	background: none;
+}
+#page_bar .menu_anchor, #page_bar a:hover .menu_anchor {
+	display: block;
+	position: relative;
+    z-index: 10000;
+	border: none;
+	padding: 0;
+}
+/* Main Menu -------------------------------------------------------------------------------------------------------- */
+#main_menu li {
+	float: left;
+}
+#main_menu li a:hover {
+}
+/* Submenu ---------------------------------------------------------------------------------------------------------- */
+#page_bar .submenu_container {
+    min-width: 100%;
+    position: absolute;
+    z-index: 10000;
+}
+@agent ie and (version: 5), ie and (version: 6) {
+    #page_bar .submenu_container {
+        width: 100%;
+    }
+}
+#page_bar #skin_menu .submenu_container {
+    right: -1px;
+}
+#page_bar .expand .submenu {
+	display: none;
+	width: auto;
+	background: #615D59;     
+	border: 1px solid #56524E;
+}
+#page_bar .expand:hover .submenu {
+	display: block;
+}
+@agent ie and (version: 5), ie and (version: 6), ie and (version: 7), ie and (version: 8) {
+    #page_bar .expand:hover .submenu {
+        width: 100%;
+    }
+}
+#page_bar .expand .submenu a {
+	background: #78736E;
+}
+#page_bar .expand .submenu a:hover {
+    background: #7D7873 url("/skins/slices/menu_hover.png") no-repeat bottom center;
+}
+#page_bar .expand .submenu a span {
+	border-bottom: none;
+}
+#page_bar .expand .submenu, #page_bar .expand .submenu tbody,
+#page_bar .expand .submenu tr, #page_bar .expand .submenu td {
+    margin: 0;
+    padding: 0;
+    border-collapse: collapse;
+    border-spacing: 0; 
+}
+#page_bar .expand .submenu tbody,
+#page_bar .expand .submenu tr, #page_bar .expand .submenu td {
+    display: block;
+}
+/* Skin Menu --------------------------------------------------------------- */
+#skin_menu a {
+	background-position: bottom left;
+}
+#skin_menu a:hover {
+	background-position: bottom left;
+}
+
+/* ------------------------------------------------------------------------------------------------------------------ */
 /* Skin overwritings.                                                                                                 */
 /* ------------------------------------------------------------------------------------------------------------------ */
 /* Footer ----------------------------------------------------------------------------------------------------------- */

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/bar.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/bar.png?rev=938162&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/bar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/bar_top_bevel.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/bar_top_bevel.png?rev=938162&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/bar_top_bevel.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_bottom.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_bottom.png?rev=938162&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_bottom.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_middle.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_middle.png?rev=938162&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_middle.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_top.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_top.png?rev=938162&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/column_page_top.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/expand_arrow.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/expand_arrow.png?rev=938162&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/expand_arrow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/menu.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/menu.png?rev=938162&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/menu.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/menu_hover.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/menu_hover.png?rev=938162&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/menu_hover.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_bottom.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_bottom.png?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
Binary files - no diff available.

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_middle.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_middle.png?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
Binary files - no diff available.

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_top.png
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/slices/page_top.png?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
Binary files - no diff available.

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml?rev=938162&r1=938161&r2=938162&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml Mon Apr 26 18:09:53 2010
@@ -22,7 +22,7 @@
                 xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:c="http://java.sun.com/jstl/core"
                 xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/template/defaultPageTemplate.xhtml">
+                template="/template/defaultColumnPageTemplate.xhtml">
 
     <ui:define name="content">
 

Added: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/defaultColumnPageTemplate.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/defaultColumnPageTemplate.xhtml?rev=938162&view=auto
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/defaultColumnPageTemplate.xhtml (added)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/defaultColumnPageTemplate.xhtml Mon Apr 26 18:09:53 2010
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+-->
+
+<tr:document xmlns:ui="http://java.sun.com/jsf/facelets"
+             xmlns:h="http://java.sun.com/jsf/html"
+             xmlns:f="http://java.sun.com/jsf/core"
+             xmlns:c="http://java.sun.com/jstl/core"
+             xmlns:tr="http://myfaces.apache.org/trinidad"
+             xmlns:trh="http://myfaces.apache.org/trinidad/html"
+             title="#{navigationHandler.currentPageTitle}"
+             inlineStyle="margin: 0;">
+
+    <f:facet name="metaContainer">
+        <meta name="title" content="#{navigationHandler.currentPageTitle}"/>
+        <meta name="robots" content="index, follow"/>
+        <meta name="author" content="Apache MyFaces Trinidad"/>
+        <meta name="description" content="#{navigationHandler.currentPageDescription}"/>
+    </f:facet>
+
+    <div class="main_container">
+        <div class="page_container">
+
+            <tr:form id="logoForm">
+                <tr:commandLink styleClass="logo" action="homeForm"/>
+            </tr:form>
+
+            <tr:form id="searchForm" defaultCommand="searchCommand">
+                <ui:include src="fragment/searchBar.xhtml"/>
+            </tr:form>
+
+            <tr:form id="mainForm">
+                <div class="page_top">
+                    <ui:include src="fragment/navigationBar.xhtml"/>
+                </div><!-- close page top -->
+
+                <div class="column_page_middle">
+                    <ui:insert name="content"/>
+                </div><!-- close page middle -->
+                <div class="column_page_bottom"></div>
+            </tr:form>
+
+        </div><!-- close page container -->
+    </div><!-- close main container -->
+    <ui:debug/>
+
+</tr:document>