Maven migration (first draft)
This commit is contained in:
parent
da79ac3e1d
commit
fee48b0b50
1711 changed files with 662 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
<#-- $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>
|
||||
|
||||
<@p.displayTitle individual />
|
||||
|
||||
<#if (details[0].deptName)?? >
|
||||
<span class="display-title">Member of ${details[0].deptName}</span>
|
||||
</#if>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue