individual--foaf-person.ftl: QR code rollout
This commit is contained in:
parent
5d6ad499b6
commit
902c37bb59
1 changed files with 2 additions and 4 deletions
|
@ -4,8 +4,7 @@
|
|||
|
||||
<#include "individual-setup.ftl">
|
||||
|
||||
<#-- QR code stuff. Will be uncommented when QR codes are rolled out. -->
|
||||
<#-- <#include "individual-qrCodeFoafPerson.ftl"> -->
|
||||
<#include "individual-qrCodeFoafPerson.ftl">
|
||||
|
||||
<section id="individual-intro" class="vcard person" role="region">
|
||||
|
||||
|
@ -43,7 +42,7 @@
|
|||
<#-- Links -->
|
||||
<@p.vitroLinks propertyGroups namespaces editable "individual-urls-people" />
|
||||
|
||||
<#-- QR code stuff. Will be uncommented when QR codes are rolled out.
|
||||
<#-- QR Codes -->
|
||||
<#if hasValidVCard()>
|
||||
<div style="border:1px solid #cccccc">
|
||||
<span style="padding-left:5px">vCard QR <a style="font-size:smaller" href="${individual.qrData.aboutQrCodesUrl}">What is this?</a></span>
|
||||
|
@ -52,7 +51,6 @@
|
|||
</a>
|
||||
</div>
|
||||
</#if>
|
||||
-->
|
||||
</section>
|
||||
|
||||
<section id="individual-info" ${infoClass!} role="region">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue