NIHVIVO-799 Use LinkedHashMap in SelectListGenerator so order of HARDCODED_LITERALS select is exactly as specified.
This commit is contained in:
parent
8b7a21f90a
commit
21a36706a4
3 changed files with 81 additions and 81 deletions
|
@ -7,34 +7,34 @@
|
|||
<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://xmlns.com/foaf/0.1/Organization", "Organization" ],
|
||||
["http://vivoweb.org/ontology/core#Project", "Project" ],
|
||||
[ "http://vivoweb.org/ontology/core#Program", "Program" ],
|
||||
value='["", "Select one"],
|
||||
[ "http://vivoweb.org/ontology/core#Association", "Association" ],
|
||||
[ "http://vivoweb.org/ontology/core#Center", "Center" ],
|
||||
[ "http://vivoweb.org/ontology/core#Clinical Organization", "Clinical Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#College", "College" ],
|
||||
[ "http://vivoweb.org/ontology/core#Committee", "Committee" ],
|
||||
[ "http://vivoweb.org/ontology/core#Consortium", "Consortium" ],
|
||||
[ "http://vivoweb.org/ontology/core#Department", "Department" ],
|
||||
[ "http://vivoweb.org/ontology/core#Division", "Division" ],
|
||||
[ "http://purl.org/NET/c4dm/event.owl#Event", "Event" ],
|
||||
[ "http://vivoweb.org/ontology/core#Extension Unit", "Extension Unit" ],
|
||||
[ "http://vivoweb.org/ontology/core#Foundation", "Foundation" ],
|
||||
[ "http://vivoweb.org/ontology/core#FundingOrganization", "Funding Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#GovernmentAgency", "Government Agency" ],
|
||||
[ "http://vivoweb.org/ontology/core#Hospital", "Hospital" ],
|
||||
[ "http://vivoweb.org/ontology/core#Institute", "Institute" ],
|
||||
[ "http://vivoweb.org/ontology/core#Laboratory", "Laboratory" ],
|
||||
[ "http://vivoweb.org/ontology/core#Library", "Library" ],
|
||||
[ "http://vivoweb.org/ontology/core#Museum", "Museum" ],
|
||||
[ "http://xmlns.com/foaf/0.1/Organization", "Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#PrivateCompany", "Private Company" ],
|
||||
[ "http://vivoweb.org/ontology/core#Program", "Program" ],
|
||||
[ "http://vivoweb.org/ontology/core#Project", "Project" ],
|
||||
[ "http://vivoweb.org/ontology/core#Publisher", "Publisher" ],
|
||||
[ "http://vivoweb.org/ontology/core#ResearchOrganization", "Research Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#Team", "Team" ],
|
||||
[ "http://vivoweb.org/ontology/core#School", "School" ],
|
||||
[ "http://vivoweb.org/ontology/core#Foundation", "Foundation" ],
|
||||
[ "http://vivoweb.org/ontology/core#PrivateCompany", "Private Company" ],
|
||||
[ "http://vivoweb.org/ontology/core#Division", "Division" ],
|
||||
[ "http://vivoweb.org/ontology/core#ResearchOrganization", "Research Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#Extension Unit", "Extension Unit" ],
|
||||
[ "http://vivoweb.org/ontology/core#Library", "Library" ],
|
||||
[ "http://vivoweb.org/ontology/core#College", "College" ],
|
||||
[ "http://vivoweb.org/ontology/core#FundingOrganization", "Funding Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#Publisher", "Publisher" ],
|
||||
[ "http://vivoweb.org/ontology/core#GovernmentAgency", "Government Agency" ],
|
||||
[ "http://vivoweb.org/ontology/core#Association", "Association" ],
|
||||
[ "http://vivoweb.org/ontology/core#Committee", "Committee" ],
|
||||
[ "http://vivoweb.org/ontology/core#Department", "Department" ],
|
||||
[ "http://vivoweb.org/ontology/core#Clinical Organization", "Clinical Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#Museum", "Museum" ],
|
||||
[ "http://vivoweb.org/ontology/core#Service","Service"],
|
||||
[ "http://vivoweb.org/ontology/core#Student Organization", "Student Organization" ],
|
||||
[ "http://vivoweb.org/ontology/core#Laboratory", "Laboratory" ],
|
||||
[ "http://vivoweb.org/ontology/core#Center", "Center" ],
|
||||
[ "http://vivoweb.org/ontology/core#Hospital", "Hospital" ],
|
||||
[ "http://vivoweb.org/ontology/core#Consortium", "Consortium" ],
|
||||
[ "http://vivoweb.org/ontology/core#Institute", "Institute" ],
|
||||
[ "http://vivoweb.org/ontology/core#University", "University" ],
|
||||
[ "http://vivoweb.org/ontology/core#Service","Service"] ' />
|
||||
[ "http://vivoweb.org/ontology/core#University", "University" ]' />
|
||||
</jsp:include>
|
Loading…
Add table
Add a link
Reference in a new issue