Holly create a new ShortViews test suite...

This commit is contained in:
hlm7 2012-07-03 17:07:41 +00:00
parent 122cf49d04
commit 7438e62d9c
12 changed files with 2025 additions and 0 deletions

View file

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