X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fdiaspora_vcard.tpl;h=c71577aee122857e0453343541ebc155e34b65ef;hb=49c19a3c00ea11b8c6b1839f4c7d9f4165c9353f;hp=5ea6335a87df0b8acaa9603f7fafec254339cfd5;hpb=eef66da1453940ec646cae2de5cd863a2c10e24d;p=friendica.git diff --git a/view/templates/diaspora_vcard.tpl b/view/templates/diaspora_vcard.tpl index 5ea6335a87..c71577aee1 100644 --- a/view/templates/diaspora_vcard.tpl +++ b/view/templates/diaspora_vcard.tpl @@ -1,62 +1,64 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} +{{if $diaspora}}
+
+
Uid
+
+ {{$diaspora.guid}} +
+
Nickname
- {{$diaspora.nickname}} + {{$diaspora.nickname}}
-
-
Full name
+
+
Full_name
- {{$diaspora.fullname}} + {{$diaspora.fullname}} +
+
+
+
Searchable
+
+ {{$diaspora.searchable}}
- -
-
First name
+
+
First_name
- {{$diaspora.firstname}} + {{$diaspora.firstname}}
-
Family name
+
Family_name
- {{$diaspora.lastname}} + {{$diaspora.lastname}}
-
URL
+
Url
- {{$diaspora.podloc}}/ + {{$diaspora.podloc}}/
Photo
- +
-
Photo
+
Photo_medium
- +
-
Photo
-
- -
-
-
-
Searchable
+
Photo_small
- {{$diaspora.searchable}} +
+{{/if}}