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:
parent
e153452b81
commit
92764b0c1a
4 changed files with 60 additions and 79 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue