NIHVIVO-3271 list view for internal and external concepts

This commit is contained in:
stellamit 2011-11-06 03:17:23 +00:00
parent 12d80e0a3f
commit 4aa5c90b5e
2 changed files with 10 additions and 10 deletions

View file

@ -6,13 +6,11 @@
is also used to generate the property statement during a deletion.
-->
<#import "lib-sequence.ftl" as s>
<#import "lib-datetime.ftl" as dt>
<@showTerm statement />
<@showConcept statement />
<#-- Use a macro to keep variable assignments local; otherwise the values carry over to the
next statement -->
<#macro showTerm statement>
<a href="${statement.concept}">${statement.conceptLabel}</a>
</#macro>
<#macro showConcept statement>
<a href="${statement.concept}">${statement.conceptLabel!statement.conceptName}</a>
</#macro>