[richfaces-svn-commits] JBoss Rich Faces SVN: r14164 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed May 13 10:47:55 EDT 2009
Author: ilya_shaikovsky
Date: 2009-05-13 10:47:55 -0400 (Wed, 13 May 2009)
New Revision: 14164
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/gridcenter.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/gridtop.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/themes.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-7118
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/gridcenter.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/gridcenter.xhtml 2009-05-13 14:43:22 UTC (rev 14163)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/gridcenter.xhtml 2009-05-13 14:47:55 UTC (rev 14164)
@@ -5,7 +5,7 @@
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
<p>
- <b>Layout/LayoutPanel components</b> based on  <h:outputLink value="http://developer.yahoo.com/yui/grids/">Yahoo Nesting Grids</h:outputLink>.
+ <b>Layout/LayoutPanel components</b> based on  <h:outputLink value="http://developer.yahoo.com/yui/grids/" style="color:#0078d0">Yahoo Nesting Grids</h:outputLink>.
</p>
<p>
@@ -17,7 +17,7 @@
Currently for a horizontally aligned panels the "width" attribute
means a part of outer panel what that component takes.
This is a same semantic as HTML elements have - see 
- <h:outputLink value="http://www.w3.org/TR/html401/types.html#type-multi-length" target="blank">HTML MultiLength</h:outputLink>
+ <h:outputLink style="color:#0078d0" value="http://www.w3.org/TR/html401/types.html#type-multi-length" target="blank">HTML MultiLength</h:outputLink>
In future we plan to expand the layouts with possibility of fixed and percents based width definitions.
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/gridtop.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/gridtop.xhtml 2009-05-13 14:43:22 UTC (rev 14163)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/gridtop.xhtml 2009-05-13 14:47:55 UTC (rev 14164)
@@ -5,12 +5,12 @@
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
<p style="font-style: italic">
- Layout of this demo page built on top of  <h:outputLink target="blank" value="http://developer.yahoo.com/yui/layout/">Yahoo layouts</h:outputLink>.
+ Layout of this demo page built on top of  <h:outputLink target="blank" value="http://developer.yahoo.com/yui/layout/" style="color:#0078d0">Yahoo layouts</h:outputLink>.
The page layout including settings side bar, header and footer are
produced by <b>rich:page</b> component and nesting
grid in body created with <b>Layout/LayoutPanel</b> components pair.
</p>
<p style="font-style: italic">
- Complete info about the layouts design could be found at  <h:outputLink target="blank" value="http://www.jboss.org/community/docs/DOC-13336">RichFaces Layouts design wiki page</h:outputLink>.
+ Complete info about the layouts design could be found at  <h:outputLink target="blank" value="http://www.jboss.org/community/docs/DOC-13336" style="color:#0078d0">RichFaces Layouts design wiki page</h:outputLink>.
</p>
</ui:composition>
\ No newline at end of file
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/themes.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/themes.xhtml 2009-05-13 14:43:22 UTC (rev 14163)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/themes.xhtml 2009-05-13 14:47:55 UTC (rev 14164)
@@ -26,7 +26,7 @@
<p>
There are laso three more themes built using new archetype provided
(should be added as separate jar explicitly).
- <b>VioletRays</b> based on<a href="http://www.freecsstemplates.org/css-templates/">
+ <b>VioletRays</b> based on<a href="http://www.freecsstemplates.org/css-templates/" style="color: #0078d0">
freecsstemplates template</a>. It not uses a skin parameters(just stylesheets provided within a template)
And two more which uses RichFaces skin for its elements.
</p>
More information about the richfaces-svn-commits
mailing list