NIHVIVO-918 Merge 5377 from branch

This commit is contained in:
jeb228 2010-07-22 14:10:30 +00:00
parent 38130db941
commit 50cc897669
8 changed files with 38 additions and 12 deletions

View file

@ -41,8 +41,8 @@
</c:forEach>
<c:if test="${!empty entity.thumbUrl}">
<div class="thumbnail">
<c:if test="${!empty entity.imageUrl}"><a target="_new" href="<c:url value='${entity.imageUrl}'/>"></c:if>
<img src="<c:url value='${entity.thumbUrl}'/>" title="click to view larger image in new window" width="150">
<c:if test="${!empty entity.imageUrl}"><a target="_new" href="${pageContext.request.contextPath}${entity.imageUrl}"></c:if>
<img src="${pageContext.request.contextPath}${entity.thumbUrl}" title="click to view larger image in new window" width="150">
<c:if test="${!empty entity.imageUrl}"></a></c:if>
</div>
</c:if>