[VIVO-1263] Drop bad ID from Person schema.org

This commit is contained in:
Graham Triggs 2016-08-18 23:06:07 -06:00
parent 105887edad
commit 4abb779235
3 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
<#assign visRequestingTemplate = "foaf-person-2column">
<#--add the VIVO-ORCID interface -->
<#include "individual-orcidInterface.ftl">
<section itemscope itemtype="http://schema.org/Person" id="individual-intro" class="vcard person" role="region">
<section id="individual-intro" class="vcard person" role="region"><span itemscope itemtype="http://schema.org/Person">
<section id="share-contact" role="region">
<#-- Image -->
<#assign individualImage>
@ -117,7 +117,7 @@
</div> <!-- contactsWebpages -->
<#include "individual-openSocial.ftl">
</section> <!-- end individual-info -->
</section> <!-- end individual-intro -->
</span></section> <!-- end individual-intro -->
<#assign nameForOtherGroup = "${i18n().other}">
<#if !editable>

View file

@ -51,7 +51,7 @@
</#if>
</#if>
</#if>
<section itemscope itemtype="http://schema.org/Person" id="individual-intro" class="vcard person" role="region">
<section id="individual-intro" class="vcard person" role="region"><span itemscope itemtype="http://schema.org/Person">
<section id="label-title" <#if editable>style="width:45%"</#if> >
<header>
<#if relatedSubject??>
@ -174,7 +174,7 @@
<#include "individual-openSocial.ftl">
</section> <!-- end individual-info -->
</section> <!-- end end individual-intro -->
</span></section> <!-- end end individual-intro -->
<!-- we need these 3 lines of html to provide proper spacing and alignment -->
<p style="clear:both">
<br />

View file

@ -24,7 +24,7 @@
<#--add the VIVO-ORCID interface -->
<#include "individual-orcidInterface.ftl">
<section itemscope itemtype="http://schema.org/Person" id="individual-intro" class="vcard person" role="region">
<section id="individual-intro" class="vcard person" role="region">
<section id="share-contact" role="region">
<!-- Image -->
@ -110,7 +110,7 @@
<#include "individual-openSocial.ftl">
</section>
</section>
</span></section>
<#assign nameForOtherGroup = "${i18n().other}">