From c73b22e9f97d9b96937f561928626ff62f87ca7f Mon Sep 17 00:00:00 2001 From: mbarbier Date: Fri, 22 Apr 2011 14:31:34 +0000 Subject: [PATCH] individual--foaf-person.ftl: Added comments to commented-out QR code stuff --- .../body/individual/individual--foaf-person.ftl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 36c2d311..3a564425 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -4,6 +4,9 @@ <#include "individual-setup.ftl"> +<#-- QR code stuff. Will be uncommented when QR codes are rolled out. --> +<#-- <#include "individual-qrCodeFoafPerson.ftl"> --> +
@@ -69,6 +72,17 @@ <#-- Links --> <@p.vitroLinks propertyGroups namespaces editable "individual-urls-people" /> + + <#-- QR code stuff. Will be uncommented when QR codes are rolled out. + <#if hasValidVCard()> +
+ vCard QR What is this? + + <@qrCodeVCard qrCodeWidth="150" /> + +
+ + -->