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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 30 22:45:24 EST 2006


  User: sbryzak2
  Date: 06/10/30 22:45:24

  Modified:    examples/seamspace/view   home.xhtml template.xhtml
  Log:
  updated visuals
  
  Revision  Changes    Path
  1.3       +11 -1     jboss-seam/examples/seamspace/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/seamspace/view/home.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- home.xhtml	25 Oct 2006 09:46:17 -0000	1.2
  +++ home.xhtml	31 Oct 2006 03:45:24 -0000	1.3
  @@ -6,6 +6,16 @@
   
     <ui:composition template="template.xhtml">
       <ui:define name="content">
  +      <div id="contentMain">
  +        Main content
  +      </div>
  +
  +      <div id="contentDivider">
  +      </div>
  +
  +      <div id="contentSide">
  +        <div class="advertising"></div>
  +      </div>
       
       </ui:define>
       
  
  
  
  1.2       +1 -1      jboss-seam/examples/seamspace/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/seamspace/view/template.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- template.xhtml	25 Oct 2006 09:46:17 -0000	1.1
  +++ template.xhtml	31 Oct 2006 03:45:24 -0000	1.2
  @@ -27,7 +27,7 @@
           </div>
           <div id="search">
             <h:inputText type="text" styleClass="searchField"/>
  -          <h:commandButton value="Search SeamSpace"/>
  +          <h:commandButton value="Search SeamSpace" styleClass="searchButton"/>
           </div>
         </h:form>
       </div>
  
  
  



More information about the jboss-cvs-commits mailing list