NIHVIVO-1341 Change names of custom list view config files, xml elements, templates.
This commit is contained in:
parent
26d8ffd1cd
commit
0d0468b86d
6 changed files with 7 additions and 12 deletions
20
webapp/web/config/listViewConfig-default.xml
Normal file
20
webapp/web/config/listViewConfig-default.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<list-view-config>
|
||||
<query>
|
||||
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
|
||||
SELECT ?object ?name ?moniker {
|
||||
?subject ?property ?object .
|
||||
OPTIONAL { ?object rdfs:label ?name . }
|
||||
OPTIONAL { ?object vitro:moniker ?moniker . }
|
||||
}
|
||||
</query>
|
||||
|
||||
<collation-target>object</collation-target>
|
||||
|
||||
<preprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.DefaultObjectPropertyDataPreprocessor</preprocessor>
|
||||
|
||||
<template>propStatement-default.ftl</template>
|
||||
</list-view-config>
|
Loading…
Add table
Add a link
Reference in a new issue