NIHVIVO-1459 Create generic individual.ftl template by stripping away person-specific code.

This commit is contained in:
rjy7 2011-01-04 17:03:53 +00:00
parent c2a0df90a2
commit 2111854d74
2 changed files with 5 additions and 60 deletions

View file

@ -19,13 +19,13 @@
<#if groupname?has_content>
<h2><a name="${groupname}"></a>${groupname?capitalize}</h2>
</#if>
<#-- List the properties in the group -->
<#list group.properties as property>
<article class="property" role="article">
<#-- Property display name -->
<h3>${property.name}</h3>
<#-- List the statements for each property -->
<ul class="property-list" role="list">
<#-- data property -->