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

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


  User: gavin   
  Date: 06/11/08 18:02:50

  Modified:    examples/booking/view       book.xhtml confirm.xhtml
                        home.xhtml hotel.xhtml main.xhtml register.xhtml
  Log:
  fix case
  
  Revision  Changes    Path
  1.22      +1 -1      jboss-seam/examples/booking/view/book.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: book.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/book.xhtml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- book.xhtml	1 Nov 2006 17:26:00 -0000	1.21
  +++ book.xhtml	8 Nov 2006 23:02:50 -0000	1.22
  @@ -184,7 +184,7 @@
      The "Workspaces" section showcases this advanced feature.
   </p>
   <p>
  -   <a href="#" onClick="window.open('exp/workspaceExp.html','exp','width=752,height=500,scrollbars=yes');">
  +   <a href="#" onclick="window.open('exp/workspaceExp.html','exp','width=752,height=500,scrollbars=yes');">
         How does the workspace list work?
      </a>
   </p>
  
  
  
  1.13      +1 -1      jboss-seam/examples/booking/view/confirm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: confirm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/confirm.xhtml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- confirm.xhtml	1 Nov 2006 17:26:00 -0000	1.12
  +++ confirm.xhtml	8 Nov 2006 23:02:50 -0000	1.13
  @@ -71,7 +71,7 @@
      buttons.
   </p>
   <p>
  -   <a href="#" onClick="window.open('exp/confirmExp.html','exp','width=752,height=500,scrollbars=yes');">
  +   <a href="#" onclick="window.open('exp/confirmExp.html','exp','width=752,height=500,scrollbars=yes');">
         What happens when the conversation ends?
      </a>
   </p>
  
  
  
  1.8       +2 -2      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- home.xhtml	1 Nov 2006 17:26:00 -0000	1.7
  +++ home.xhtml	8 Nov 2006 23:02:50 -0000	1.8
  @@ -52,13 +52,13 @@
   			    </p>
   			    
   			    <p>
  -			       <a href="#" onClick="window.open('exp/introExp.html','exp','width=752,height=500,scrollbars=yes');">
  +			       <a href="#" onclick="window.open('exp/introExp.html','exp','width=752,height=500,scrollbars=yes');">
   			          What is JBoss Seam?
   			       </a>
                   </p>
   			    
   			    <p>
  -			       <a href="#" onClick="window.open('exp/loginExp.html','exp','width=752,height=500,scrollbars=yes');">
  +			       <a href="#" onclick="window.open('exp/loginExp.html','exp','width=752,height=500,scrollbars=yes');">
   			          What happens when I login?
   			       </a>
                   </p>
  
  
  
  1.11      +1 -1      jboss-seam/examples/booking/view/hotel.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hotel.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/hotel.xhtml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- hotel.xhtml	1 Nov 2006 17:26:00 -0000	1.10
  +++ hotel.xhtml	8 Nov 2006 23:02:50 -0000	1.11
  @@ -64,7 +64,7 @@
       caching to achieve the best performance for your application.
   </p>
   <p>
  -   <a href="#" onClick="window.open('exp/bookingExp.html','exp','width=752,height=500,scrollbars=yes');">
  +   <a href="#" onclick="window.open('exp/bookingExp.html','exp','width=752,height=500,scrollbars=yes');">
         How does the hotel booking wizard work?
      </a>
   </p>
  
  
  
  1.25      +1 -1      jboss-seam/examples/booking/view/main.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: main.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/main.xhtml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- main.xhtml	1 Nov 2006 17:26:00 -0000	1.24
  +++ main.xhtml	8 Nov 2006 23:02:50 -0000	1.25
  @@ -128,7 +128,7 @@
   </p>
   
   <p>
  -   <a href="#" onClick="window.open('exp/mainExp.html','exp','width=752,height=500,scrollbars=yes');">
  +   <a href="#" onclick="window.open('exp/mainExp.html','exp','width=752,height=500,scrollbars=yes');">
         How does the search page work?
      </a>
   </p>
  
  
  
  1.15      +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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- register.xhtml	1 Nov 2006 17:26:00 -0000	1.14
  +++ register.xhtml	8 Nov 2006 23:02:50 -0000	1.15
  @@ -28,7 +28,7 @@
   			    your business rules change.
   			</p>
   			<p>
  -			   <a href="#" onClick="window.open('exp/registerExp.html','exp','width=752,height=500,scrollbars=yes');">
  +			   <a href="#" onclick="window.open('exp/registerExp.html','exp','width=752,height=500,scrollbars=yes');">
   			      What happens when I register?
   			   </a>
   			</p>
  
  
  



More information about the jboss-cvs-commits mailing list