Adding activity role views. NIHVIVO-629 NIHVIVO-630
This commit is contained in:
parent
fa15ed1f12
commit
a4735a640b
4 changed files with 29 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
todo
|
||||
|
||||
<jsp:include page="roleShortView.jsp">
|
||||
<jsp:param name="personToRolePredicate" value="http://vivoweb.org/ontology/core#hasMemberRole"/>
|
||||
<jsp:param name="roleToPersonPredicate" value="http://vivoweb.org/ontology/core#memberRoleOf"/>
|
||||
<jsp:param name="roleActivityToRolePredicate" value="http://vivoweb.org/ontology/core#relatedRole"/>
|
||||
<jsp:param name="roleActivityLabel" value="member role"/>
|
||||
</jsp:include>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
todo
|
||||
|
||||
<jsp:include page="roleShortView.jsp">
|
||||
<jsp:param name="personToRolePredicate" value="http://vivoweb.org/ontology/core#hasPresenterRole"/>
|
||||
<jsp:param name="roleToPersonPredicate" value="http://vivoweb.org/ontology/core#presenterRoleOf"/>
|
||||
<jsp:param name="roleActivityToRolePredicate" value="http://vivoweb.org/ontology/core#relatedRole"/>
|
||||
<jsp:param name="roleActivityLabel" value="presenter role"/>
|
||||
</jsp:include>
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
todo
|
||||
|
||||
<jsp:include page="roleShortView.jsp">
|
||||
<jsp:param name="personToRolePredicate" value="http://vivoweb.org/ontology/core#hasResearcherRole"/>
|
||||
<jsp:param name="roleToPersonPredicate" value="http://vivoweb.org/ontology/core#researcherRoleOf"/>
|
||||
<jsp:param name="roleActivityToRolePredicate" value="http://vivoweb.org/ontology/core#relatedRole"/>
|
||||
<jsp:param name="roleActivityLabel" value="researcher role"/>
|
||||
</jsp:include>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
todo
|
||||
|
||||
<jsp:include page="roleShortView.jsp">
|
||||
<jsp:param name="personToRolePredicate" value="http://vivoweb.org/ontology/core#hasTeacherRole"/>
|
||||
<jsp:param name="roleToPersonPredicate" value="http://vivoweb.org/ontology/core#teacherRoleOf"/>
|
||||
<jsp:param name="roleActivityToRolePredicate" value="http://vivoweb.org/ontology/core#relatedRole"/>
|
||||
<jsp:param name="roleActivityLabel" value="teaching role"/>
|
||||
</jsp:include>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue