custom entry form for AttendeeRole, annotation to indicate form, registering hasAttendeeRole for the generic role list view (NIHVIVO-3215)
This commit is contained in:
parent
a95ee35048
commit
0fbaa7e47b
5 changed files with 1444 additions and 1411 deletions
26
productMods/edit/forms/addAttendeeRoleToPerson.jsp
Normal file
26
productMods/edit/forms/addAttendeeRoleToPerson.jsp
Normal file
|
@ -0,0 +1,26 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<jsp:include page="addRoleToPersonTwoStage.jsp">
|
||||
<jsp:param name="roleDescriptor" value="attended" />
|
||||
<jsp:param name="typeSelectorLabel" value="event type" />
|
||||
<jsp:param name="buttonText" value="attendees" />
|
||||
<jsp:param name="numDateFields" value="1" />
|
||||
<jsp:param name="roleType" value="http://vivoweb.org/ontology/core#AttendeeRole" />
|
||||
<jsp:param name="roleActivityType_optionsType" value="HARDCODED_LITERALS" />
|
||||
<jsp:param name="roleActivityType_objectClassUri" value="" />
|
||||
<jsp:param name="roleActivityType_literalOptions"
|
||||
value='["", "Select one"],
|
||||
[ "http://purl.org/NET/c4dm/event.owl#Event", "Event" ],
|
||||
[ "http://vivoweb.org/ontology/core#Competition", "Competition" ],
|
||||
[ "http://purl.org/ontology/bibo/Conference", "Conference" ],
|
||||
[ "http://vivoweb.org/ontology/core#Course", "Course" ],
|
||||
[ "http://vivoweb.org/ontology/core#Exhibit", "Exhibit" ],
|
||||
[ "http://vivoweb.org/ontology/core#Meeting", "Meeting" ],
|
||||
[ "http://vivoweb.org/ontology/core#Presentation", "Presentation" ],
|
||||
[ "http://vivoweb.org/ontology/core#InvitedTalk", "Invited Talk" ],
|
||||
[ "http://purl.org/ontology/bibo/Workshop", "Workshop" ],
|
||||
[ "http://vivoweb.org/ontology/core#EventSeries", "Event Series" ],
|
||||
[ "http://vivoweb.org/ontology/core#ConferenceSeries", "Conference Series" ],
|
||||
[ "http://vivoweb.org/ontology/core#SeminarSeries", "Seminar Series" ],
|
||||
[ "http://vivoweb.org/ontology/core#WorkshopSeries", "Workshop Series" ]' />
|
||||
</jsp:include>
|
Loading…
Add table
Add a link
Reference in a new issue