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

Gavin King gavin.king at jboss.com
Wed Nov 1 20:30:55 EST 2006


  User: gavin   
  Date: 06/11/01 20:30:55

  Added:       seam-gen/view-scaffold/layout    footer.xhtml header.xhtml
                        template.xhtml
  Log:
  fixed bugs
  
  Revision  Changes    Path
  1.1      date: 2006/11/02 01:30:55;  author: gavin;  state: Exp;jboss-seam/seam-gen/view-scaffold/layout/footer.xhtml
  
  Index: footer.xhtml
  ===================================================================
  <f:subview xmlns="http://www.w3.org/1999/xhtml"
             xmlns:ui="http://java.sun.com/jsf/facelets"
             xmlns:f="http://java.sun.com/jsf/core"
             xmlns:h="http://java.sun.com/jsf/html"
             xmlns:s="http://jboss.com/products/seam/taglib">
      <div>
      	2002-2006 Red Hat, Inc. All rights reserved. JBoss is a registered trademark of Red Hat, Inc. Privacy Policy
      </div>
  </f:subview>
  
  
  1.1      date: 2006/11/02 01:30:55;  author: gavin;  state: Exp;jboss-seam/seam-gen/view-scaffold/layout/header.xhtml
  
  Index: header.xhtml
  ===================================================================
  <f:subview xmlns="http://www.w3.org/1999/xhtml"
             xmlns:ui="http://java.sun.com/jsf/facelets"
             xmlns:f="http://java.sun.com/jsf/core"
             xmlns:h="http://java.sun.com/jsf/html"
             xmlns:s="http://jboss.com/products/seam/taglib">
      <table width="100%" border="0" cellpadding="2" cellspacing="2">    	
      	<tr>
      		<td valign="top" align="right">
      			<a href="home.seam">Home Page</a>
      		</td>    		
      	</tr>
      	<tr>
      		<td align="center">
      			<img src="images/logo.jpg"/>
      		</td>    		
      	</tr>
      </table>
  </f:subview>
  
  
  1.1      date: 2006/11/02 01:30:55;  author: gavin;  state: Exp;jboss-seam/seam-gen/view-scaffold/layout/template.xhtml
  
  Index: template.xhtml
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
                        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf"
        xmlns:s="http://jboss.com/products/seam/taglib">
  <head>  
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>JBoss Seam Shell</title>
      <link href="stylesheet/theme.css" rel="stylesheet" type="text/css" />
  </head>
  
  <body id="pgMainMenu">
  	<div align="center">
       	<div class="header"><ui:insert name="header"/></div>
      	<div class="body"><ui:insert name="body"/></div>
      	<div class="footer"><ui:insert name="footer"/></div>
     </div>
  </body>
  </html>
  
  
  



More information about the jboss-cvs-commits mailing list