<#macro display key value title> <#if value != ""> ${value?html} <#macro display_link_value contact> <#if contact.givenName?? || contact.surName?? || contact.middleName??> ${contact.givenName!""?html} ${contact.middleName!""?html} ${contact.surName!""?html} <#elseif contact.displayName??> ${contact.displayName?html} <#elseif contact.company??> ${contact.company?html} <#elseif contact.email1??> ${contact.email1?html} <#elseif contact.email2??> ${contact.email2?html} <#elseif contact.email3??> ${contact.email3?html} <@display key="ox_suffix" title="Suffix" value=contact.suffix!"" /> <#macro render_name contact> <#if contact.givenName?? || contact.surName?? || contact.middleName??>
Name:
<@display key="ox_title" title="Title" value=contact.title!"" /> <@display key="ox_firstName" title="First name" value=contact.givenName!"" /> <@display key="ox_secondName" title="Second name" value=contact.middleName!"" /> <@display key="ox_lastName" title="Last name" value=contact.surName!"" /> <@display key="ox_suffix" title="Suffix" value=contact.suffix!"" />
<#macro render key value title> <#if value != "">
${title}:
${value?html}
<#macro render_mail key value title> <#if value != "">
${title}:
${value?html}
<#macro image contact> <#if contact.containsImage1()>
 
<#macro imageMicroformatted contact> <#if contact.containsImage1()>
 
<!-- start title --> Social OX - Sharing Documents and Contacts <!-- end title -->

Social OX - Sharing Documents and Contacts

Is sharing contacts and documents with your business partners and your social network a useful feature for you? Then you should definitely check out Open-Xchange's innovative social features and learn how to benefit from them.

Create your own test account here: http://ox.io. You are convinced? Sign up here

This entry was published with Open-Xchange's Infostore using its Social OX Feature extending your reach!

Table of Contens

Contacts

<#list contacts as contact>
<@imageMicroformatted contact=contact /> <@render_name contact=contact /> <@render key="ox_company" title="Company" value=contact.company!"" /> <@render key="ox_mail" title="Mail" value=contact.email1!"" /> <@render key="ox_profession" title="Profession" value=contact.profession!"" /> <@render key="ox_department" title="Department" value=contact.department!"" /> <@render key="ox_position" title="Position" value=contact.position!"" /> <@render key="ox_employeeType" title="Employee type" value=contact.employeeType!"" /> <@render key="ox_url" title="Url" value=contact.uRL!"" /> <@render key="ox_note" title="Note" value=contact.note!"" />

Disclaimer

${privacy}