[jboss-cvs] jboss-seam/examples/booking/view ...

Gavin King gavin.king at jboss.com
Wed Nov 8 18:18:32 EST 2006


  User: gavin   
  Date: 06/11/08 18:18:32

  Modified:    examples/booking/view    home.xhtml register.xhtml
                        template.xhtml
  Log:
  alt is required
  
  Revision  Changes    Path
  1.10      +1 -1      jboss-seam/examples/booking/view/home.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/home.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- home.xhtml	8 Nov 2006 23:13:59 -0000	1.9
  +++ home.xhtml	8 Nov 2006 23:18:32 -0000	1.10
  @@ -12,7 +12,7 @@
   <f:view>
   <div id="document">
   	<div id="header">
  -		<div id="title"><img src="img/hdr.title.gif" /></div>
  +		<div id="title"><img src="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></div>
   	</div>
   	<div id="container">
   		<div id="sidebar">
  
  
  
  1.17      +1 -1      jboss-seam/examples/booking/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/register.xhtml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- register.xhtml	8 Nov 2006 23:13:59 -0000	1.16
  +++ register.xhtml	8 Nov 2006 23:18:32 -0000	1.17
  @@ -13,7 +13,7 @@
   <body id="pgHome">
   <div id="document">
   	<div id="header">
  -		<div id="title"><img src="img/hdr.title.gif" /></div>
  +		<div id="title"><img src="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></div>
   	</div>
   	<div id="container">
   		<div id="sidebar">		    
  
  
  
  1.7       +1 -1      jboss-seam/examples/booking/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/template.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- template.xhtml	1 Nov 2006 17:26:00 -0000	1.6
  +++ template.xhtml	8 Nov 2006 23:18:32 -0000	1.7
  @@ -11,7 +11,7 @@
   
   <div id="document">
   	<div id="header">
  -		<div id="title"><img src="img/hdr.title.gif" /></div>
  +		<div id="title"><img src="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></div>
   		<div id="status">
   		    <h:form id="navigation">
   		    	Welcome #{user.name}
  
  
  



More information about the jboss-cvs-commits mailing list