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:
ryounes 2011-07-06 20:20:39 +00:00
parent 9ee6a96c55
commit e7335f9061

View file

@ -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? -->