NIHVIVO-1315, NIHVIVO1316: Re-factored the markup and styles for individual pages. Also I have introduced an image placeholder for non person individuals.

This commit is contained in:
mb863 2011-01-26 22:12:51 +00:00
parent e153452b81
commit 92764b0c1a
4 changed files with 60 additions and 79 deletions

View file

@ -45,7 +45,7 @@ name will be used as the label. -->
<#macro addLinkWithLabel property editable label="${property.name?capitalize}">
<#local addLink><@addLink property editable /></#local>
<#if addLink?has_content>
<h3 id="${property.localName}">${label} ${addLink}</h3>
<h2 id="${property.localName}">${label} ${addLink}</h2>
</#if>
</#macro>