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

Norman Richards norman.richards at jboss.com
Mon Mar 26 19:21:51 EDT 2007


  User: nrichards
  Date: 07/03/26 19:21:51

  Modified:    examples/spring/view      confirm.xhtml home.xhtml
                        hotel.xhtml hotels.xhtml register.xhtml
  Log:
  remove dead links from sidebars
  
  Revision  Changes    Path
  1.2       +0 -5      jboss-seam/examples/spring/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/spring/view/confirm.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- confirm.xhtml	19 Feb 2007 23:29:00 -0000	1.1
  +++ confirm.xhtml	26 Mar 2007 23:21:51 -0000	1.2
  @@ -79,11 +79,6 @@
      applications that behave elegantly in response to the back, forward and refresh
      buttons.
   </p>
  -<p>
  -   <a href="#" onclick="window.open('exp/confirmExp.html','exp','width=752,height=500,scrollbars=yes');">
  -      What happens when the conversation ends?
  -   </a>
  -</p>
   </ui:define>
   
   </ui:composition>
  
  
  
  1.2       +0 -12     jboss-seam/examples/spring/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/spring/view/home.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- home.xhtml	19 Feb 2007 23:29:00 -0000	1.1
  +++ home.xhtml	26 Mar 2007 23:21:51 -0000	1.2
  @@ -52,18 +52,6 @@
   			       this sample application.
   			    </p>
   			    
  -			    <p>
  -			       <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');">
  -			          What happens when I login?
  -			       </a>
  -                </p>
  -								
   			</div>
   		</div>
   	</div>
  
  
  
  1.3       +0 -6      jboss-seam/examples/spring/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/spring/view/hotel.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- hotel.xhtml	19 Feb 2007 21:55:02 -0000	1.2
  +++ hotel.xhtml	26 Mar 2007 23:21:51 -0000	1.3
  @@ -72,12 +72,6 @@
       a clever combination of second-level caching and conversational data
       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');">
  -      How does the hotel booking wizard work?
  -   </a>
  -</p>
  -
   </ui:define>
   
   </ui:composition>
  
  
  
  1.4       +21 -27    jboss-seam/examples/spring/view/hotels.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hotels.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/view/hotels.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- hotels.xhtml	19 Feb 2007 19:30:26 -0000	1.3
  +++ hotels.xhtml	26 Mar 2007 23:21:51 -0000	1.4
  @@ -127,12 +127,6 @@
      conversations do not interfere with each other.
   </p>
   
  -<p>
  -   <a href="#" onclick="window.open('exp/mainExp.html','exp','width=752,height=500,scrollbars=yes');">
  -      How does the search page work?
  -   </a>
  -</p>
  -
   </ui:define>
   
   </ui:composition>
  
  
  
  1.2       +0 -5      jboss-seam/examples/spring/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/spring/view/register.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- register.xhtml	19 Feb 2007 23:29:00 -0000	1.1
  +++ register.xhtml	26 Mar 2007 23:21:51 -0000	1.2
  @@ -27,11 +27,6 @@
   			    your application and protects your data. Even better, it's self-documenting, and easy to change when
   			    your business rules change.
   			</p>
  -			<p>
  -			   <a href="#" onclick="window.open('exp/registerExp.html','exp','width=752,height=500,scrollbars=yes');">
  -			      What happens when I register?
  -			   </a>
  -			</p>
   		</div>
   		<div id="content">
   			<div class="section">
  
  
  



More information about the jboss-cvs-commits mailing list