diff --git a/productMods/WEB-INF/ontologies/user/vivo-core-1.1-annotations.rdf b/productMods/WEB-INF/ontologies/user/vivo-core-1.1-annotations.rdf index ade4b20a..5d9d52ce 100644 --- a/productMods/WEB-INF/ontologies/user/vivo-core-1.1-annotations.rdf +++ b/productMods/WEB-INF/ontologies/user/vivo-core-1.1-annotations.rdf @@ -1271,6 +1271,7 @@ display level providesService + clinicalRoleShortView.jsp -1 -1 @@ -1791,7 +1792,7 @@ display level 5 - teachingActivityRoleShortView.jsp + teacherRoleShortView.jsp -1 -1 @@ -1810,6 +1811,7 @@ display level + researcherRoleShortView.jsp -1 @@ -2280,6 +2282,7 @@ display level + grantPiRoleShortView.jsp -1 -1 @@ -2512,6 +2515,7 @@ display level false + presenterRoleShortView.jsp -1 -1 @@ -4219,7 +4223,7 @@ display level 50 - grantRoleShortView.jsp + grantCoPiRoleShortView.jsp -1 -1 diff --git a/productMods/templates/entity/activityShortView.jsp b/productMods/templates/entity/activityShortView.jsp deleted file mode 100644 index 4df65ec6..00000000 --- a/productMods/templates/entity/activityShortView.jsp +++ /dev/null @@ -1,94 +0,0 @@ -<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> - -<%-- Custom short view for ResearchActivity, TeachingActivity, OutreachActivity, and ServiceActivity - - SUBJECT - entity - PREDICATE - predicateUri - OBJECT - individual - ---%> - -<%@ page import="edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary" %> - -<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> -<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> -<%@ taglib uri="http://vitro.mannlib.cornell.edu/vitro/tags/StringProcessorTag" prefix="p" %> - - - - - - - - - - - - - - <%-- individual is the OBJECT of the property referenced - in this case, the Activity object --%> - - - - - <%-- Get the Activity label --%> - - <%-- Create an html link element to the activity --%> - - ${activityLabel} - - - - - - <%-- Get the role of the person in the activity --%> - - - <%-- Get the time span of the service activity --%> - - - - - - - - - - - - - - - - - - <%-- Construct the final output --%> - ${activityLink} - - <%-- We need a join but we have to keep getting variables in and out of JSTL/EL/Java. Do this for now even though it's ugly. --%> - - - ${role}, ${timeSpan} - - - ${role} - - - ${timeSpan} - - - - - <%-- no predicate --%> - - - - - - <%-- no object --%> - - - diff --git a/productMods/templates/entity/clinicalActivityRoleView.jsp b/productMods/templates/entity/clinicalRoleShortView.jsp similarity index 100% rename from productMods/templates/entity/clinicalActivityRoleView.jsp rename to productMods/templates/entity/clinicalRoleShortView.jsp diff --git a/productMods/templates/entity/grantCopiRoleShortView.jsp b/productMods/templates/entity/grantCoPiRoleShortView.jsp similarity index 100% rename from productMods/templates/entity/grantCopiRoleShortView.jsp rename to productMods/templates/entity/grantCoPiRoleShortView.jsp diff --git a/productMods/templates/entity/researchActivityRoleShortView.jsp b/productMods/templates/entity/researcherRoleShortView.jsp similarity index 100% rename from productMods/templates/entity/researchActivityRoleShortView.jsp rename to productMods/templates/entity/researcherRoleShortView.jsp diff --git a/productMods/templates/entity/teachingActivityRoleShortView.jsp b/productMods/templates/entity/teacherRoleShortView.jsp similarity index 100% rename from productMods/templates/entity/teachingActivityRoleShortView.jsp rename to productMods/templates/entity/teacherRoleShortView.jsp