NIHVIVO-2449 On individual list page, display preferredTitle with fallback to mostSpecificTypes. Don't show mostSpecificTypes that are the same as the type being displayed on the page, to avoid redundancy.
This commit is contained in:
parent
9ee6a96c55
commit
e7335f9061
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Display of an individual in a list (/individuallist). -->
|
||||
<#-- Display of an individual in a list (on /individuallist and menu pages). -->
|
||||
|
||||
<#import "lib-vivo-properties.ftl" as p>
|
||||
|
||||
<a href="${individual.profileUrl}">${individual.name}</a>
|
||||
|
||||
<#if individual.preferredTitle?has_content>${individual.preferredTitle}</#if>
|
||||
<@p.displayTitle individual />
|
||||
|
||||
<#-- add display of web pages -->
|
||||
<#-- add display of web pages? -->
|
Loading…
Add table
Add a link
Reference in a new issue