2012-07-03 20:20:35 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2012-07-03 17:07:41 +00:00
|
|
|
<#import "lib-vivo-properties.ftl" as p>
|
|
|
|
|
|
|
|
<a href="${individual.profileUrl}" title="individual name">${individual.name}</a>
|
|
|
|
|
|
|
|
<@p.displayTitle individual />
|
|
|
|
|
|
|
|
<#if (details[0].deptName)?? >
|
|
|
|
<span class="display-title">Member of ${details[0].deptName}</span>
|
|
|
|
</#if>
|
|
|
|
|