[richfaces-svn-commits] JBoss Rich Faces SVN: r13699 - trunk/test-applications/richfaces-docs/web/src/main/webapp.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 20 10:55:55 EDT 2009


Author: msorokin
Date: 2009-04-20 10:55:55 -0400 (Mon, 20 Apr 2009)
New Revision: 13699

Modified:
   trunk/test-applications/richfaces-docs/web/src/main/webapp/richPage.xhtml
Log:
updated the file

Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/richPage.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/richPage.xhtml	2009-04-20 14:55:34 UTC (rev 13698)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/richPage.xhtml	2009-04-20 14:55:55 UTC (rev 13699)
@@ -6,7 +6,7 @@
 
 
 <rich:page sidebarPosition="left"  sidebarWidth="300"  
- theme="simple" title="advisory"  markupType="" pageTitle="Gleb is back" contentType="text/html; charset=UTF-8" >  
+ theme="" title="advisory"  markupType="" pageTitle="Gleb is back" contentType="text/html; charset=UTF-8" >  
          
          <f:facet name="pageHeader"  >
          <title>Page Title 2</title>
@@ -19,11 +19,23 @@
     </ui:include>
           
        </f:facet>
+       
+                <f:facet name="subheader" >
+<p>Subheader</p>
+     
+       </f:facet>
           
          <f:facet name="sidebar">
 <ui:include src="layout/mainMenu.xhtml" />
          </f:facet>
     <p>body content</p>
+    <ul>
+<li>Some text</li>
+<li>Some text</li>
+<li>Some text</li>
+<li>Some text</li>
+<li>Some text</li>
+    </ul> 
     
          <f:facet name="footer">
            footer  content




More information about the richfaces-svn-commits mailing list