NIHVIVO-3869 Add license tags, use "head of" relationship instead of "current head of", and display the geographic location clearly.
This commit is contained in:
parent
1cc61fc954
commit
7e90e2f9e4
5 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#import "lib-vivo-properties.ftl" as p>
|
||||
|
||||
<a href="${individual.profileUrl}" title="individual name">${individual.name}</a>
|
||||
|
@ -7,7 +9,7 @@
|
|||
<#if locations??>
|
||||
<#list locations as location>
|
||||
<#if (location.label)?? >
|
||||
<span class="title">Not valid in ${location.label}</span>
|
||||
<span class="title">Located in ${location.label}</span>
|
||||
</#if>
|
||||
</#list>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue