Modified some custom form file names to correspond to ontology names
This commit is contained in:
parent
3c76cdcc93
commit
74b70aa484
4 changed files with 3 additions and 3 deletions
10
productMods/edit/forms/addResearcherRoleToPerson.jsp
Normal file
10
productMods/edit/forms/addResearcherRoleToPerson.jsp
Normal file
|
@ -0,0 +1,10 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<jsp:include page="addRoleToPersonTwoStage.jsp">
|
||||
<jsp:param name="roleActivityTypeLabel" value="research activity" />
|
||||
<jsp:param name="roleType" value="http://vivoweb.org/ontology/core#ResearcherRole" />
|
||||
|
||||
<jsp:param name="roleActivityType_optionsType" value="LITERALS" />
|
||||
<jsp:param name="roleActivityType_objectClassUri" value="" />
|
||||
<jsp:param name="roleActivityType_literalOptions" value='["", "Select one" ], ["http://vivoweb.org/ontology/core#Grant", "Grant" ], [ "http://vivoweb.org/ontology/core#Project","Project"] ' />
|
||||
</jsp:include>
|
Loading…
Add table
Add a link
Reference in a new issue