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 [7/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/output/message/messageWarning.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageWarning.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageWarning.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageWarning.xhtml Wed Nov 10 08:13:47 2010
@@ -1,41 +1,41 @@
-<!--
-    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:outputText value="Type 'cat' to see an error message"/>
-        <tr:spacer height="10"/>
-
-        <tr:panelFormLayout rows="8" labelAlignment="top">
-            <tr:outputLabel for="luky_no" value="Luky number"/>
-            <tr:message for="luky_no" messageType="warning"
-                        inlineStyle="background-color:#F6F4F0; border: 1px solid #BBB1AA"/>
-            <tr:inputText id="luky_no" simple="true" label="Luky No">
-                <f:converter converterId="javax.faces.BigInteger"/>
-            </tr:inputText>
-            <tr:commandButton text="Submit"/>
-        </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:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="Type 'cat' to see an error message"/>
+        <tr:spacer height="10"/>
+
+        <tr:panelFormLayout rows="8" labelAlignment="top">
+            <tr:outputLabel for="luky_no" value="Luky number"/>
+            <tr:message for="luky_no" messageType="warning"
+                        inlineStyle="background-color:#F6F4F0; border: 1px solid #BBB1AA"/>
+            <tr:inputText id="luky_no" simple="true" label="Luky No">
+                <f:converter converterId="javax.faces.BigInteger"/>
+            </tr:inputText>
+            <tr:commandButton text="Submit"/>
+        </tr:panelFormLayout>
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/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">
-
-    Component that displays a message on behalf of a component. Trinidad input components
-    typically support automatically showing their own messages, including a tip and the error message.
-    Developers should use this when they set &quot;simple&quot; to &quot;true&quot; on an Trinidad input component,
-    or when using a non-Trinidad input component. 
-    
-</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">
+
+    Component that displays a message on behalf of a component. Trinidad input components
+    typically support automatically showing their own messages, including a tip and the error message.
+    Developers should use this when they set &quot;simple&quot; to &quot;true&quot; on an Trinidad input component,
+    or when using a non-Trinidad input component. 
+    
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml Wed Nov 10 08:13:47 2010
@@ -1,55 +1,55 @@
-<!--
-    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:messages/>
-        <tr:panelFormLayout>
-            <tr:inputText label="Amount">
-                <f:facet name="help">
-                    <tr:outputText value="Type 'cat' to see an error in the message box"/>
-                </f:facet>
-                <f:converter converterId="javax.faces.BigInteger"/>
-            </tr:inputText>
-            <tr:inputText label="Threshold">
-                <f:facet name="help">
-                    <tr:outputText value="type='percent' locale='en_US' - This results in fraction
-                        displayed as integer value with % symbol"/>
-                </f:facet>
-                <f:convertNumber type="percent" locale="en_US"/>
-            </tr:inputText>
-        </tr:panelFormLayout>
-        <tr:commandButton text="Submit"/>
-        <tr:panelHorizontalLayout>
-            <tr:commandButton text="Add Message"
-                              action="#{messagesBean.createGlobalMessage}"
-                              immediate="true"/>
-            <tr:commandButton text="Add Multiple Messages"
-                              action="#{messagesBean.createMultipleGlobalMessages}"
-                              immediate="true"/>
-        </tr:panelHorizontalLayout>
-
-    </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:messages/>
+        <tr:panelFormLayout>
+            <tr:inputText label="Amount">
+                <f:facet name="help">
+                    <tr:outputText value="Type 'cat' to see an error in the message box"/>
+                </f:facet>
+                <f:converter converterId="javax.faces.BigInteger"/>
+            </tr:inputText>
+            <tr:inputText label="Threshold">
+                <f:facet name="help">
+                    <tr:outputText value="type='percent' locale='en_US' - This results in fraction
+                        displayed as integer value with % symbol"/>
+                </f:facet>
+                <f:convertNumber type="percent" locale="en_US"/>
+            </tr:inputText>
+        </tr:panelFormLayout>
+        <tr:commandButton text="Submit"/>
+        <tr:panelHorizontalLayout>
+            <tr:commandButton text="Add Message"
+                              action="#{messagesBean.createGlobalMessage}"
+                              immediate="true"/>
+            <tr:commandButton text="Add Multiple Messages"
+                              action="#{messagesBean.createMultipleGlobalMessages}"
+                              immediate="true"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/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">
-
-    The messages bean is used at the top of an application page to give the user important
-    messaging information. It will automatically show any messages added to the FacesContext. 
-    
-</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 messages bean is used at the top of an application page to give the user important
+    messaging information. It will automatically show any messages added to the FacesContext. 
+    
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.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:outputDocument value="Text that is &lt;b&gt;bold&lt;/b&gt;&#10;and &lt;i&gt;italicized&lt;/i&gt;">
-            <f:facet name="title">
-                <tr:outputText value="Title"/>
-            </f:facet>
-
-            <f:facet name="separator">
-                <tr:separator/>
-            </f:facet>
-        </tr:outputDocument>
-
-    </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:outputDocument value="Text that is &lt;b&gt;bold&lt;/b&gt;&#10;and &lt;i&gt;italicized&lt;/i&gt;">
+            <f:facet name="title">
+                <tr:outputText value="Title"/>
+            </f:facet>
+
+            <f:facet name="separator">
+                <tr:separator/>
+            </f:facet>
+        </tr:outputDocument>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/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">
-
-    The outputText component supports styled text. The text can optionally be left unescaped,
-    and supports conversion to and from Java objects. 
-    
-</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 outputText component supports styled text. The text can optionally be left unescaped,
+    and supports conversion to and from Java objects. 
+    
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.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"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputFormatted value="&lt;b&gt;simple outputFormatted&lt;/b&gt;"
-                            styleUsage="inContextBranding"/>
-
-    </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:outputFormatted value="&lt;b&gt;simple outputFormatted&lt;/b&gt;"
+                            styleUsage="inContextBranding"/>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.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"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputFormatted value="&lt;b&gt;simple outputFormatted&lt;/b&gt;"
-                            styleUsage="instruction"/>
-
-    </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:outputFormatted value="&lt;b&gt;simple outputFormatted&lt;/b&gt;"
+                            styleUsage="instruction"/>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.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"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputFormatted value="&lt;b&gt;simple outputFormatted&lt;/b&gt;"
-                            styleUsage="pageStamp"/>
-
-    </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:outputFormatted value="&lt;b&gt;simple outputFormatted&lt;/b&gt;"
+                            styleUsage="pageStamp"/>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,36 +1,36 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<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 outputFormatted bean accepts a string in its &quot;value&quot; attribute containing
-    a very limited set of HTML markup and outputs formatted results. It is not intended as anything near to a
-    generic HTML output engine, and will never be such a bean. Developers needing full HTML output should use
-    &lt;f:verbatim  	&gt;  or  	&lt;tr:outputText  	&gt; with escape=&quot;false&quot;.
-
-    <br/>
-
-    What this bean does provide is a limited ability to use a single source for translated or
-    user-provided formatted text without further parsing or filtering or dangerous constructs (e.g., Javascript),
-    and with some hope of successful output to non-HTML displays. It also supports more attributes than an
-    unescaped outputText tag - for example, it supports styleClass. 
-
-</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 outputFormatted bean accepts a string in its &quot;value&quot; attribute containing
+    a very limited set of HTML markup and outputs formatted results. It is not intended as anything near to a
+    generic HTML output engine, and will never be such a bean. Developers needing full HTML output should use
+    &lt;f:verbatim  	&gt;  or  	&lt;tr:outputText  	&gt; with escape=&quot;false&quot;.
+
+    <br/>
+
+    What this bean does provide is a limited ability to use a single source for translated or
+    user-provided formatted text without further parsing or filtering or dangerous constructs (e.g., Javascript),
+    and with some hope of successful output to non-HTML displays. It also supports more attributes than an
+    unescaped outputText tag - for example, it supports styleClass. 
+
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml Wed Nov 10 08:13:47 2010
@@ -1,33 +1,33 @@
-<!--
-    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:panelHorizontalLayout>
-            <tr:outputLabel value="Name:" for="anInput"/>
-            <tr:inputText id="anInput"/>
-        </tr:panelHorizontalLayout>
-
-    </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:panelHorizontalLayout>
+            <tr:outputLabel value="Name:" for="anInput"/>
+            <tr:inputText id="anInput"/>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,28 +1,28 @@
-<!--
-    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">
-
-    Component that displays a label for a form component, including a text label, and an
-    (optional) icon indicating the type of message. Developers should use this if they need more control over layout
-    than the built-in label support for label components allows.
-    
-</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">
+
+    Component that displays a label for a form component, including a text label, and an
+    (optional) icon indicating the type of message. Developers should use this if they need more control over layout
+    than the built-in label support for label components allows.
+    
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.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"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="AFFieldText" styleClass="AFFieldText"/>
-
-    </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:outputText value="AFFieldText" styleClass="AFFieldText"/>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/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">
-
-    The outputText component supports styled text. The text can optionally be left unescaped,
-    and supports conversion to and from Java objects.
-    
-</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 outputText component supports styled text. The text can optionally be left unescaped,
+    and supports conversion to and from Java objects.
+    
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml Wed Nov 10 08:13:47 2010
@@ -1,64 +1,64 @@
-<!--
-    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>
-            <tr:panelList rows="2">
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="ProgressIndicator component is linked to a poll component."/>
-                <tr:outputFormatted styleUsage="instruction"
-                                    value="Click the Begin button in order to start the indicator."/>
-            </tr:panelList>
-
-            <tr:spacer height="5px"/>
-            <tr:poll id="pollid" interval="2000"/>
-
-            <tr:panelGroupLayout inlineStyle="float: left;">
-                <tr:progressIndicator id="progressid"
-                                      action="#{progressIndicatorBean.finishProcess}"
-                                      value="#{progressIndicatorBean.progressModel}"
-                                      partialTriggers="pollid">
-                    <tr:outputFormatted styleUsage="instruction"
-                                        value="Task status not known"
-                                        rendered="#{progressIndicatorBean.progressModel.value == -1 or progressIndicatorBean.progressModel.value == -1}"/>
-                    <tr:outputFormatted styleUsage="instruction"
-                                        value="#{progressIndicatorBean.progressModel.value} of #{progressIndicatorBean.progressModel.maximum} files copied"
-                                        rendered="#{progressIndicatorBean.progressModel.value > -1 and progressIndicatorBean.progressModel.value > -1 and progressIndicatorBean.finished == false}"/>
-                    <tr:outputFormatted styleUsage="instruction" value="Process finished!"
-                                        rendered="#{progressIndicatorBean.finished}"/>
-                </tr:progressIndicator>
-            </tr:panelGroupLayout>
-
-            <tr:panelHorizontalLayout>
-                <tr:commandButton text="Begin"
-                                  action="#{progressIndicatorBean.beginProcess}"/>
-                <tr:spacer width="5px"/>
-                <tr:commandButton text="Cancel"
-                                  action="#{progressIndicatorBean.endProcess}"/>
-            </tr:panelHorizontalLayout>
-        </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>
+            <tr:panelList rows="2">
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="ProgressIndicator component is linked to a poll component."/>
+                <tr:outputFormatted styleUsage="instruction"
+                                    value="Click the Begin button in order to start the indicator."/>
+            </tr:panelList>
+
+            <tr:spacer height="5px"/>
+            <tr:poll id="pollid" interval="2000"/>
+
+            <tr:panelGroupLayout inlineStyle="float: left;">
+                <tr:progressIndicator id="progressid"
+                                      action="#{progressIndicatorBean.finishProcess}"
+                                      value="#{progressIndicatorBean.progressModel}"
+                                      partialTriggers="pollid">
+                    <tr:outputFormatted styleUsage="instruction"
+                                        value="Task status not known"
+                                        rendered="#{progressIndicatorBean.progressModel.value == -1 or progressIndicatorBean.progressModel.value == -1}"/>
+                    <tr:outputFormatted styleUsage="instruction"
+                                        value="#{progressIndicatorBean.progressModel.value} of #{progressIndicatorBean.progressModel.maximum} files copied"
+                                        rendered="#{progressIndicatorBean.progressModel.value > -1 and progressIndicatorBean.progressModel.value > -1 and progressIndicatorBean.finished == false}"/>
+                    <tr:outputFormatted styleUsage="instruction" value="Process finished!"
+                                        rendered="#{progressIndicatorBean.finished}"/>
+                </tr:progressIndicator>
+            </tr:panelGroupLayout>
+
+            <tr:panelHorizontalLayout>
+                <tr:commandButton text="Begin"
+                                  action="#{progressIndicatorBean.beginProcess}"/>
+                <tr:spacer width="5px"/>
+                <tr:commandButton text="Cancel"
+                                  action="#{progressIndicatorBean.endProcess}"/>
+            </tr:panelHorizontalLayout>
+        </tr:panelFormLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,37 +1,37 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The progress is tracked from the org.apache.myfaces.trinidad.model.BoundedRangeModel
-    attached to this component through its 'value' attribute. The progressIndicator element goes to an indeterminate
-    mode and shows up as a spinner animation if the 'value' or 'maximum' from the BoundedRangeModel is unknown.
-    When these gets known the component switches to a determinate mode and renders a progress bar indicating
-    percentage of task completion. Once the task is complete, ActionEvent is queued and, the page indicated by
-    outcome of 'action' attribute is navigated to. 
-
-    <br/>
-
-    <tr:outputText value="The progressIndicator component needs to have a poll component from the page as a partial
-        trigger, in order that it be updated at regular intervals in PPR mode as determined by the pollInterval from the
-        poll component. "/>
-
-</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 progress is tracked from the org.apache.myfaces.trinidad.model.BoundedRangeModel
+    attached to this component through its 'value' attribute. The progressIndicator element goes to an indeterminate
+    mode and shows up as a spinner animation if the 'value' or 'maximum' from the BoundedRangeModel is unknown.
+    When these gets known the component switches to a determinate mode and renders a progress bar indicating
+    percentage of task completion. Once the task is complete, ActionEvent is queued and, the page indicated by
+    outcome of 'action' attribute is navigated to. 
+
+    <br/>
+
+    <tr:outputText value="The progressIndicator component needs to have a poll component from the page as a partial
+        trigger, in order that it be updated at regular intervals in PPR mode as determined by the pollInterval from the
+        poll component. "/>
+
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml Wed Nov 10 08:13:47 2010
@@ -1,69 +1,69 @@
-<!--
-    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:panelHorizontalLayout>
-            <f:facet name="separator">
-                <tr:spacer width="20"/>
-            </f:facet>
-
-            <tr:panelGroupLayout layout="vertical">
-                <tr:outputText value="Number of seconds you want the page to load:"/>
-                <tr:spacer height="10"/>
-                <tr:inputText value="#{statusIndicatorBean.loadingSec}" simple="true"/>
-                <tr:spacer height="10"/>
-                <tr:commandButton text="Load" action="#{statusIndicatorBean.doLoad}"
-                                  partialSubmit="true"/>
-            </tr:panelGroupLayout>
-
-            <tr:panelGroupLayout layout="vertical">
-                <tr:panelHorizontalLayout>
-                    <tr:panelList>
-                        <tr:outputText value="Icon status indicator:"/>
-                    </tr:panelList>
-                    <tr:spacer width="70" height="30"/>
-                    <tr:statusIndicator/>
-                </tr:panelHorizontalLayout>
-
-                <tr:panelHorizontalLayout>
-                    <tr:panelList>
-                        <tr:outputText value="Specified facet status indicator:"/>
-                    </tr:panelList>
-                    <tr:spacer width="10"/>
-                    <tr:statusIndicator>
-                        <f:facet name="busy">
-                            <tr:outputText value="Loading, please wait..."/>
-                        </f:facet>
-                        <f:facet name="ready">
-                            <tr:outputText value="Done!"/>
-                        </f:facet>
-                    </tr:statusIndicator>
-                </tr:panelHorizontalLayout>
-            </tr:panelGroupLayout>
-        </tr:panelHorizontalLayout>
-
-    </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:panelHorizontalLayout>
+            <f:facet name="separator">
+                <tr:spacer width="20"/>
+            </f:facet>
+
+            <tr:panelGroupLayout layout="vertical">
+                <tr:outputText value="Number of seconds you want the page to load:"/>
+                <tr:spacer height="10"/>
+                <tr:inputText value="#{statusIndicatorBean.loadingSec}" simple="true"/>
+                <tr:spacer height="10"/>
+                <tr:commandButton text="Load" action="#{statusIndicatorBean.doLoad}"
+                                  partialSubmit="true"/>
+            </tr:panelGroupLayout>
+
+            <tr:panelGroupLayout layout="vertical">
+                <tr:panelHorizontalLayout>
+                    <tr:panelList>
+                        <tr:outputText value="Icon status indicator:"/>
+                    </tr:panelList>
+                    <tr:spacer width="70" height="30"/>
+                    <tr:statusIndicator/>
+                </tr:panelHorizontalLayout>
+
+                <tr:panelHorizontalLayout>
+                    <tr:panelList>
+                        <tr:outputText value="Specified facet status indicator:"/>
+                    </tr:panelList>
+                    <tr:spacer width="10"/>
+                    <tr:statusIndicator>
+                        <f:facet name="busy">
+                            <tr:outputText value="Loading, please wait..."/>
+                        </f:facet>
+                        <f:facet name="ready">
+                            <tr:outputText value="Done!"/>
+                        </f:facet>
+                    </tr:statusIndicator>
+                </tr:panelHorizontalLayout>
+            </tr:panelGroupLayout>
+        </tr:panelHorizontalLayout>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/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 The statusIndicator component shows whether the page is busy processing or is ready.
-    By default, the component shows predefined icons for both readyand busy state. However, if a facet is specified,
-    be it rendered or not, none of the default icon is going to be rendered. That behavior enable an easy emulation
-    of GMail behavior by specifying only a busy 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 The statusIndicator component shows whether the page is busy processing or is ready.
+    By default, the component shows predefined icons for both readyand busy state. However, if a facet is specified,
+    be it rendered or not, none of the default icon is going to be rendered. That behavior enable an easy emulation
+    of GMail behavior by specifying only a busy facet.
+
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml Wed Nov 10 08:13:47 2010
@@ -1,37 +1,37 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:form>
-            <tr:inputText value="#{formBean.text}"/>
-            <tr:spacer height="10px"/>
-            <tr:commandButton text="Command" action="#{formBean.showMessage}"/>
-        </tr:form>
-
-        <tr:spacer height="5px"/>
-        <tr:outputText value="#{formBean.message}"/>
-
-    </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:form>
+            <tr:inputText value="#{formBean.text}"/>
+            <tr:spacer height="10px"/>
+            <tr:commandButton text="Command" action="#{formBean.showMessage}"/>
+        </tr:form>
+
+        <tr:spacer height="5px"/>
+        <tr:outputText value="#{formBean.message}"/>
+
+    </ui:define>
+</ui:composition>

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

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,28 +1,28 @@
-<!--
-    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 UIXForm component creates an HTML &lt;form&gt; element. Unlike the standard h:form tag,
-    tr:form is not a NamingContainer, and therefore you don't need to use its ID as a prefix in attributes like
-    &quot;partialTriggers&quot; or for Javascript identifiers.
-    
-</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 UIXForm component creates an HTML &lt;form&gt; element. Unlike the standard h:form tag,
+    tr:form is not a NamingContainer, and therefore you don't need to use its ID as a prefix in attributes like
+    &quot;partialTriggers&quot; or for Javascript identifiers.
+    
+</ui:composition>

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