From 93278c00b745a67fda03395f73c79cb2ddeb12d7 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 6 May 2023 19:41:02 +0000 Subject: update profile vcard to implement the cover image --- view/tpl/profile_vcard.tpl | 74 ++++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 35 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index beec6b3a0..4c3875fa7 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -1,49 +1,53 @@
-
-
-
- {{$profile.fullname}} -
-
-
- {{if $editmenu.multi}} - - {{elseif $editmenu}} - - {{/if}} - -
- {{$profile.fullname}}{{if $profile.online}}{{/if}} +
+ + {{if $connect}} + + {{$connect}} + + {{/if}} +
+
+ {{$profile.fullname}}{{if $profile.online}}{{/if}}
- {{$profile.reddress}} + {{$profile.reddress}}
- {{if $connect}} - + {{if $editmenu.multi}} + + {{elseif $editmenu}} +
+ +
+ {{/if}} +
+
+
+ {{$profile.fullname}} +
+ {{if $profile.pdesc}} +
{{$profile.pdesc}}
+ {{else}} +
+ {{$no_pdesc}} +
+ {{/if}}
{{if $details}}
- {{if $profile.pdesc}} -
{{$profile.pdesc}}
- {{/if}} {{if $location}}
{{$location}}
-- cgit v1.2.3