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

Gavin King gavin.king at jboss.com
Wed Nov 1 21:12:30 EST 2006


  User: gavin   
  Date: 06/11/01 21:12:30

  Modified:    seam-gen/view/layout  template.xhtml
  Log:
  various improvements
  
  Revision  Changes    Path
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- template.xhtml	2 Nov 2006 01:30:55 -0000	1.1
  +++ template.xhtml	2 Nov 2006 02:12:30 -0000	1.2
  @@ -7,12 +7,12 @@
         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>
  +    <title>@projectName@</title>
       <link href="stylesheet/theme.css" rel="stylesheet" type="text/css" />
   </head>
   
   <body>
  -    <h1>Seam Generated Application</h1>
  +    <h1>@projectName@</h1>
   	<div class="body">
   		<ui:insert name="body"/>
   	</div>
  
  
  



More information about the jboss-cvs-commits mailing list