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

Shane Bryzak sbryzak at redhat.com
Sun Oct 7 23:37:55 EDT 2007


  User: sbryzak2
  Date: 07/10/07 23:37:55

  Modified:    examples/seambay/view   header.xhtml
  Added:       examples/seambay/view   help.xhtml
  Log:
  added empty help page
  
  Revision  Changes    Path
  1.9       +1 -1      jboss-seam/examples/seambay/view/header.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: header.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/header.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- header.xhtml	4 Jul 2007 02:09:20 -0000	1.8
  +++ header.xhtml	8 Oct 2007 03:37:55 -0000	1.9
  @@ -26,7 +26,7 @@
           <div>          
             <s:link view="/buy.xhtml" value="Buy" styleClass="header_action" propagation="none"
             /><s:link view="/sell.xhtml" value="Sell" styleClass="header_action" propagation="none"
  -          /><s:link view="/help.xhtml" value="Help" styleClass="header_action"/>
  +          /><s:link view="/help.xhtml" value="Help" styleClass="header_action" propagation="none"/>
           </div>       
   
         </div>
  
  
  
  1.1      date: 2007/10/08 03:37:55;  author: sbryzak2;  state: Exp;jboss-seam/examples/seambay/view/help.xhtml
  
  Index: help.xhtml
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:s="http://jboss.com/products/seam/taglib"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:h="http://java.sun.com/jsf/html">
  
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>seamBay</title>
      <link href="style/home.css" rel="stylesheet" type="text/css"/>
      <link href="style/common.css" rel="stylesheet" type="text/css"/>
    </head>
  
    <body>
      <div class="container">
        <ui:include src="header.xhtml"/>
  
        <div style="text-align:center">
          <br/><br/><br/>
          <div>
            <div><quote>"There is no help"</quote></div>
            <br/><br/>
            <div><img src="img/nospoon.jpg"/></div>
          </div>
  
        </div>
  
      </div>
    </body>
  </html>
  
  
  



More information about the jboss-cvs-commits mailing list