From 2a840460dddb06c99b616b5adc666ee0f39588de Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 21 Jun 2016 19:25:14 -0700 Subject: vcard spec changes --- view/tpl/profile_vcard.tpl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 7d7d2019a..626649784 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -1,6 +1,6 @@ -
+
{{if ! $zcard}} -
{{$profile.fullname}}
+
{{$profile.fullname}}
{{/if}} {{if $connect}} @@ -25,29 +25,29 @@ {{/if}} {{if ! $zcard}} -
{{$profile.fullname}}{{if $profile.online}} {{/if}}
+
{{$profile.fullname}}{{if $profile.online}} {{/if}}
{{if $reddress}}
{{$profile.reddress}}
{{/if}} {{/if}} {{if $pdesc}}
{{$profile.pdesc}}
{{/if}} {{if $location}}
{{$location}}
-
- {{if $profile.address}}
{{$profile.address}}
{{/if}} +
+ {{if $profile.address}}
{{$profile.address}}
{{/if}} - {{$profile.locality}}{{if $profile.locality}}, {{/if}} - {{$profile.region}} - {{$profile.postal_code}} + {{$profile.locality}}{{if $profile.locality}}, {{/if}} + {{$profile.region}} + {{$profile.postal_code}} - {{if $profile.country_name}}{{$profile.country_name}}{{/if}} + {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}} - {{if $gender}}
{{$gender}}
{{$profile.gender}}
{{/if}} + {{if $gender}}
{{$gender}}
{{$profile.gender}}
{{/if}} {{if $marital}}
 {{$marital}}
{{$profile.marital}}
{{/if}} - {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} + {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} {{if $diaspora}} {{include file="diaspora_vcard.tpl"}} -- cgit v1.2.3