Updates to include custom form for terminology annotation and updating web.xml with delete property controller/post edit controller for n3 editing refactoring.

This commit is contained in:
hjkhjk54 2011-10-11 15:50:37 +00:00
parent adff0e9b9b
commit 9870916b52
2 changed files with 20 additions and 0 deletions

View file

@ -1095,6 +1095,7 @@
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#terminologyAnnotation">
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
<vitro:customEntryFormAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">terminologyAnnotation.jsp</vitro:customEntryFormAnnot>
<vitro:offerCreateNewOptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</vitro:offerCreateNewOptionAnnot>
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
<vitro:selectFromExistingAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</vitro:selectFromExistingAnnot>