merging 4246 to the trunk

This commit is contained in:
tworrall 2012-07-18 19:08:42 +00:00
parent ba55c3ab0f
commit 2c460312d3
2 changed files with 0 additions and 45 deletions

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<!-- VIVO-specific default list view config file for object properties
See guidelines in vitro/doc/list_view_configuration_guidelines.txt -->
<list-view-config>
<query-select>
SELECT ?value
WHERE {
?subject ?property ?value
FILTER isLiteral(?value)
} ORDER BY ?value
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?value
} WHERE {
?subject ?property ?value
}
</query-construct>
<template>propStatement-dataDefault.ftl</template>
</list-view-config>

View file

@ -1,18 +0,0 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- VIVO-specific default data property statement template.
This template must be self-contained and not rely on other variables set for the individual page, because it
is also used to generate the property statement during a deletion.
-->
<@showStatement statement />
<#macro showStatement statement>
${statement.value!}
</#macro>