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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 9 22:13:16 EST 2007


  User: sbryzak2
  Date: 07/01/09 22:13:16

  Modified:    examples/seamspace/view  home.xhtml
  Log:
  added new members div to home page
  
  Revision  Changes    Path
  1.7       +18 -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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- home.xhtml	9 Jan 2007 11:51:01 -0000	1.6
  +++ home.xhtml	10 Jan 2007 03:13:16 -0000	1.7
  @@ -46,8 +46,25 @@
             
             </div>
             
  -          <span>Tip: You can log in using <b>demo/demo</b> as the username/password</span>
  +          <span>Tip: You can log in using <b>demo/demo</b> as the username/password</span><br/><br/>
           </h:form>
  +        
  +        <div class="newMembers">
  +          <div class="newMembersHeader">Cool new members</div>
  +                    
  +          <ui:repeat value="#{newMembers}" var="newMember">
  +            <div class="newMember">
  +            
  +              <h:outputLink value="profile.seam?name=#{newMember.name}">
  +                <b>#{newMember.name}</b><br/>
  +                <h:graphicImage value="/content/images?id=#{newMember.picture.imageId}&amp;width=90"/>
  +              </h:outputLink>
  +              
  +            </div>
  +          </ui:repeat>          
  +          
  +          <br class="clear"/>
  +        </div>
         </div>
        
       </ui:define>
  
  
  



More information about the jboss-cvs-commits mailing list