[jboss-cvs] jboss-seam/examples/dvdstore/web/WEB-INF ...

Norman Richards norman.richards at jboss.com
Sun Nov 26 22:29:42 EST 2006


  User: nrichards
  Date: 06/11/26 22:29:42

  Modified:    examples/dvdstore/web/WEB-INF  template.xhtml
  Log:
  remove copyright notice on pages
  
  Revision  Changes    Path
  1.8       +47 -85    jboss-seam/examples/dvdstore/web/WEB-INF/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/template.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- template.xhtml	25 Nov 2006 19:38:32 -0000	1.7
  +++ template.xhtml	27 Nov 2006 03:29:42 -0000	1.8
  @@ -16,52 +16,17 @@
           <div id="header"><span>JBoss Seam DVD Store</span></div>
           <div id="nav"> 
               <ui:insert name="topnav">
  -                <ul>
  -                    <li id="current"><h:commandLink action="main" value="Home"/></li>
  -                    <li><a href="#">Something</a></li>
  -                    <li><a href="#">Something Else</a></li>
  -                </ul>
  +                TOPNAV
               </ui:insert>
           </div>
   
           <div id="container">
               <div id="sidebar">
                   <ui:insert name="sidebar">
  -                    <div class="menu"> 
  -                        <dl>
  -                            <dt class="menuHeader">Login:</dt>
  -                            <dd class="menuForm">
  -                                <dl>
  -                                    <dd>Username: <input type="text" /></dd>
  -                                    <dd>Password: <input type="text" /></dd>
  -                                    <dd><input type="submit" value="Login" 
  -                                               class="formButton" style="width: 166px;"/></dd>
  -                                </dl>
  -                            </dd>
  -                        </dl>
  -                    </div>
  -
  -
  -                    <div class="menu"> 
  -                        <dl>
  -                            <dt class="menuHeader">Search Catalog</dt>
  -                            <dd class="menuForm">
  -                                <dl>
  -                                    <dd>Title: <input type="text" /></dd>
  -                                    <dd>Author: <input type="text" /></dd>
  -                                    <dd>Category: 
  -                                    <select><option>All</option><option>McKesson Item Number</option><option>Manufacturer Item Number</option><option>Description</option></select></dd>
  -                                    <dd><input type="submit" value="Search" class="formButton" style="width: 166px;"/></dd>
  -                                </dl>
  -                            </dd>
  -                        </dl>
  -                    </div>
  -
  -
  +                    SIDEBAR
                   </ui:insert>
               </div>
   
  -            
               <div id="errors">
                   <ui:insert name="errors">
                       <h:messages globalOnly="true" 
  @@ -77,9 +42,6 @@
                   </ui:insert>
               </div>
           </div>
  -
  -        <div class="grayBox" style="text-align: right; color: #666;">#{messages.copyright}</div>
       </div>
  -
   </body>
   </html>
  
  
  



More information about the jboss-cvs-commits mailing list