[jboss-cvs] jboss-seam/seam-gen/view/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/layout  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/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