Adding custom forms and short views for headOf, service to profession and outreach. NIHVIVO-629 NIHVIVO-630

This commit is contained in:
bdc34 2010-07-14 19:04:18 +00:00
parent 7ad3188c8d
commit 5280e61a82
6 changed files with 142 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<jsp:include page="roleShortView.jsp">
<jsp:param name="personToRolePredicate" value="http://vivoweb.org/ontology/core#hasLeaderRole"/>
<jsp:param name="roleToPersonPredicate" value="http://vivoweb.org/ontology/core#leaderRoleOf"/>
<jsp:param name="roleActivityToRolePredicate" value="http://vivoweb.org/ontology/core#relatedRole"/>
<jsp:param name="roleActivityLabel" value="leadership role"/>
</jsp:include>