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

Gavin King gavin.king at jboss.com
Sat Oct 28 13:56:06 EDT 2006


  User: gavin   
  Date: 06/10/28 13:56:06

  Added:       seam-gen/view/WEB-INF/layout  template.xhtml
  Log:
  add seam-gen to CVS
  
  Revision  Changes    Path
  1.1      date: 2006/10/28 17:56:06;  author: gavin;  state: Exp;jboss-seam/seam-gen/view/WEB-INF/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/core"
        xmlns:s="http://jboss.com/products/seam/taglib">
  <head>    
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>Seam Generated Application</title>
      <link href="stylesheet/theme.css" rel="stylesheet" type="text/css" />
  </head>
  
  <body>
      <h1>Seam Generated Application</h1>
  	<div class="body">
  		<ui:insert name="body"/>
  	</div>
  </body>
  </html>
  
  
  



More information about the jboss-cvs-commits mailing list