[jboss-cvs] jboss-seam/seam-gen/view/layout ...

Gavin King gavin.king at jboss.com
Thu Nov 2 19:03:30 EST 2006


  User: gavin   
  Date: 06/11/02 19:03:30

  Modified:    seam-gen/view/layout  template.xhtml
  Log:
  more improvenets
  
  Revision  Changes    Path
  1.3       +18 -3     jboss-seam/seam-gen/view/layout/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/template.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- template.xhtml	2 Nov 2006 02:12:30 -0000	1.2
  +++ template.xhtml	3 Nov 2006 00:03:30 -0000	1.3
  @@ -12,9 +12,24 @@
   </head>
   
   <body>
  -    <h1>@projectName@</h1>
  +
  +    <div class="menuButtons">
  +        <s:link view="/home.xhtml" value="Home"/>
  +    </div>
  +
   	<div class="body">
  +  
  +        <f:facet name="aroundInvalidField">
  +            <s:span styleClass="errors"/>
  +        </f:facet>
  +        <f:facet name="afterInvalidField">
  +            <s:span>&#160;<s:message/></s:span>
  +        </f:facet>
  +
  +        <h1>@projectName@</h1>
   		<ui:insert name="body"/>
  +    
   	</div>
  +
   </body>
   </html>
  
  
  



More information about the jboss-cvs-commits mailing list