Removing vitro:citation from back end editing and front end display. NIHVIVO-503

This commit is contained in:
bdc34 2010-07-05 19:16:50 +00:00
parent 26053fa33e
commit 9e9876cd43
17 changed files with 22 additions and 70 deletions

View file

@ -25,8 +25,7 @@
<a class="image" href="<c:url value='${entity.imageUrl}'/>">
</c:if>
<img class="headshot" src="<c:url value='${entity.thumbUrl}'/>" title="click to view larger image in new window" alt="" width="150"/>
<c:if test="${!empty entity.imageUrl}"></a></c:if>
<c:if test="${!empty entity.citation}"><div class="citation">${entity.citation}</div></c:if>
<c:if test="${!empty entity.imageUrl}"></a></c:if>
</c:if>
<ul class="profileLinks">