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

@ -65,13 +65,6 @@
<font size="2" color="red"><form:error name="Description"/></font>
</td>
</tr>
<tr class="editformcell" id='citationTr'>
<td id="citationTd" valign="bottom" colspan="2">
<b>Citation</b> <em>Optional; max 255 chars; use also for image caption for news release
<input type="text" name="Citation" value="<form:value name="Citation"/>" size="80" maxlength="255" />
<font size="2" color="red"><form:error name="Citation"/></font>
</td>
</tr>
<tr class="editformcell" id='sunriseTr'>
<td id="sunriseTd" valign="bottom">
<b>Sunrise</b>, or date first visible (e.g., 2004-09-17) <em>Optional; populated primarily for entities such as new releases that are auto-linked to tabs for a spcified number of days following their release date</em>

View file

@ -186,7 +186,7 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L
</div> <!-- end dprop-vitro-links -->
</c:if>
<%-- Thumbnail (with citation) --%>
<%-- Thumbnail --%>
<c:set var="isPerson" value='<%= entity.isVClass("http://xmlns.com/foaf/0.1/Person") %>' />
<c:set var="hasImage" value="${!empty entity.thumbUrl}" />
<c:set var="imageLinks"><edLnk:editLinks item="<%= VitroVocabulary.IND_MAIN_IMAGE %>" icons="false" /></c:set>

View file

@ -2,7 +2,11 @@
<%@ page import="edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%-- vitro:citation is no longer being used see NIHVIVO-503 if there is a different property for
the citation it may be added here. --%>
<%--
<c:if test="${!empty entity.citation}">
<div class="datatypeProperties">
<div class="datatypePropertyValue">
@ -12,3 +16,5 @@
</div>
</div>
</c:if>
--%>