From 7a611c6d47020d227630a96de8026da4dae5f862 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 20 Mar 2017 18:14:50 -0700 Subject: create channel_store_lowlevel() and remove more diaspora stuff from core. --- view/tpl/profile_vcard.tpl | 3 --- 1 file changed, 3 deletions(-) (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 9bd534fd8..c17a7878c 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -49,9 +49,6 @@ {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} - {{if $diaspora}} - {{include file="diaspora_vcard.tpl"}} - {{/if}}
-- cgit v1.2.3 From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/tpl/profile_vcard.tpl | 62 ---------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100755 view/tpl/profile_vcard.tpl (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl deleted file mode 100755 index c17a7878c..000000000 --- a/view/tpl/profile_vcard.tpl +++ /dev/null @@ -1,62 +0,0 @@ -
- {{if ! $zcard}} -
{{$profile.fullname}}
- {{/if}} - {{if $connect}} - - {{/if}} - {{if ! $zcard}} - {{if $editmenu.multi}} - - {{elseif $editmenu}} - - {{/if}} - {{/if}} - - {{if ! $zcard}} -
{{$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}} - - {{$profile.locality}}{{if $profile.locality}}, {{/if}} - {{$profile.region}} - {{$profile.postal_code}} - - {{if $profile.country_name}}{{$profile.country_name}}{{/if}} -
-
- {{/if}} - - {{if $gender}}
{{$gender}}
{{$profile.gender}}
{{/if}} - - {{if $marital}}
 {{$marital}}
{{$profile.marital}}
{{/if}} - - {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} - - -
-
- -{{$rating}} - -{{$chanmenu}} - -{{$contact_block}} - - -- cgit v1.2.3 From 80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 2 May 2017 12:46:50 -0700 Subject: Revert "move theme specific files to theme dir" This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. --- view/tpl/profile_vcard.tpl | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 view/tpl/profile_vcard.tpl (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl new file mode 100755 index 000000000..c17a7878c --- /dev/null +++ b/view/tpl/profile_vcard.tpl @@ -0,0 +1,62 @@ +
+ {{if ! $zcard}} +
{{$profile.fullname}}
+ {{/if}} + {{if $connect}} + + {{/if}} + {{if ! $zcard}} + {{if $editmenu.multi}} + + {{elseif $editmenu}} + + {{/if}} + {{/if}} + + {{if ! $zcard}} +
{{$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}} + + {{$profile.locality}}{{if $profile.locality}}, {{/if}} + {{$profile.region}} + {{$profile.postal_code}} + + {{if $profile.country_name}}{{$profile.country_name}}{{/if}} +
+
+ {{/if}} + + {{if $gender}}
{{$gender}}
{{$profile.gender}}
{{/if}} + + {{if $marital}}
 {{$marital}}
{{$profile.marital}}
{{/if}} + + {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} + + +
+
+ +{{$rating}} + +{{$chanmenu}} + +{{$contact_block}} + + -- cgit v1.2.3 From 4c50bfebc293554d9c9a4a8c34b929b03c132d68 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 27 Jun 2017 21:55:34 -0700 Subject: provide a gender icon on the profile sidebar within reason --- view/tpl/profile_vcard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index c17a7878c..13c22a2c7 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -43,7 +43,7 @@ {{/if}} - {{if $gender}}
{{$gender}}
{{$profile.gender}}
{{/if}} + {{if $gender}}
{{$gender}}
{{if $profile.gender_icon}} {{/if}}{{$profile.gender}}
{{/if}} {{if $marital}}
 {{$marital}}
{{$profile.marital}}
{{/if}} -- cgit v1.2.3 From 798a03c2ab3d848fb7ba09027e968a99b67e7d95 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 28 Jun 2017 17:03:17 -0700 Subject: diaspora hcard wasn't being rendered --- view/tpl/profile_vcard.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 13c22a2c7..f51f0719c 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -49,9 +49,9 @@ {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} - +
-
+
{{$rating}} -- cgit v1.2.3