NIHVIVO-3139: Added vcard class for supporting micro-formats
This commit is contained in:
parent
c0202b0ad6
commit
128e1f9db9
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,9 @@
|
||||||
<h2>${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}</h2>
|
<h2>${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}</h2>
|
||||||
<p><a href="${relatedSubject.url}">← return to ${relatedSubject.name}</a></p>
|
<p><a href="${relatedSubject.url}">← return to ${relatedSubject.name}</a></p>
|
||||||
<#else>
|
<#else>
|
||||||
<h1 class="fn foaf-person">
|
<h1 class="vcard foaf-person">
|
||||||
<#-- Label -->
|
<#-- Label -->
|
||||||
<@p.label individual editable />
|
<span class="fn"><@p.label individual editable /></span>
|
||||||
|
|
||||||
<#-- Display preferredTitle if it exists; otherwise mostSpecificTypes -->
|
<#-- Display preferredTitle if it exists; otherwise mostSpecificTypes -->
|
||||||
<#assign title = propertyGroups.pullProperty("${core}preferredTitle")!>
|
<#assign title = propertyGroups.pullProperty("${core}preferredTitle")!>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue