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

Michael Yuan michael.yuan at jboss.com
Wed Nov 8 19:37:29 EST 2006


  User: myuan   
  Date: 06/11/08 19:37:29

  Modified:    examples/hibernate2/view         book.xhtml confirm.xhtml
                        conversations.xhtml home.xhtml hotel.xhtml
                        password.xhtml register.xhtml template.xhtml
  Log:
  Build, xhtml changes to jpa and hibernate2 examples
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/hibernate2/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/hibernate2/view/book.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- book.xhtml	8 Nov 2006 10:01:02 -0000	1.1
  +++ book.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  @@ -165,7 +165,7 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<h:commandButton id="proceed" value="Proceed" action="#{hotelBooking.setBookingDetails}" class="button"/>&#160;
  +				<h:commandButton id="proceed" value="Proceed" action="#{hotelBooking.setBookingDetails}" styleClass="button"/>&#160;
   				<s:link id="cancel" value="Cancel" action="#{hotelBooking.cancel}" buttonClass="button" linkStyle="button"/>
   			</div>
   		</div>		
  
  
  
  1.2       +3 -3      jboss-seam/examples/hibernate2/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/hibernate2/view/confirm.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- confirm.xhtml	8 Nov 2006 10:01:02 -0000	1.1
  +++ confirm.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  @@ -49,9 +49,9 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<h:commandButton id="confirm" value="Confirm" action="#{hotelBooking.confirm}" class="button"/>&#160;
  -    			<h:commandButton id="revise" value="Revise" action="back" class="button"/>&#160;
  -    			<h:commandButton id="cancel" value="Cancel" action="#{hotelBooking.cancel}" class="button"/>
  +				<h:commandButton id="confirm" value="Confirm" action="#{hotelBooking.confirm}" styleClass="button"/>&#160;
  +    			<h:commandButton id="revise" value="Revise" action="back" styleClass="button"/>&#160;
  +    			<h:commandButton id="cancel" value="Cancel" action="#{hotelBooking.cancel}" styleClass="button"/>
   			</div>
   		</div>
   	</fieldset>
  
  
  
  1.2       +2 -0      jboss-seam/examples/hibernate2/view/conversations.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversations.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/conversations.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- conversations.xhtml	8 Nov 2006 10:01:02 -0000	1.1
  +++ conversations.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  @@ -1,3 +1,4 @@
  +<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <div xmlns="http://www.w3.org/1999/xhtml"
        xmlns:c="http://java.sun.com/jstl/core"
        xmlns:ui="http://java.sun.com/jsf/facelets"
  @@ -8,6 +9,7 @@
   <div class="section">
       <h1><h:outputText rendered="#{not empty conversationList}" value="Workspaces"/></h1>
   </div>
  +
   <div class="section">
       <h:form>
           <h:dataTable value="#{conversationList}" var="entry">
  
  
  
  1.2       +3 -3      jboss-seam/examples/hibernate2/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/hibernate2/view/home.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- home.xhtml	8 Nov 2006 10:01:02 -0000	1.1
  +++ home.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  @@ -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">
  @@ -28,7 +28,7 @@
   					<h:inputSecret id="password" value="#{user.password}" style="width: 175px;"/>
   				</div>
   				<div class="errors"><h:messages globalOnly="true"/></div>
  -				<div class="buttonBox"><h:commandButton id="login" action="#{login.login}" value="Account Login" class="button" /></div>
  +				<div class="buttonBox"><h:commandButton id="login" action="#{login.login}" value="Account Login" styleClass="button"/></div>
   				<div class="notes"><h:commandLink id="register" action="register">Register New User</h:commandLink></div>
   			</fieldset>
               </h:form>
  @@ -54,7 +54,7 @@
   			</div>
   		</div>
   	</div>
  -	<div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and Facelets</div>
  +	<div id="footer">Created with JBoss Seam, Hibernate, MyFaces, Facelets, and Ajax4jsf</div>
   </div>
   </f:view>
   </body>
  
  
  
  1.2       +2 -2      jboss-seam/examples/hibernate2/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/hibernate2/view/hotel.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- hotel.xhtml	8 Nov 2006 10:01:02 -0000	1.1
  +++ hotel.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  @@ -40,8 +40,8 @@
   <div class="section">
   	<h:form id="hotel">
   	<fieldset class="buttonBox">
  -		<h:commandButton id="bookHotel" action="#{hotelBooking.bookHotel}" value="Book Hotel" class="button"/>&#160;
  -		<h:commandButton id="cancel" action="#{hotelBooking.cancel}" value="Back to Search" class="button"/>
  +		<h:commandButton id="bookHotel" action="#{hotelBooking.bookHotel}" value="Book Hotel" styleClass="button"/>&#160;
  +		<h:commandButton id="cancel" action="#{hotelBooking.cancel}" value="Back to Search" styleClass="button"/>
   	</fieldset>
   	</h:form>
   </div>
  
  
  
  1.2       +1 -1      jboss-seam/examples/hibernate2/view/password.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: password.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/password.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- password.xhtml	8 Nov 2006 10:01:03 -0000	1.1
  +++ password.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  @@ -52,7 +52,7 @@
   			<div class="entry">
   				<div class="label">&#160;</div>
   				<div class="input">
  -					<h:commandButton id="change" value="Change" action="#{changePassword.changePassword}" class="button"/>&#160;
  +					<h:commandButton id="change" value="Change" action="#{changePassword.changePassword}" styleClass="button"/>&#160;
   					<s:link id="cancel" value="Cancel" action="#{changePassword.cancel}" linkStyle="button" buttonClass="button"/>
   				</div>
   			</div>
  
  
  
  1.2       +2 -2      jboss-seam/examples/hibernate2/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/hibernate2/view/register.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- register.xhtml	8 Nov 2006 10:01:03 -0000	1.1
  +++ register.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  @@ -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">		    
  @@ -100,7 +100,7 @@
   					<div class="entry">
   						<div class="label">&#160;</div>
   						<div class="input">
  -							<h:commandButton id="register" value="Register" action="#{register.register}" class="button"/>&#160;
  +							<h:commandButton id="register" value="Register" action="#{register.register}" styleClass="button"/>&#160;
   							<s:link id="cancel" value="Cancel" action="login" linkStyle="button" buttonClass="button"/>
   						</div>
   					</div>
  
  
  
  1.2       +2 -2      jboss-seam/examples/hibernate2/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/hibernate2/view/template.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- template.xhtml	8 Nov 2006 10:01:03 -0000	1.1
  +++ template.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  @@ -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}
  @@ -30,7 +30,7 @@
   		    <ui:include src="conversations.xhtml" />
   		</div>
   	</div>
  -	<div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and Facelets</div>
  +	<div id="footer">Created with JBoss Seam, Hibernate, MyFaces, Facelets, and Ajax4jsf</div>
   </div>
   </body>
   </html>
  
  
  



More information about the jboss-cvs-commits mailing list