You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by kl...@apache.org on 2009/10/23 00:12:26 UTC

svn commit: r828895 - /incubator/olio/webapp/java/trunk/ws/apps/webapp/web/personContent.jsp

Author: klichong
Date: Fri Oct 23 00:12:26 2009
New Revision: 828895

URL: http://svn.apache.org/viewvc?rev=828895&view=rev
Log:
fixing friend's thumbnail image for personDetail profile page

Modified:
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/personContent.jsp

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/personContent.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/personContent.jsp?rev=828895&r1=828894&r2=828895&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/personContent.jsp (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/personContent.jsp Fri Oct 23 00:12:26 2009
@@ -159,7 +159,9 @@
             <h2>Friend Cloud</h2>
             <p id="friend_cloud"> 
             <c:forEach var="friend" items="${requestScope['displayPerson'].friends}">                 
-                <a href="${pageContext.servletContext.contextPath}/person?&user_name=${friend.userName}&actionType=display_person">${friend.userName}</a>
+                <div class="friend_cloud_item">
+                <a href="${pageContext.servletContext.contextPath}/person?&user_name=${friend.userName}&actionType=display_person"><img src="${mf.artifactPath}/${friend.imageThumbURL}" height=50px width=50px /> </a><br /> <a href="${pageContext.servletContext.contextPath}/person?&user_name=${friend.userName}&actionType=display_person">${friend.userName}</a>&nbsp;</br>
+                </div>
             </c:forEach>
             <p class="clr" />