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,10 @@
<#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>