NIHVIVO-3271 list view for internal and external concepts
This commit is contained in:
parent
12d80e0a3f
commit
4aa5c90b5e
2 changed files with 10 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue