You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by he...@apache.org on 2006/01/16 14:42:50 UTC

svn commit: r369471 - in /incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto: classDefinition.jsp theme.jsp validation.jsp

Author: hennes
Date: Mon Jan 16 05:42:43 2006
New Revision: 369471

URL: http://svn.apache.org/viewcvs?rev=369471&view=rev
Log:
layout

Modified:
    incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/classDefinition.jsp
    incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/theme.jsp
    incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/validation.jsp

Modified: incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/classDefinition.jsp
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/classDefinition.jsp?rev=369471&r1=369470&r2=369471&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/classDefinition.jsp (original)
+++ incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/classDefinition.jsp Mon Jan 16 05:42:43 2006
@@ -21,17 +21,17 @@
   <jsp:body>
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout rows="80px;1*;" />
+        <tc:gridLayout rows="80px;220px;*"/>
       </f:facet>
 
-      <tc:out escape="false"  value="#{miniHowtoBundle.classDefinitionText1}" />
+      <tc:out escape="false" value="#{miniHowtoBundle.classDefinitionText1}"/>
 
-      <tc:box label="#{miniHowtoBundle.codeExample}" >
-        <tc:out value="#{miniHowtoBundle.classDefinitionCodeExample}" />
+      <tc:box label="#{miniHowtoBundle.codeExample}">
+        <tc:out value="#{miniHowtoBundle.classDefinitionCodeExample}"/>
       </tc:box>
 
       <%--<tc:out escape="false"  value="#{miniHowtoBundle.classDefinitionText2}" />--%>
-
+      <tc:cell/>
     </tc:panel>
   </jsp:body>
 </layout:mini-howto>

Modified: incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/theme.jsp
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/theme.jsp?rev=369471&r1=369470&r2=369471&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/theme.jsp (original)
+++ incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/theme.jsp Mon Jan 16 05:42:43 2006
@@ -21,7 +21,7 @@
   <jsp:body>
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout rows="80px;1*" />
+        <tc:gridLayout rows="80px;160px;1*" />
       </f:facet>
 
       <tc:out value="#{miniHowtoBundle.themesText1}" escape="false" />
@@ -29,7 +29,7 @@
       <tc:box label="#{miniHowtoBundle.codeExample}">
         <tc:out value="#{miniHowtoBundle.themesCodeExample1}" />
       </tc:box>
-
+      <tc:cell/>
       <%--<tc:out value="#{miniHowtoBundle.themesText2}" escape="false" />--%>
     </tc:panel>
   </jsp:body>

Modified: incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/validation.jsp
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/validation.jsp?rev=369471&r1=369470&r2=369471&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/validation.jsp (original)
+++ incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/mini-howto/validation.jsp Mon Jan 16 05:42:43 2006
@@ -21,7 +21,7 @@
   <jsp:body>
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout rows="80px;1*;70px" />
+        <tc:gridLayout rows="80px;170px;70px;*" />
       </f:facet>
 
       <tc:out value="#{miniHowtoBundle.validationText1}" escape="false" />
@@ -31,6 +31,8 @@
       </tc:box>
 
       <tc:out value="#{miniHowtoBundle.validationText2}" escape="false" />
+
+      <tc:cell />
 
     </tc:panel>
   </jsp:body>