[richfaces-svn-commits] JBoss Rich Faces SVN: r14746 - branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/rich.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 30 07:45:41 EDT 2009


Author: msorokin
Date: 2009-06-30 07:45:41 -0400 (Tue, 30 Jun 2009)
New Revision: 14746

Modified:
   branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/rich/richPage.xhtml
Log:


Modified: branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/rich/richPage.xhtml
===================================================================
--- branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/rich/richPage.xhtml	2009-06-29 18:55:35 UTC (rev 14745)
+++ branches/community/3.3.X/test-applications/richfaces-docs/src/main/webapp/rich/richPage.xhtml	2009-06-30 11:45:41 UTC (rev 14746)
@@ -6,27 +6,23 @@
 
 
 <rich:page sidebarPosition="left"  sidebarWidth="300"   title="advisory"  pageTitle="Page Title" 
-theme="simple"
+theme="brewedcoffee"
   >        
-         <f:facet name="pageHeader" > 
-  </f:facet>
          
+         
          <f:facet name="header" >
-      <ui:include src="layout/menu.xhtml">
-        <ui:param name="projectName" value="RichFaces Docs"/>
+header
+       
         
          <!--Header-->
-    </ui:include>
+  
           
        </f:facet>
        
-                <f:facet name="subheader" >
- <!--Subheader-->
-     
-       </f:facet>
+
           
          <f:facet name="sidebar">
-<ui:include src="layout/mainMenu.xhtml" />
+side bar
 <!--Side panel-->
 
          </f:facet>
@@ -35,37 +31,37 @@
 
     <rich:layoutPanel position="top">
 
-        <!--Top-->
+        Top
 
     </rich:layoutPanel>
 
     <rich:layoutPanel position="left">
 
-        <!--Left-->
+       Left
 
     </rich:layoutPanel>
 
     <rich:layoutPanel position="center">
 
-        <!--Center-->
+        Center
 
     </rich:layoutPanel>
 
     <rich:layoutPanel position="right">
 
-        <!--Right-->
+       Right
 
     </rich:layoutPanel>
 
     <rich:layoutPanel position="bottom">
 
-        <!--Bottom-->
+       Bottom
 
     </rich:layoutPanel>
 
 </rich:layout>
          <f:facet name="footer">
-         <!--Footer-->
+         <!--Footer-->footer
          </f:facet>   
      </rich:page>
 




More information about the richfaces-svn-commits mailing list