2010-03-24 15:39:02 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
|
|
|
|
<%@ page import="edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary" %>
|
|
|
|
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
|
2010-07-05 19:16:50 +00:00
|
|
|
|
|
|
|
<%-- vitro:citation is no longer being used see NIHVIVO-503 if there is a different property for
|
|
|
|
the citation it may be added here. --%>
|
|
|
|
|
|
|
|
<%--
|
2010-04-14 15:09:12 +00:00
|
|
|
<c:if test="${!empty entity.citation}">
|
|
|
|
<div class="datatypeProperties">
|
|
|
|
<div class="datatypePropertyValue">
|
|
|
|
<div class="statementWrap">
|
|
|
|
<p:process><div class="citation">${entity.citation}</div></p:process>
|
2010-04-05 17:26:14 +00:00
|
|
|
</div>
|
2010-04-14 15:09:12 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</c:if>
|
2010-07-05 19:16:50 +00:00
|
|
|
|
|
|
|
--%>
|