NIHVIVO-3303 display of external concepts and/or the defining vocabulary associated with a concept
This commit is contained in:
parent
337249e90c
commit
cf2e90a9ad
2 changed files with 27 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
next statement -->
|
||||
<#macro showConcept statement>
|
||||
<#if statement.vocabularySourceName??>
|
||||
<a href="${statement.concept}">${statement.conceptLabel!statement.conceptName}</a> (<a href="${statement.vocabularySource}">${statement.vocabularySourceName}</a>)
|
||||
<a href="${profileUrl(statement.concept)}">${statement.conceptLabel!statement.conceptName}</a> (${statement.vocabularySourceName})
|
||||
<#else>
|
||||
<a href="${statement.concept}">${statement.conceptLabel!statement.conceptName}</a>
|
||||
<a href="${profileUrl(statement.concept)}">${statement.conceptLabel!statement.conceptName}</a>
|
||||
</#if>
|
||||
</#macro>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue