You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/11/10 09:14:02 UTC

svn commit: r1033391 [10/35] - in /myfaces/trinidad/trunk: scripts/ trinidad-examples/trinidad-blank/src/main/webapp/ trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/ trinidad-examples/trinidad-co...

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml Wed Nov 10 08:13:47 2010
@@ -1,94 +1,94 @@
-<!--
-    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:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelPage>
-            <f:facet name="navigation2">
-                <tr:navigationPane hint="bar" inlineStyle="margin: 20px 0 10px 2px;">
-                    <tr:commandNavigationItem text="Apps" action="none" selected="true"/>
-                    <tr:commandNavigationItem text="Godies" action="none"/>
-                    <tr:commandNavigationItem text="Support" action="none"/>
-                    <tr:commandNavigationItem text="Blog" action="none"/>
-                </tr:navigationPane>
-            </f:facet>
-            <f:facet name="navigation3">
-                <tr:navigationPane hint="list" inlineStyle="width: 150px;">
-                    <tr:commandNavigationItem text="Code" action="none" selected="true"/>
-                    <tr:commandNavigationItem text="Organize" action="none"/>
-                    <tr:commandNavigationItem text="FTP" action="none"/>
-                    <tr:commandNavigationItem text="SVN" action="none"/>
-                    <tr:commandNavigationItem text="Preview" action="none"/>
-                </tr:navigationPane>
-            </f:facet>
-            <f:facet name="navigationGlobal">
-                <tr:navigationPane hint="buttons" inlineStyle="padding-bottom: 18px">
-                    <tr:commandNavigationItem text="About Us" action="none"/>
-                    <tr:commandNavigationItem text="Contact" action="none"/>
-                </tr:navigationPane>
-            </f:facet>
-            <f:facet name="branding">
-                <tr:panelGroupLayout layout="horizontal">
-                    <tr:image source="/components/panel/panelPageHeader/corporateBrand.gif"
-                              shortDesc="corporate"/>
-                </tr:panelGroupLayout>
-            </f:facet>
-
-            <f:facet name="location">
-                <tr:panelHorizontalLayout>
-                    <tr:spacer width="15px"></tr:spacer>
-                    <tr:breadCrumbs orientation="horizontal">
-                        <tr:commandNavigationItem text="Code" action="none"/>
-                        <tr:commandNavigationItem text="Features" action="none"/>
-                    </tr:breadCrumbs>
-                </tr:panelHorizontalLayout>
-            </f:facet>
-
-            <tr:spacer height="30px"/>
-            <tr:panelHorizontalLayout>
-                <tr:spacer width="15px"></tr:spacer>
-                <tr:outputDocument value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.">
-                    <f:facet name="title">
-                        <tr:outputText value="Features"/>
-                    </f:facet>
-                </tr:outputDocument>
-            </tr:panelHorizontalLayout>
-
-            <tr:spacer height="20px"/>
-            <tr:panelHorizontalLayout>
-                <tr:spacer width="15px"></tr:spacer>
-                <tr:outputText value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.">
-                </tr:outputText>
-            </tr:panelHorizontalLayout>
-            <tr:spacer height="20px"/>
-            <tr:panelHorizontalLayout>
-                <tr:spacer width="15px"></tr:spacer>
-                <tr:outputText value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.">
-                </tr:outputText>
-            </tr:panelHorizontalLayout>
-        </tr:panelPage>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelPage>
+            <f:facet name="navigation2">
+                <tr:navigationPane hint="bar" inlineStyle="margin: 20px 0 10px 2px;">
+                    <tr:commandNavigationItem text="Apps" action="none" selected="true"/>
+                    <tr:commandNavigationItem text="Godies" action="none"/>
+                    <tr:commandNavigationItem text="Support" action="none"/>
+                    <tr:commandNavigationItem text="Blog" action="none"/>
+                </tr:navigationPane>
+            </f:facet>
+            <f:facet name="navigation3">
+                <tr:navigationPane hint="list" inlineStyle="width: 150px;">
+                    <tr:commandNavigationItem text="Code" action="none" selected="true"/>
+                    <tr:commandNavigationItem text="Organize" action="none"/>
+                    <tr:commandNavigationItem text="FTP" action="none"/>
+                    <tr:commandNavigationItem text="SVN" action="none"/>
+                    <tr:commandNavigationItem text="Preview" action="none"/>
+                </tr:navigationPane>
+            </f:facet>
+            <f:facet name="navigationGlobal">
+                <tr:navigationPane hint="buttons" inlineStyle="padding-bottom: 18px">
+                    <tr:commandNavigationItem text="About Us" action="none"/>
+                    <tr:commandNavigationItem text="Contact" action="none"/>
+                </tr:navigationPane>
+            </f:facet>
+            <f:facet name="branding">
+                <tr:panelGroupLayout layout="horizontal">
+                    <tr:image source="/components/panel/panelPageHeader/corporateBrand.gif"
+                              shortDesc="corporate"/>
+                </tr:panelGroupLayout>
+            </f:facet>
+
+            <f:facet name="location">
+                <tr:panelHorizontalLayout>
+                    <tr:spacer width="15px"></tr:spacer>
+                    <tr:breadCrumbs orientation="horizontal">
+                        <tr:commandNavigationItem text="Code" action="none"/>
+                        <tr:commandNavigationItem text="Features" action="none"/>
+                    </tr:breadCrumbs>
+                </tr:panelHorizontalLayout>
+            </f:facet>
+
+            <tr:spacer height="30px"/>
+            <tr:panelHorizontalLayout>
+                <tr:spacer width="15px"></tr:spacer>
+                <tr:outputDocument value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.">
+                    <f:facet name="title">
+                        <tr:outputText value="Features"/>
+                    </f:facet>
+                </tr:outputDocument>
+            </tr:panelHorizontalLayout>
+
+            <tr:spacer height="20px"/>
+            <tr:panelHorizontalLayout>
+                <tr:spacer width="15px"></tr:spacer>
+                <tr:outputText value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.">
+                </tr:outputText>
+            </tr:panelHorizontalLayout>
+            <tr:spacer height="20px"/>
+            <tr:panelHorizontalLayout>
+                <tr:spacer width="15px"></tr:spacer>
+                <tr:outputText value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.">
+                </tr:outputText>
+            </tr:panelHorizontalLayout>
+        </tr:panelPage>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,31 +1,31 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad">
-
-    PanelPage lays out an entire page. It supports several navigation and content areas for
-    the creation of pages. When the panelPage is geometry managed, the last indexed child will be stretched
-    vertically to fit in the leftover space not consumed by the other indexed children. If you do not want this
-    stretching behavior, you must wrap your indexed children with a panelGroup with layout=&quot;vertical&quot;
-    and inlineStyle=&quot;overflow: auto;&quot;. This way, the panelGroup will be stretched to fit and scrollbars
-    will appear when the content inside is larger than the allocated space.
-    
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad">
+
+    PanelPage lays out an entire page. It supports several navigation and content areas for
+    the creation of pages. When the panelPage is geometry managed, the last indexed child will be stretched
+    vertically to fit in the leftover space not consumed by the other indexed children. If you do not want this
+    stretching behavior, you must wrap your indexed children with a panelGroup with layout=&quot;vertical&quot;
+    and inlineStyle=&quot;overflow: auto;&quot;. This way, the panelGroup will be stretched to fit and scrollbars
+    will appear when the content inside is larger than the allocated space.
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml Wed Nov 10 08:13:47 2010
@@ -1,56 +1,56 @@
-<!--
-    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:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelPageHeader chromeType="compact">
-            <f:facet name="branding">
-                <tr:panelGroupLayout layout="horizontal">
-                    <tr:image source="/resources/corporateBrand.gif" shortDesc="corporate"/>
-                </tr:panelGroupLayout>
-            </f:facet>
-
-            <f:facet name="navigationGlobal">
-                <tr:navigationPane hint="buttons" inlineStyle="padding-bottom: 18px">
-                    <tr:commandNavigationItem text="About Us"
-                                              action="none"/>
-                    <tr:commandNavigationItem text="Contact"
-                                              action="none"/>
-                </tr:navigationPane>
-            </f:facet>
-
-            <f:facet name="navigation2">
-                <tr:navigationPane hint="bar" inlineStyle="margin-top: 20px">
-                    <tr:commandNavigationItem text="Apps" action="none"
-                                              selected="true"/>
-                    <tr:commandNavigationItem text="Godies" action="none"/>
-                    <tr:commandNavigationItem text="Support" action="none"/>
-                    <tr:commandNavigationItem text="Blog" action="none"/>
-                </tr:navigationPane>
-            </f:facet>
-        </tr:panelPageHeader>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelPageHeader chromeType="compact">
+            <f:facet name="branding">
+                <tr:panelGroupLayout layout="horizontal">
+                    <tr:image source="/resources/corporateBrand.gif" shortDesc="corporate"/>
+                </tr:panelGroupLayout>
+            </f:facet>
+
+            <f:facet name="navigationGlobal">
+                <tr:navigationPane hint="buttons" inlineStyle="padding-bottom: 18px">
+                    <tr:commandNavigationItem text="About Us"
+                                              action="none"/>
+                    <tr:commandNavigationItem text="Contact"
+                                              action="none"/>
+                </tr:navigationPane>
+            </f:facet>
+
+            <f:facet name="navigation2">
+                <tr:navigationPane hint="bar" inlineStyle="margin-top: 20px">
+                    <tr:commandNavigationItem text="Apps" action="none"
+                                              selected="true"/>
+                    <tr:commandNavigationItem text="Godies" action="none"/>
+                    <tr:commandNavigationItem text="Support" action="none"/>
+                    <tr:commandNavigationItem text="Blog" action="none"/>
+                </tr:navigationPane>
+            </f:facet>
+        </tr:panelPageHeader>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml Wed Nov 10 08:13:47 2010
@@ -1,56 +1,56 @@
-<!--
-    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:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelPageHeader chromeType="expanded">
-            <f:facet name="branding">
-                <tr:panelGroupLayout layout="horizontal">
-                    <tr:image source="/resources/corporateBrand.gif" shortDesc="corporate"/>
-                </tr:panelGroupLayout>
-            </f:facet>
-
-            <f:facet name="navigationGlobal">
-                <tr:navigationPane hint="buttons" inlineStyle="padding-bottom: 18px">
-                    <tr:commandNavigationItem text="About Us"
-                                              action="none"/>
-                    <tr:commandNavigationItem text="Contact"
-                                              action="none"/>
-                </tr:navigationPane>
-            </f:facet>
-
-            <f:facet name="navigation2">
-                <tr:navigationPane hint="bar" inlineStyle="margin-top: 20px">
-                    <tr:commandNavigationItem text="Apps" action="none"
-                                              selected="true"/>
-                    <tr:commandNavigationItem text="Godies" action="none"/>
-                    <tr:commandNavigationItem text="Support" action="none"/>
-                    <tr:commandNavigationItem text="Blog" action="none"/>
-                </tr:navigationPane>
-            </f:facet>
-        </tr:panelPageHeader>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelPageHeader chromeType="expanded">
+            <f:facet name="branding">
+                <tr:panelGroupLayout layout="horizontal">
+                    <tr:image source="/resources/corporateBrand.gif" shortDesc="corporate"/>
+                </tr:panelGroupLayout>
+            </f:facet>
+
+            <f:facet name="navigationGlobal">
+                <tr:navigationPane hint="buttons" inlineStyle="padding-bottom: 18px">
+                    <tr:commandNavigationItem text="About Us"
+                                              action="none"/>
+                    <tr:commandNavigationItem text="Contact"
+                                              action="none"/>
+                </tr:navigationPane>
+            </f:facet>
+
+            <f:facet name="navigation2">
+                <tr:navigationPane hint="bar" inlineStyle="margin-top: 20px">
+                    <tr:commandNavigationItem text="Apps" action="none"
+                                              selected="true"/>
+                    <tr:commandNavigationItem text="Godies" action="none"/>
+                    <tr:commandNavigationItem text="Support" action="none"/>
+                    <tr:commandNavigationItem text="Blog" action="none"/>
+                </tr:navigationPane>
+            </f:facet>
+        </tr:panelPageHeader>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,27 +1,27 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad">
-
-    PanelPageHeader lays out the top portion of a page.
-    
-    
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad">
+
+    PanelPageHeader lays out the top portion of a page.
+    
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml Wed Nov 10 08:13:47 2010
@@ -1,39 +1,39 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelPopup text="Click Here!" position="centered">
-            <tr:panelGroupLayout layout="vertical">
-                <tr:goLink text="point 1"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-                <tr:goLink text="point 2"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-                <tr:goLink text="point 3"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-            </tr:panelGroupLayout>
-        </tr:panelPopup>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelPopup text="Click Here!" position="centered">
+            <tr:panelGroupLayout layout="vertical">
+                <tr:goLink text="point 1"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+                <tr:goLink text="point 2"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+                <tr:goLink text="point 3"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+            </tr:panelGroupLayout>
+        </tr:panelPopup>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml Wed Nov 10 08:13:47 2010
@@ -1,39 +1,39 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelPopup text="Click Here!" triggerType="hover">
-            <tr:panelGroupLayout layout="vertical">
-                <tr:goLink text="point 1"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-                <tr:goLink text="point 2"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-                <tr:goLink text="point 3"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-            </tr:panelGroupLayout>
-        </tr:panelPopup>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelPopup text="Click Here!" triggerType="hover">
+            <tr:panelGroupLayout layout="vertical">
+                <tr:goLink text="point 1"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+                <tr:goLink text="point 2"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+                <tr:goLink text="point 3"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+            </tr:panelGroupLayout>
+        </tr:panelPopup>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml Wed Nov 10 08:13:47 2010
@@ -1,39 +1,39 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelPopup text="Click Here!" position="relative">
-            <tr:panelGroupLayout layout="vertical">
-                <tr:goLink text="point 1"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-                <tr:goLink text="point 2"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-                <tr:goLink text="point 3"
-                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
-            </tr:panelGroupLayout>
-        </tr:panelPopup>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelPopup text="Click Here!" position="relative">
+            <tr:panelGroupLayout layout="vertical">
+                <tr:goLink text="point 1"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+                <tr:goLink text="point 2"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+                <tr:goLink text="point 3"
+                           destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelPopup.html"/>
+            </tr:panelGroupLayout>
+        </tr:panelPopup>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,47 +1,47 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad">
-
-    The panelPopup is used to place ancillary information on a page, made visible via a clickable link (e.g icon or link).
-
-    <br/>
-
-    The text attribute or 'trigger' facet is used to define the clickable area of the page.
-    When clicked a floating panel is made visible containing the child components. If the title attribute is present,
-    then a title bar (including the title) will be rendered for the popup panel. 
-
-    <br/>
-
-    The position attribute of popupPanel can be used to control the location of the panel when visible. 
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="You can make changes to the style of the content region of this component by adding your
-        custom styles to the contentStyle attribute. "/>
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="Content containers will generally have only one child with the actual contents as its
-        children. This child will describe how the content should be displayed. However, the content container can have
-        multiple children, in which case the children are displayed in a stack fashion, lined up vertically."/>
-    
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad">
+
+    The panelPopup is used to place ancillary information on a page, made visible via a clickable link (e.g icon or link).
+
+    <br/>
+
+    The text attribute or 'trigger' facet is used to define the clickable area of the page.
+    When clicked a floating panel is made visible containing the child components. If the title attribute is present,
+    then a title bar (including the title) will be rendered for the popup panel. 
+
+    <br/>
+
+    The position attribute of popupPanel can be used to control the location of the panel when visible. 
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="You can make changes to the style of the content region of this component by adding your
+        custom styles to the contentStyle attribute. "/>
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="Content containers will generally have only one child with the actual contents as its
+        children. This child will describe how the content should be displayed. However, the content container can have
+        multiple children, in which case the children are displayed in a stack fashion, lined up vertically."/>
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml Wed Nov 10 08:13:47 2010
@@ -1,46 +1,46 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelRadio alignment="center"
-                       id="someId" label="Sales Data">
-            <tr:showDetailItem text="Monthly Sales Distribution" accessKey="M">
-                <tr:panelHeader text="Monthly Sales Distribution">
-                    <tr:image source="/resources/monthlySalesDistribution.gif" shortDesc="Koenigsegg CCR"
-                              inlineStyle="height:200px; width:300px;" id="monthlySalesImage"/>
-                </tr:panelHeader>
-            </tr:showDetailItem>
-
-            <tr:showDetailItem text="Sales by Geography" accessKey="S">
-                <tr:panelHeader text="Sales by Geography">
-                    <tr:image source="/resources/salesByGeography.gif"
-                              inlineStyle="height:200px;  width:300px;" id="salesByGeographyImage"
-                              shortDesc="Sales information"/>
-                </tr:panelHeader>
-            </tr:showDetailItem>
-        </tr:panelRadio>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelRadio alignment="center"
+                       id="someId" label="Sales Data">
+            <tr:showDetailItem text="Monthly Sales Distribution" accessKey="M">
+                <tr:panelHeader text="Monthly Sales Distribution">
+                    <tr:image source="/resources/monthlySalesDistribution.gif" shortDesc="Koenigsegg CCR"
+                              inlineStyle="height:200px; width:300px;" id="monthlySalesImage"/>
+                </tr:panelHeader>
+            </tr:showDetailItem>
+
+            <tr:showDetailItem text="Sales by Geography" accessKey="S">
+                <tr:panelHeader text="Sales by Geography">
+                    <tr:image source="/resources/salesByGeography.gif"
+                              inlineStyle="height:200px;  width:300px;" id="salesByGeographyImage"
+                              shortDesc="Sales information"/>
+                </tr:panelHeader>
+            </tr:showDetailItem>
+        </tr:panelRadio>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml Wed Nov 10 08:13:47 2010
@@ -1,46 +1,46 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelRadio alignment="end" position="top"
-                       id="someId" label="Sales Data">
-            <tr:showDetailItem text="Monthly Sales Distribution" accessKey="M">
-                <tr:panelHeader text="Monthly Sales Distribution">
-                    <tr:image source="/resources/monthlySalesDistribution.gif" shortDesc="Koenigsegg CCR"
-                              inlineStyle="height:200px; width:300px;" id="monthlySalesImage"/>
-                </tr:panelHeader>
-            </tr:showDetailItem>
-
-            <tr:showDetailItem text="Sales by Geography" accessKey="S">
-                <tr:panelHeader text="Sales by Geography">
-                    <tr:image source="/resources/salesByGeography.gif"
-                              inlineStyle="height:200px;  width:300px;" id="salesByGeographyImage"
-                              shortDesc="Sales information"/>
-                </tr:panelHeader>
-            </tr:showDetailItem>
-        </tr:panelRadio>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelRadio alignment="end" position="top"
+                       id="someId" label="Sales Data">
+            <tr:showDetailItem text="Monthly Sales Distribution" accessKey="M">
+                <tr:panelHeader text="Monthly Sales Distribution">
+                    <tr:image source="/resources/monthlySalesDistribution.gif" shortDesc="Koenigsegg CCR"
+                              inlineStyle="height:200px; width:300px;" id="monthlySalesImage"/>
+                </tr:panelHeader>
+            </tr:showDetailItem>
+
+            <tr:showDetailItem text="Sales by Geography" accessKey="S">
+                <tr:panelHeader text="Sales by Geography">
+                    <tr:image source="/resources/salesByGeography.gif"
+                              inlineStyle="height:200px;  width:300px;" id="salesByGeographyImage"
+                              shortDesc="Sales information"/>
+                </tr:panelHeader>
+            </tr:showDetailItem>
+        </tr:panelRadio>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml Wed Nov 10 08:13:47 2010
@@ -1,46 +1,46 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelRadio alignment="top" position="start"
-                       id="someId" label="Sales Data">
-            <tr:showDetailItem text="Monthly Sales Distribution" accessKey="M">
-                <tr:panelHeader text="Monthly Sales Distribution">
-                    <tr:image source="/resources/monthlySalesDistribution.gif" shortDesc="Koenigsegg CCR"
-                              inlineStyle="height:200px; width:300px;" id="monthlySalesImage"/>
-                </tr:panelHeader>
-            </tr:showDetailItem>
-
-            <tr:showDetailItem text="Sales by Geography" accessKey="S">
-                <tr:panelHeader text="Sales by Geography">
-                    <tr:image source="/resources/salesByGeography.gif"
-                              inlineStyle="height:200px;  width:300px;" id="salesByGeographyImage"
-                              shortDesc="Sales information"/>
-                </tr:panelHeader>
-            </tr:showDetailItem>
-        </tr:panelRadio>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelRadio alignment="top" position="start"
+                       id="someId" label="Sales Data">
+            <tr:showDetailItem text="Monthly Sales Distribution" accessKey="M">
+                <tr:panelHeader text="Monthly Sales Distribution">
+                    <tr:image source="/resources/monthlySalesDistribution.gif" shortDesc="Koenigsegg CCR"
+                              inlineStyle="height:200px; width:300px;" id="monthlySalesImage"/>
+                </tr:panelHeader>
+            </tr:showDetailItem>
+
+            <tr:showDetailItem text="Sales by Geography" accessKey="S">
+                <tr:panelHeader text="Sales by Geography">
+                    <tr:image source="/resources/salesByGeography.gif"
+                              inlineStyle="height:200px;  width:300px;" id="salesByGeographyImage"
+                              shortDesc="Sales information"/>
+                </tr:panelHeader>
+            </tr:showDetailItem>
+        </tr:panelRadio>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml Wed Nov 10 08:13:47 2010
@@ -1,46 +1,46 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelRadio position="top"
-                       id="someId" label="Sales Data">
-            <tr:showDetailItem text="Monthly Sales Distribution" accessKey="M">
-                <tr:panelHeader text="Monthly Sales Distribution">
-                    <tr:image source="/resources/monthlySalesDistribution.gif" shortDesc="Koenigsegg CCR"
-                              inlineStyle="height:200px; width:300px;" id="monthlySalesImage"/>
-                </tr:panelHeader>
-            </tr:showDetailItem>
-
-            <tr:showDetailItem text="Sales by Geography" accessKey="S">
-                <tr:panelHeader text="Sales by Geography">
-                    <tr:image source="/resources/salesByGeography.gif"
-                              inlineStyle="height:200px;  width:300px;" id="salesByGeographyImage"
-                              shortDesc="Sales information"/>
-                </tr:panelHeader>
-            </tr:showDetailItem>
-        </tr:panelRadio>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelRadio position="top"
+                       id="someId" label="Sales Data">
+            <tr:showDetailItem text="Monthly Sales Distribution" accessKey="M">
+                <tr:panelHeader text="Monthly Sales Distribution">
+                    <tr:image source="/resources/monthlySalesDistribution.gif" shortDesc="Koenigsegg CCR"
+                              inlineStyle="height:200px; width:300px;" id="monthlySalesImage"/>
+                </tr:panelHeader>
+            </tr:showDetailItem>
+
+            <tr:showDetailItem text="Sales by Geography" accessKey="S">
+                <tr:panelHeader text="Sales by Geography">
+                    <tr:image source="/resources/salesByGeography.gif"
+                              inlineStyle="height:200px;  width:300px;" id="salesByGeographyImage"
+                              shortDesc="Sales information"/>
+                </tr:panelHeader>
+            </tr:showDetailItem>
+        </tr:panelRadio>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,30 +1,30 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad">
-
-    The panelRadio control can be used to display a group of contents belonging to a
-    showDetailItem. Radio buttons with each individual radio button representing a showDetailItem child is
-    displayed. The radio button control corresponding to showDetailItem that is disclosed is shown as selected and
-    contents of selected showDetailItem is displayed. If none of the showDetailItem children are selected, the first
-    showDetailItem that is enabled is considered to be selected. 
-    
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad">
+
+    The panelRadio control can be used to display a group of contents belonging to a
+    showDetailItem. Radio buttons with each individual radio button representing a showDetailItem child is
+    displayed. The radio button control corresponding to showDetailItem that is disclosed is shown as selected and
+    contents of selected showDetailItem is displayed. If none of the showDetailItem children are selected, the first
+    showDetailItem that is enabled is considered to be selected. 
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml Wed Nov 10 08:13:47 2010
@@ -1,39 +1,39 @@
-<!--
-    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:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelSideBar width="200px">
-            <tr:navigationPane hint="list" inlineStyle="width: 150px;">
-                <tr:commandNavigationItem text="Code" action="none" selected="true"/>
-                <tr:commandNavigationItem text="Organize" action="none"/>
-                <tr:commandNavigationItem text="FTP" action="none"/>
-                <tr:commandNavigationItem text="SVN" action="none"/>
-                <tr:commandNavigationItem text="Preview" action="none"/>
-            </tr:navigationPane>
-        </tr:panelSideBar>
-
-    </ui:define>
-</ui:composition>
+<!--
+    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:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelSideBar width="200px">
+            <tr:navigationPane hint="list" inlineStyle="width: 150px;">
+                <tr:commandNavigationItem text="Code" action="none" selected="true"/>
+                <tr:commandNavigationItem text="Organize" action="none"/>
+                <tr:commandNavigationItem text="FTP" action="none"/>
+                <tr:commandNavigationItem text="SVN" action="none"/>
+                <tr:commandNavigationItem text="Preview" action="none"/>
+            </tr:navigationPane>
+        </tr:panelSideBar>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,26 +1,26 @@
-<!--
-    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:tr="http://myfaces.apache.org/trinidad">
-
-    The panelSideBar control renders a side navigation bar.
-    
-</ui:composition>
+<!--
+    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:tr="http://myfaces.apache.org/trinidad">
+
+    The panelSideBar control renders a side navigation bar.
+    
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native