updates for NIHVIVO-3271 and NIHVIVO-3207

This commit is contained in:
stellamit 2011-11-02 21:22:15 +00:00
parent 1e9e1b493a
commit 6d78bcce7d
13 changed files with 2631 additions and 2567 deletions

View file

@ -1,6 +1,6 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Custom object property statement view for http://vivoweb.org/ontology/core#authorInAuthorship.
<#-- Custom object property statement view for http://vivoweb.org/ontology/core#hasAssociatedConcept.
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.
@ -14,5 +14,5 @@
<#-- Use a macro to keep variable assignments local; otherwise the values carry over to the
next statement -->
<#macro showTerm statement>
<a href="${statement.referencedTerm}">${statement.termLabel} (${statement.termType})</a>
<a href="${statement.concept}">${statement.conceptLabel}</a>
</#macro>