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 [8/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-com...

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml Wed Nov 10 08:13:47 2010
@@ -1,38 +1,38 @@
-<!--
-    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:panelFormLayout labelWidth="33%" fieldWidth="67%">
-            <tr:inputText label="non-group item 1"/>
-            <tr:group>
-                <tr:inputText label="group item 1"/>
-                <tr:inputText label="group item 2" inlineStyle="padding-right: 600px;"/>
-                <tr:inputText label="group item 3"/>
-            </tr:group>
-            <tr:inputText label="non-group item 2"/>
-        </tr:panelFormLayout>
-
-    </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:panelFormLayout labelWidth="33%" fieldWidth="67%">
+            <tr:inputText label="non-group item 1"/>
+            <tr:group>
+                <tr:inputText label="group item 1"/>
+                <tr:inputText label="group item 2" inlineStyle="padding-right: 600px;"/>
+                <tr:inputText label="group item 3"/>
+            </tr:group>
+            <tr:inputText label="non-group item 2"/>
+        </tr:panelFormLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,32 +1,32 @@
-<!--
-    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 group component is an invisible control that aggregates semantically-related children;
-    the group itself has no associated client representation (visual or API). Some parent components may have
-    special representation for groups like adding separators around the group but this is a special case and is
-    not always rendered this way. In most cases, only the children of the group will be rendered directly to
-    the page. There will be no layout applied to the children so the natural layout behavior of the underlying HTML
-    elements will apply. If you require a more predictable layout, you should use a layout component such as
-    panelGroupLayout.
-    
-</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 group component is an invisible control that aggregates semantically-related children;
+    the group itself has no associated client representation (visual or API). Some parent components may have
+    special representation for groups like adding separators around the group but this is a special case and is
+    not always rendered this way. In most cases, only the children of the group will be rendered directly to
+    the page. There will be no layout applied to the children so the natural layout behavior of the underlying HTML
+    elements will apply. If you require a more predictable layout, you should use a layout component such as
+    panelGroupLayout.
+    
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml Wed Nov 10 08:13:47 2010
@@ -1,63 +1,63 @@
-<!--
-    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:page styleClass="page_page" chromeType="compact">
-
-           <f:facet name="menuSwitch">
-                <tr:navigationPane hint="bar">
-                    <tr:commandNavigationItem text="Apps"/>
-                    <tr:commandNavigationItem text="Support"/>
-                    <tr:commandNavigationItem text="About Us"/>
-                    <tr:commandNavigationItem text="Contact"/>
-                </tr:navigationPane>
-            </f:facet>
-
-            <f:facet name="appCopyright">
-                <tr:outputText value="Copyright info"/>
-            </f:facet>
-
-            <f:facet name="branding">
-                <tr:outputFormatted styleUsage="instruction" value=""/>
-            </f:facet>
-
-            <tr:separator/>
-            <tr:spacer height="5"/>
-            <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="Apps"/>
-                </f:facet>
-            </tr:outputDocument>
-            <tr:spacer height="20"/>
-
-            <tr:outputDocument value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."/>
-            <tr:spacer height="20"/>
-
-            <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."/>
-        </tr:page>
-
-    </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:page styleClass="page_page" chromeType="compact">
+
+           <f:facet name="menuSwitch">
+                <tr:navigationPane hint="bar">
+                    <tr:commandNavigationItem text="Apps"/>
+                    <tr:commandNavigationItem text="Support"/>
+                    <tr:commandNavigationItem text="About Us"/>
+                    <tr:commandNavigationItem text="Contact"/>
+                </tr:navigationPane>
+            </f:facet>
+
+            <f:facet name="appCopyright">
+                <tr:outputText value="Copyright info"/>
+            </f:facet>
+
+            <f:facet name="branding">
+                <tr:outputFormatted styleUsage="instruction" value=""/>
+            </f:facet>
+
+            <tr:separator/>
+            <tr:spacer height="5"/>
+            <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="Apps"/>
+                </f:facet>
+            </tr:outputDocument>
+            <tr:spacer height="20"/>
+
+            <tr:outputDocument value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."/>
+            <tr:spacer height="20"/>
+
+            <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."/>
+        </tr:page>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml Wed Nov 10 08:13:47 2010
@@ -1,63 +1,63 @@
-<!--
-    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:page styleClass="page_page" chromeType="expanded">
-
-           <f:facet name="menuSwitch">
-                <tr:navigationPane hint="bar">
-                    <tr:commandNavigationItem text="Apps"/>
-                    <tr:commandNavigationItem text="Support"/>
-                    <tr:commandNavigationItem text="About Us"/>
-                    <tr:commandNavigationItem text="Contact"/>
-                </tr:navigationPane>
-            </f:facet>
-
-            <f:facet name="appCopyright">
-                <tr:outputText value="Copyright info"/>
-            </f:facet>
-
-            <f:facet name="branding">
-                <tr:outputFormatted styleUsage="instruction" value=""/>
-            </f:facet>
-
-            <tr:separator/>
-            <tr:spacer height="5"/>
-            <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="Apps"/>
-                </f:facet>
-            </tr:outputDocument>
-            <tr:spacer height="20"/>
-
-            <tr:outputDocument value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."/>
-            <tr:spacer height="20"/>
-
-            <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."/>
-        </tr:page>
-
-    </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:page styleClass="page_page" chromeType="expanded">
+
+           <f:facet name="menuSwitch">
+                <tr:navigationPane hint="bar">
+                    <tr:commandNavigationItem text="Apps"/>
+                    <tr:commandNavigationItem text="Support"/>
+                    <tr:commandNavigationItem text="About Us"/>
+                    <tr:commandNavigationItem text="Contact"/>
+                </tr:navigationPane>
+            </f:facet>
+
+            <f:facet name="appCopyright">
+                <tr:outputText value="Copyright info"/>
+            </f:facet>
+
+            <f:facet name="branding">
+                <tr:outputFormatted styleUsage="instruction" value=""/>
+            </f:facet>
+
+            <tr:separator/>
+            <tr:spacer height="5"/>
+            <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="Apps"/>
+                </f:facet>
+            </tr:outputDocument>
+            <tr:spacer height="20"/>
+
+            <tr:outputDocument value="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."/>
+            <tr:spacer height="20"/>
+
+            <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."/>
+        </tr:page>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,29 +1,29 @@
-<!--
-    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 Page component is similar to the PanelPage component, except that instead of having
-    navigation1, navigation2 and navigation3 facets for adding navigation item information, the user binds a model
-    object and a stamp to render these areas. The model object is of type MenuModel. A commandNavigationItem should
-    be used as the stamp and placed in the &quot;nodeStamp&quot; facet.
-    
-</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 Page component is similar to the PanelPage component, except that instead of having
+    navigation1, navigation2 and navigation3 facets for adding navigation item information, the user binds a model
+    object and a stamp to render these areas. The model object is of type MenuModel. A commandNavigationItem should
+    be used as the stamp and placed in the &quot;nodeStamp&quot; facet.
+    
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml Wed Nov 10 08:13:47 2010
@@ -1,70 +1,70 @@
-<!--
-    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"
-                xmlns:f="http://java.sun.com/jsf/core"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelAccordion discloseMany="true">
-            <tr:showDetailItem text="Apache Trinidad Components">
-                <tr:panelFormLayout rows="6" labelWidth="40%" inlineStyle="width: 200px;">
-                    <tr:inputText label="Text1"/>
-                    <tr:inputText label="Text2"/>
-                    <tr:inputText label="Text3"/>
-
-                    <f:facet name="footer">
-                        <tr:panelButtonBar>
-                            <tr:commandButton text="Button 1"/>
-                            <tr:commandButton text="Button 2"/>
-                        </tr:panelButtonBar>
-                    </f:facet>
-                </tr:panelFormLayout>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Architecture" disabled="true">
-                <tr:panelHeader text="Architecture First Child"/>
-                <tr:panelHeader text="Architecture Second Child"/>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Release">
-                <tr:panelList rows="2" inlineStyle="width: 200px;">
-                    <tr:goLink text="link 1"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 2"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 3"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 4"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 5"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 6"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 7"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 8"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                </tr:panelList>
-            </tr:showDetailItem>
-        </tr:panelAccordion>
-
-    </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"
+                xmlns:f="http://java.sun.com/jsf/core"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelAccordion discloseMany="true">
+            <tr:showDetailItem text="Apache Trinidad Components">
+                <tr:panelFormLayout rows="6" labelWidth="40%" inlineStyle="width: 200px;">
+                    <tr:inputText label="Text1"/>
+                    <tr:inputText label="Text2"/>
+                    <tr:inputText label="Text3"/>
+
+                    <f:facet name="footer">
+                        <tr:panelButtonBar>
+                            <tr:commandButton text="Button 1"/>
+                            <tr:commandButton text="Button 2"/>
+                        </tr:panelButtonBar>
+                    </f:facet>
+                </tr:panelFormLayout>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Architecture" disabled="true">
+                <tr:panelHeader text="Architecture First Child"/>
+                <tr:panelHeader text="Architecture Second Child"/>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Release">
+                <tr:panelList rows="2" inlineStyle="width: 200px;">
+                    <tr:goLink text="link 1"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 2"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 3"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 4"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 5"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 6"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 7"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 8"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                </tr:panelList>
+            </tr:showDetailItem>
+        </tr:panelAccordion>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml Wed Nov 10 08:13:47 2010
@@ -1,70 +1,70 @@
-<!--
-    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"
-                xmlns:f="http://java.sun.com/jsf/core"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:panelAccordion discloseNone="true">
-            <tr:showDetailItem text="Apache Trinidad Components">
-                <tr:panelFormLayout rows="6" labelWidth="40%" inlineStyle="width: 200px;">
-                    <tr:inputText label="Text1"/>
-                    <tr:inputText label="Text2"/>
-                    <tr:inputText label="Text3"/>
-
-                    <f:facet name="footer">
-                        <tr:panelButtonBar>
-                            <tr:commandButton text="Button 1"/>
-                            <tr:commandButton text="Button 2"/>
-                        </tr:panelButtonBar>
-                    </f:facet>
-                </tr:panelFormLayout>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Architecture" disabled="true">
-                <tr:panelHeader text="Architecture First Child"/>
-                <tr:panelHeader text="Architecture Second Child"/>
-            </tr:showDetailItem>
-            <tr:showDetailItem text="Release">
-                <tr:panelList rows="2" inlineStyle="width: 200px;">
-                    <tr:goLink text="link 1"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 2"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 3"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 4"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 5"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 6"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 7"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                    <tr:goLink text="link 8"
-                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
-                </tr:panelList>
-            </tr:showDetailItem>
-        </tr:panelAccordion>
-
-    </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"
+                xmlns:f="http://java.sun.com/jsf/core"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:panelAccordion discloseNone="true">
+            <tr:showDetailItem text="Apache Trinidad Components">
+                <tr:panelFormLayout rows="6" labelWidth="40%" inlineStyle="width: 200px;">
+                    <tr:inputText label="Text1"/>
+                    <tr:inputText label="Text2"/>
+                    <tr:inputText label="Text3"/>
+
+                    <f:facet name="footer">
+                        <tr:panelButtonBar>
+                            <tr:commandButton text="Button 1"/>
+                            <tr:commandButton text="Button 2"/>
+                        </tr:panelButtonBar>
+                    </f:facet>
+                </tr:panelFormLayout>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Architecture" disabled="true">
+                <tr:panelHeader text="Architecture First Child"/>
+                <tr:panelHeader text="Architecture Second Child"/>
+            </tr:showDetailItem>
+            <tr:showDetailItem text="Release">
+                <tr:panelList rows="2" inlineStyle="width: 200px;">
+                    <tr:goLink text="link 1"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 2"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 3"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 4"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 5"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 6"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 7"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                    <tr:goLink text="link 8"
+                               destination="http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelList.html"/>
+                </tr:panelList>
+            </tr:showDetailItem>
+        </tr:panelAccordion>
+
+    </ui:define>
+</ui:composition>

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

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,29 +1,29 @@
-<!--
-    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 panelAccordion control can be used to display a group of contents belonging to a
-    showDetailItem. It supports both a one-item-at-a-time mode - the default - or multiple-items-at-a-time.
-    The latter can be enabled by setting &quot;discloseMany&quot; to true. Visually, an accordion looks like a
-    series of accordion bars, with panels below the bar representing disclosed showDetailItem children.
-    
-</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 panelAccordion control can be used to display a group of contents belonging to a
+    showDetailItem. It supports both a one-item-at-a-time mode - the default - or multiple-items-at-a-time.
+    The latter can be enabled by setting &quot;discloseMany&quot; to true. Visually, an accordion looks like a
+    series of accordion bars, with panels below the bar representing disclosed showDetailItem children.
+    
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml Wed Nov 10 08:13:47 2010
@@ -1,43 +1,43 @@
-<!--
-    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:panelFormLayout inlineStyle="padding-bottom:4px; position:relative;">
-            <tr:outputText value="The Web is like a dominatrix.  Everywhere you turn, you see little buttons ordering you to Submit."
-                           inlineStyle="font-size:2.6em; color:#E8E2D7; line-height:1.1em;"/>
-            <tr:panelBox text="To do list:"
-                         background="dark"
-                         inlineStyle="position:absolute; top:0px; left:100px;">
-                <tr:selectManyCheckbox inlineStyle="text-align:left; font-weight:bold;">
-                    <tr:selectItem label="Change car oil"/>
-                    <tr:selectItem label="Pick up laundry"/>
-                    <tr:selectItem label="Walk dog"/>
-                    <tr:selectItem label="Repair patio deck"/>
-                </tr:selectManyCheckbox>
-            </tr:panelBox>
-        </tr:panelFormLayout>
-
-    </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:panelFormLayout inlineStyle="padding-bottom:4px; position:relative;">
+            <tr:outputText value="The Web is like a dominatrix.  Everywhere you turn, you see little buttons ordering you to Submit."
+                           inlineStyle="font-size:2.6em; color:#E8E2D7; line-height:1.1em;"/>
+            <tr:panelBox text="To do list:"
+                         background="dark"
+                         inlineStyle="position:absolute; top:0px; left:100px;">
+                <tr:selectManyCheckbox inlineStyle="text-align:left; font-weight:bold;">
+                    <tr:selectItem label="Change car oil"/>
+                    <tr:selectItem label="Pick up laundry"/>
+                    <tr:selectItem label="Walk dog"/>
+                    <tr:selectItem label="Repair patio deck"/>
+                </tr:selectManyCheckbox>
+            </tr:panelBox>
+        </tr:panelFormLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml Wed Nov 10 08:13:47 2010
@@ -1,43 +1,43 @@
-<!--
-    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:panelFormLayout inlineStyle="padding-bottom:4px; position:relative;">
-            <tr:outputText value="The Web is like a dominatrix.  Everywhere you turn, you see little buttons ordering you to Submit."
-                           inlineStyle="font-size:2.6em; color:#E8E2D7; line-height:1.1em;"/>
-            <tr:panelBox text="To do list:"
-                         background="light"
-                         inlineStyle="position:absolute; top:0px; left:100px;">
-                <tr:selectManyCheckbox inlineStyle="text-align:left; font-weight:bold;">
-                    <tr:selectItem label="Change car oil"/>
-                    <tr:selectItem label="Pick up laundry"/>
-                    <tr:selectItem label="Walk dog"/>
-                    <tr:selectItem label="Repair patio deck"/>
-                </tr:selectManyCheckbox>
-            </tr:panelBox>
-        </tr:panelFormLayout>
-
-    </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:panelFormLayout inlineStyle="padding-bottom:4px; position:relative;">
+            <tr:outputText value="The Web is like a dominatrix.  Everywhere you turn, you see little buttons ordering you to Submit."
+                           inlineStyle="font-size:2.6em; color:#E8E2D7; line-height:1.1em;"/>
+            <tr:panelBox text="To do list:"
+                         background="light"
+                         inlineStyle="position:absolute; top:0px; left:100px;">
+                <tr:selectManyCheckbox inlineStyle="text-align:left; font-weight:bold;">
+                    <tr:selectItem label="Change car oil"/>
+                    <tr:selectItem label="Pick up laundry"/>
+                    <tr:selectItem label="Walk dog"/>
+                    <tr:selectItem label="Repair patio deck"/>
+                </tr:selectManyCheckbox>
+            </tr:panelBox>
+        </tr:panelFormLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml Wed Nov 10 08:13:47 2010
@@ -1,43 +1,43 @@
-<!--
-    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:panelFormLayout inlineStyle="padding-bottom:4px; position:relative;">
-            <tr:outputText value="The Web is like a dominatrix.  Everywhere you turn, you see little buttons ordering you to Submit."
-                           inlineStyle="font-size:2.6em; color:#E8E2D7; line-height:1.1em;"/>
-            <tr:panelBox text="To do list:"
-                         background="medium"
-                         inlineStyle="position:absolute; top:0px; left:100px;">
-                <tr:selectManyCheckbox inlineStyle="text-align:left; font-weight:bold;">
-                    <tr:selectItem label="Change car oil"/>
-                    <tr:selectItem label="Pick up laundry"/>
-                    <tr:selectItem label="Walk dog"/>
-                    <tr:selectItem label="Repair patio deck"/>
-                </tr:selectManyCheckbox>
-            </tr:panelBox>
-        </tr:panelFormLayout>
-
-    </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:panelFormLayout inlineStyle="padding-bottom:4px; position:relative;">
+            <tr:outputText value="The Web is like a dominatrix.  Everywhere you turn, you see little buttons ordering you to Submit."
+                           inlineStyle="font-size:2.6em; color:#E8E2D7; line-height:1.1em;"/>
+            <tr:panelBox text="To do list:"
+                         background="medium"
+                         inlineStyle="position:absolute; top:0px; left:100px;">
+                <tr:selectManyCheckbox inlineStyle="text-align:left; font-weight:bold;">
+                    <tr:selectItem label="Change car oil"/>
+                    <tr:selectItem label="Pick up laundry"/>
+                    <tr:selectItem label="Walk dog"/>
+                    <tr:selectItem label="Repair patio deck"/>
+                </tr:selectManyCheckbox>
+            </tr:panelBox>
+        </tr:panelFormLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml Wed Nov 10 08:13:47 2010
@@ -1,43 +1,43 @@
-<!--
-    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:panelFormLayout inlineStyle="padding-bottom:4px; position:relative;">
-            <tr:outputText value="The Web is like a dominatrix.  Everywhere you turn, you see little buttons ordering you to Submit."
-                           inlineStyle="font-size:2.6em; color:#E8E2D7; line-height:1.1em;"/>
-            <tr:panelBox text="To do list:"
-                         background="transparent"
-                         inlineStyle="position:absolute; top:0px; left:100px;">
-                <tr:selectManyCheckbox inlineStyle="text-align:left; font-weight:bold;">
-                    <tr:selectItem label="Change car oil"/>
-                    <tr:selectItem label="Pick up laundry"/>
-                    <tr:selectItem label="Walk dog"/>
-                    <tr:selectItem label="Repair patio deck"/>
-                </tr:selectManyCheckbox>
-            </tr:panelBox>
-        </tr:panelFormLayout>
-
-    </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:panelFormLayout inlineStyle="padding-bottom:4px; position:relative;">
+            <tr:outputText value="The Web is like a dominatrix.  Everywhere you turn, you see little buttons ordering you to Submit."
+                           inlineStyle="font-size:2.6em; color:#E8E2D7; line-height:1.1em;"/>
+            <tr:panelBox text="To do list:"
+                         background="transparent"
+                         inlineStyle="position:absolute; top:0px; left:100px;">
+                <tr:selectManyCheckbox inlineStyle="text-align:left; font-weight:bold;">
+                    <tr:selectItem label="Change car oil"/>
+                    <tr:selectItem label="Pick up laundry"/>
+                    <tr:selectItem label="Walk dog"/>
+                    <tr:selectItem label="Repair patio deck"/>
+                </tr:selectManyCheckbox>
+            </tr:panelBox>
+        </tr:panelFormLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,59 +1,59 @@
-<!--
-    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 panelBox is used to place ancillary information on a page, offset by a certain color.
-
-    <br/>
-
-    There are four possible attributes to set for the content container. The width of the
-    container can be set to either an exact pixel size or a percentage of the element the content container is
-    within. This is done by using the inlineStyle or styleClass attributes.
-
-    <br/>
-
-    Content containers can have headers and icons. Set the text and icon attributes to gain
-    these items. If neither is set, the content container will only display its children. If there is a header but
-    no icon, the header will show and the content will be offset to line up with the start of the header. If an
-    icon is set, the icon will appear to the left of the header, but the content will still be offset to the left
-    of the header. If an icon is set but no header, the icon will still be displayed on the left but no header text
-    will be visible.  
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="Content containers can have various color schemes, which can be specified by setting the
-        background attribute. The values for the background attribute are light, medium, dark, and transparent. The
-        default is light. Please note that changing the background attribute may also change the appearance of the
-        title bar. "/>
-
-    <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 panelBox is used to place ancillary information on a page, offset by a certain color.
+
+    <br/>
+
+    There are four possible attributes to set for the content container. The width of the
+    container can be set to either an exact pixel size or a percentage of the element the content container is
+    within. This is done by using the inlineStyle or styleClass attributes.
+
+    <br/>
+
+    Content containers can have headers and icons. Set the text and icon attributes to gain
+    these items. If neither is set, the content container will only display its children. If there is a header but
+    no icon, the header will show and the content will be offset to line up with the start of the header. If an
+    icon is set, the icon will appear to the left of the header, but the content will still be offset to the left
+    of the header. If an icon is set but no header, the icon will still be displayed on the left but no header text
+    will be visible.  
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="Content containers can have various color schemes, which can be specified by setting the
+        background attribute. The values for the background attribute are light, medium, dark, and transparent. The
+        default is light. Please note that changing the background attribute may also change the appearance of the
+        title bar. "/>
+
+    <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/panelBox/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml Wed Nov 10 08:13:47 2010
@@ -1,34 +1,34 @@
-<!--
-    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:panelButtonBar halign="center">
-            <tr:commandButton text="Back"/>
-            <tr:commandButton text="Next"/>
-            <tr:commandButton text="Submit"/>
-        </tr:panelButtonBar>
-
-    </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:panelButtonBar halign="center">
+            <tr:commandButton text="Back"/>
+            <tr:commandButton text="Next"/>
+            <tr:commandButton text="Submit"/>
+        </tr:panelButtonBar>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml Wed Nov 10 08:13:47 2010
@@ -1,34 +1,34 @@
-<!--
-    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:panelButtonBar halign="end">
-            <tr:commandButton text="Back"/>
-            <tr:commandButton text="Next"/>
-            <tr:commandButton text="Submit"/>
-        </tr:panelButtonBar>
-
-    </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:panelButtonBar halign="end">
+            <tr:commandButton text="Back"/>
+            <tr:commandButton text="Next"/>
+            <tr:commandButton text="Submit"/>
+        </tr:panelButtonBar>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml Wed Nov 10 08:13:47 2010
@@ -1,34 +1,34 @@
-<!--
-    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:panelButtonBar halign="left">
-            <tr:commandButton text="Back"/>
-            <tr:commandButton text="Next"/>
-            <tr:commandButton text="Submit"/>
-        </tr:panelButtonBar>
-
-    </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:panelButtonBar halign="left">
+            <tr:commandButton text="Back"/>
+            <tr:commandButton text="Next"/>
+            <tr:commandButton text="Submit"/>
+        </tr:panelButtonBar>
+
+    </ui:define>
+</ui:composition>

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