Working on activity role forms and views. NIHVIVO-629 NIHVIVO-630

This commit is contained in:
bdc34 2010-07-13 19:18:27 +00:00
parent 6d1c65713a
commit db7e4f3821
11 changed files with 71 additions and 12 deletions

View file

@ -0,0 +1,9 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%-- sparqlForAcFilter must be all one line for JavaScript. --%>
<jsp:include page="addRoleToPersonTwoStage.jsp">
<jsp:param name="sparqlForAcFilter" value="PREFIX core: <http://vivoweb.org/ontology/core#> SELECT ?pubUri WHERE {<${subjectUri}> core:authorInAuthorship ?authorshipUri .?authorshipUri core:linkedInformationResource ?pubUri .}" />
<jsp:param name="roleActivityTypeLabel" value="research activity" />
<jsp:param name="roleType" value="http://vivoweb.org/ontology/core#ResearcherRole" />
<jsp:param name="roleActivitySuperType" value="http://vivoweb.org/ontology/core#Agreement" />
</jsp:include>