From 2c460312d3d3ae21fef90c724ec0434080255d35 Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 18 Jul 2012 19:08:42 +0000 Subject: [PATCH] merging 4246 to the trunk --- .../config/listViewConfig-dataDefault.xml | 27 ------------------- .../individual/propStatement-dataDefault.ftl | 18 ------------- 2 files changed, 45 deletions(-) delete mode 100644 productMods/config/listViewConfig-dataDefault.xml delete mode 100644 productMods/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl diff --git a/productMods/config/listViewConfig-dataDefault.xml b/productMods/config/listViewConfig-dataDefault.xml deleted file mode 100644 index f87462fc..00000000 --- a/productMods/config/listViewConfig-dataDefault.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - SELECT ?value - WHERE { - - ?subject ?property ?value - FILTER isLiteral(?value) - } ORDER BY ?value - - - - CONSTRUCT { - ?subject ?property ?value - } WHERE { - ?subject ?property ?value - } - - - - diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl deleted file mode 100644 index 5adbc607..00000000 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl +++ /dev/null @@ -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!} - - - - - -