You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/30 00:39:42 UTC

svn commit: r349836 [2/2] - /myfaces/examples/trunk/simple/

Modified: myfaces/examples/trunk/simple/panelnavigation_3.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/panelnavigation_3.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
--- myfaces/examples/trunk/simple/panelnavigation_3.jsp (original)
+++ myfaces/examples/trunk/simple/panelnavigation_3.jsp Tue Nov 29 15:39:08 2005
@@ -1,48 +1,48 @@
-
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-
-<html>
-
-<%@include file="inc/head.inc"%>
-
-<!--
-/*
- * Copyright 2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-//-->
-
-<body>
-<f:view>
-	<f:loadBundle
-		basename="org.apache.myfaces.examples.resource.example_messages"
-		var="example_messages" />
-
-    <h:outputText value="test" />
-    <t:div id="subnavigation_outer">
-    <t:div id="subnavigation">
-    <t:panelNavigation2 id="nav1" layout="list" itemClass="mypage" activeItemClass="selected" openItemClass="selected" >
-        <t:navigationMenuItems value="#{navigationMenu.panelNavigationItems}" />
-    </t:panelNavigation2>
-    </t:div>
-    </t:div>
-
-</f:view>
-<%@include file="inc/page_footer.jsp"%>
-
-</body>
-
-</html>
+
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+
+<html>
+
+<%@include file="inc/head.inc"%>
+
+<!--
+/*
+ * Copyright 2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+//-->
+
+<body>
+<f:view>
+	<f:loadBundle
+		basename="org.apache.myfaces.examples.resource.example_messages"
+		var="example_messages" />
+
+    <h:outputText value="test" />
+    <t:div id="subnavigation_outer">
+    <t:div id="subnavigation">
+    <t:panelNavigation2 id="nav1" layout="list" itemClass="mypage" activeItemClass="selected" openItemClass="selected" >
+        <t:navigationMenuItems value="#{navigationMenu.panelNavigationItems}" />
+    </t:panelNavigation2>
+    </t:div>
+    </t:div>
+
+</f:view>
+<%@include file="inc/page_footer.jsp"%>
+
+</body>
+
+</html>

Propchange: myfaces/examples/trunk/simple/panelnavigation_3.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/examples/trunk/simple/panelstack.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/panelstack.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
Binary files - no diff available.

Propchange: myfaces/examples/trunk/simple/panelstack.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/examples/trunk/simple/panelstack.jsp
            ('svn:mime-type' removed)

Modified: myfaces/examples/trunk/simple/popup.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/popup.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
Binary files - no diff available.

Propchange: myfaces/examples/trunk/simple/popup.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/examples/trunk/simple/popup.jsp
            ('svn:mime-type' removed)

Modified: myfaces/examples/trunk/simple/sample1.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/sample1.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
Binary files - no diff available.

Propchange: myfaces/examples/trunk/simple/sample1.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/examples/trunk/simple/sample1.jsp
            ('svn:mime-type' removed)

Modified: myfaces/examples/trunk/simple/sample2.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/sample2.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
Binary files - no diff available.

Propchange: myfaces/examples/trunk/simple/sample2.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/examples/trunk/simple/sample2.jsp
            ('svn:mime-type' removed)

Modified: myfaces/examples/trunk/simple/selectOneCountry.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/selectOneCountry.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
Binary files - no diff available.

Propchange: myfaces/examples/trunk/simple/selectOneCountry.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/examples/trunk/simple/selectOneCountry.jsp
            ('svn:mime-type' removed)

Propchange: myfaces/examples/trunk/simple/selectOneLanguage.jsp
            ('svn:mime-type' removed)

Modified: myfaces/examples/trunk/simple/selectbox.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/selectbox.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
Binary files - no diff available.

Propchange: myfaces/examples/trunk/simple/selectbox.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/examples/trunk/simple/selectbox.jsp
            ('svn:mime-type' removed)

Modified: myfaces/examples/trunk/simple/sortTable.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/sortTable.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
Binary files - no diff available.

Propchange: myfaces/examples/trunk/simple/sortTable.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/examples/trunk/simple/sortTable.jsp
            ('svn:mime-type' removed)

Modified: myfaces/examples/trunk/simple/swapimage.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/swapimage.jsp?rev=349836&r1=349835&r2=349836&view=diff
==============================================================================
Binary files - no diff available.

Propchange: myfaces/examples/trunk/simple/swapimage.jsp
            ('svn:mime-type' removed)

Propchange: myfaces/examples/trunk/simple/tab2.jsp
            ('svn:mime-type' removed)

Propchange: myfaces/examples/trunk/simple/tabbedPane.jsp
            ('svn:mime-type' removed)

Propchange: myfaces/examples/trunk/simple/tree.jsp
            ('svn:mime-type' removed)

Propchange: myfaces/examples/trunk/simple/tree2.jsp
            ('svn:mime-type' removed)

Propchange: myfaces/examples/trunk/simple/treeTable.jsp
            ('svn:mime-type' removed)

Propchange: myfaces/examples/trunk/simple/validate.jsp
            ('svn:mime-type' removed)