NIHVIVO-3139: Added vcard class for supporting micro-formats

This commit is contained in:
manolobevia 2011-09-06 18:34:32 +00:00
parent c0202b0ad6
commit 128e1f9db9

View file

@ -70,9 +70,9 @@
<h2>${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}</h2> <h2>${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}</h2>
<p><a href="${relatedSubject.url}">&larr; return to ${relatedSubject.name}</a></p> <p><a href="${relatedSubject.url}">&larr; 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")!>