[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"> <#assign visRequestingTemplate = "foaf-person-2column">
<#--add the VIVO-ORCID interface --> <#--add the VIVO-ORCID interface -->
<#include "individual-orcidInterface.ftl"> <#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"> <section id="share-contact" role="region">
<#-- Image --> <#-- Image -->
<#assign individualImage> <#assign individualImage>
@ -117,7 +117,7 @@
</div> <!-- contactsWebpages --> </div> <!-- contactsWebpages -->
<#include "individual-openSocial.ftl"> <#include "individual-openSocial.ftl">
</section> <!-- end individual-info --> </section> <!-- end individual-info -->
</section> <!-- end individual-intro --> </span></section> <!-- end individual-intro -->
<#assign nameForOtherGroup = "${i18n().other}"> <#assign nameForOtherGroup = "${i18n().other}">
<#if !editable> <#if !editable>

View file

@ -51,7 +51,7 @@
</#if> </#if>
</#if> </#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> > <section id="label-title" <#if editable>style="width:45%"</#if> >
<header> <header>
<#if relatedSubject??> <#if relatedSubject??>
@ -174,7 +174,7 @@
<#include "individual-openSocial.ftl"> <#include "individual-openSocial.ftl">
</section> <!-- end individual-info --> </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 --> <!-- we need these 3 lines of html to provide proper spacing and alignment -->
<p style="clear:both"> <p style="clear:both">
<br /> <br />

View file

@ -24,7 +24,7 @@
<#--add the VIVO-ORCID interface --> <#--add the VIVO-ORCID interface -->
<#include "individual-orcidInterface.ftl"> <#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"> <section id="share-contact" role="region">
<!-- Image --> <!-- Image -->
@ -110,7 +110,7 @@
<#include "individual-openSocial.ftl"> <#include "individual-openSocial.ftl">
</section> </section>
</section> </span></section>
<#assign nameForOtherGroup = "${i18n().other}"> <#assign nameForOtherGroup = "${i18n().other}">