NIHVIVO-918 Merge 1011 from branch
This commit is contained in:
parent
f8a9ffe9c5
commit
13decf7266
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L
|
||||||
<div class="datatypeProperties">
|
<div class="datatypeProperties">
|
||||||
<div class="datatypePropertyValue">
|
<div class="datatypePropertyValue">
|
||||||
<div class="statementWrap thumbnail">
|
<div class="statementWrap thumbnail">
|
||||||
<a class="image" href="<c:url value='${entity.imageUrl}'/>">
|
<a class="image" href="${pageContext.request.contextPath}${entity.imageUrl}">
|
||||||
<img src="<c:url value='${entity.thumbUrl}'/>"
|
<img src="${pageContext.request.contextPath}${entity.thumbUrl}"
|
||||||
title="click to view larger image"
|
title="click to view larger image"
|
||||||
alt="" width="115"/>
|
alt="" width="115"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue