Author: SergeySmirnov
Date: 2009-02-23 19:16:55 -0500 (Mon, 23 Feb 2009)
New Revision: 12723
Added:
trunk/sandbox/samples/layout-sample/src/main/webapp/META-INF/
trunk/sandbox/samples/layout-sample/src/main/webapp/META-INF/MANIFEST.MF
trunk/sandbox/samples/layout-sample/src/main/webapp/pages/
trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.jsp
trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.xhtml
Log:
Added: trunk/sandbox/samples/layout-sample/src/main/webapp/META-INF/MANIFEST.MF
===================================================================
--- trunk/sandbox/samples/layout-sample/src/main/webapp/META-INF/MANIFEST.MF
(rev 0)
+++ trunk/sandbox/samples/layout-sample/src/main/webapp/META-INF/MANIFEST.MF 2009-02-24
00:16:55 UTC (rev 12723)
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path:
+
Property changes on:
trunk/sandbox/samples/layout-sample/src/main/webapp/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.jsp
(rev 0)
+++ trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.jsp 2009-02-24
00:16:55 UTC (rev 12723)
@@ -0,0 +1,20 @@
+<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/ui/layout"
prefix="layout"%>
+<html>
+ <head>
+ <title>layout sample page</title>
+ </head>
+ <body>
+ <f:view>
+ <layout:layoutPanel type="gd">
+ <layout:layoutPanel type="u first">
+ <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod tincidunt ut laoreet dolore magna.</p>
+ </layout:layoutPanel>
+ <layout:layoutPanel type="u">
+ <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
nibh euismod tincidunt ut laoreet dolore magna.</p>
+ </layout:layoutPanel>
+ </layout:layoutPanel>
+ </f:view>
+ </body>
+</html>
Property changes on: trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.jsp
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.xhtml
===================================================================
(Binary files differ)
Property changes on:
trunk/sandbox/samples/layout-sample/src/main/webapp/pages/index.xhtml
___________________________________________________________________
Name: svn:mime-type
+ application/xhtml+xml