VIVO-313: vcards for organizations
This commit is contained in:
parent
75603a25a1
commit
da1ea283ba
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ name will be used as the label. -->
|
|||
<#if propertyLocalName?contains("ARG_2000028")>
|
||||
<#if propertyName?contains("mailing address")>
|
||||
<#local url = statement.editUrl + "&addressUri=" + "${statement.address!}">
|
||||
<#elseif propertyName?contains("phone")>
|
||||
<#elseif propertyName?contains("phone") || propertyName?contains("fax")>
|
||||
<#local url = statement.editUrl + "&phoneUri=" + "${statement.phone!}">
|
||||
<#elseif propertyName?contains("primary email") || propertyName?contains("additional emails")>
|
||||
<#local url = statement.editUrl + "&emailUri=" + "${statement.email!}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue