X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fdispy%2Fprofile_vcard.tpl;h=b7c99edd9daf09050223d292cc3365907e4b46b6;hb=6a2bd8b29fa8e7e4e70fc392a6c073ea3b518625;hp=b3f5cc50d6570a43dc99f9d522b9949859d340a5;hpb=8c6e7a24cd1dedc2e34cf41f23df3f070a582b2e;p=friendica.git diff --git a/view/theme/dispy/profile_vcard.tpl b/view/theme/dispy/profile_vcard.tpl index b3f5cc50d6..b7c99edd9d 100644 --- a/view/theme/dispy/profile_vcard.tpl +++ b/view/theme/dispy/profile_vcard.tpl @@ -1,35 +1,71 @@
-
$profile.name
- - - - {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
+ {{ if $profile.edit }} +
+ + $profile.edit.1 + +
+ {{ endif }} +
$profile.name
+ {{ if $pdesc }} +
$profile.pdesc
+ {{ endif }} +
+ $profile.name +
{{ if $location }} -
$location
-
- {{ if $profile.address }}
$profile.address
{{ endif }} +
+ $location +
+ {{ if $profile.address }} +
$profile.address
{{ endif }} $profile.locality{{ if $profile.locality }}, {{ endif }} $profile.region - $profile.postal-code + $profile.postal_code - {{ if $profile.country-name }}$profile.country-name{{ endif }} -
-
+ {{ if $profile.country_name }}$profile.country_name{{ endif }} +
+ {{ endif }} - {{ if $gender }}
$gender
$profile.gender
{{ endif }} + {{ if $gender }} +
+ $gender + $profile.gender +
+ {{ endif }} - {{ if $profile.pubkey }}{{ endif }} + {{ if $profile.pubkey }} + + {{ endif }} - {{ if $marital }}
$marital
$profile.marital
{{ endif }} + {{ if $marital }} +
+ + $marital + $profile.marital +
+ {{ endif }} - {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} + {{ if $homepage }} +
+ $homepage + $profile.homepage +
{{ endif }} {{ inc diaspora_vcard.tpl }}{{ endinc }} @@ -44,4 +80,3 @@ $contact_block -