Maven migration (first draft)

This commit is contained in:
Graham Triggs 2015-11-19 23:47:41 +00:00
parent da79ac3e1d
commit fee48b0b50
1711 changed files with 662 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<#-- $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 locations??>
<#list locations as location>
<#if (location.label)?? >
<span class="title">Located in ${location.label}</span>
</#if>
</#list>
</#if>
<#if (deptHead[0].label)?? >
<span class="title">Headed by ${deptHead[0].label}</span>
</#if>