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

Shane Bryzak Shane_Bryzak at symantec.com
Fri Jan 26 07:54:28 EST 2007


  User: sbryzak2
  Date: 07/01/26 07:54:28

  Modified:    examples/seamspace/view  profile.xhtml
  Log:
  added friends section
  
  Revision  Changes    Path
  1.13      +20 -0     jboss-seam/examples/seamspace/view/profile.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: profile.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/profile.xhtml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- profile.xhtml	26 Jan 2007 05:32:34 -0000	1.12
  +++ profile.xhtml	26 Jan 2007 12:54:28 -0000	1.13
  @@ -51,6 +51,26 @@
             </s:span>
           </s:div>
           
  +        <s:div id="memberFriends">
  +          <div class="sectionHeader">#{selectedMember.memberName}'s friends</div>
  +          
  +          <ui:repeat value="#{profile.friends}" var="f">
  +            <div class="friend">
  +            
  +              <h:outputLink value="profile.seam?name=#{f.memberName}">
  +                #{f.memberName}<br/>
  +                <h:graphicImage value="/content/images?id=#{f.picture.imageId}&amp;width=90"/>
  +              </h:outputLink>
  +              
  +            </div>          
  +          </ui:repeat>          
  +        
  +        </s:div>
  +        
  +        <s:div id="friendComments">
  +          <div class="sectionHeader">#{selectedMember.memberName}'s friend's comments</div>
  +          
  +        </s:div>        
         </s:div>                
             
       </ui:define>
  
  
  



More information about the jboss-cvs-commits mailing list