From bbec7a1ed9e3b359d31d8b24de09043178d7dddb Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 24 Dec 2012 12:41:00 +0100 Subject: [PATCH] Vier: added template for vcard --- view/theme/vier/profile_vcard.tpl | 64 +++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 view/theme/vier/profile_vcard.tpl diff --git a/view/theme/vier/profile_vcard.tpl b/view/theme/vier/profile_vcard.tpl new file mode 100644 index 0000000000..b982a20693 --- /dev/null +++ b/view/theme/vier/profile_vcard.tpl @@ -0,0 +1,64 @@ +
+ +
+
$profile.name
+ {{ if $profile.edit }} +
+ $profile.edit.1 + +
+ {{ endif }} +
+ + + +
$profile.name
+ {{ if $pdesc }}
$profile.pdesc
{{ endif }} + + + {{ if $location }} +
$location

+
+ {{ if $profile.address }}
$profile.address
{{ endif }} + + $profile.locality{{ if $profile.locality }}, {{ endif }} + $profile.region + $profile.postal-code + + {{ if $profile.country-name }}$profile.country-name{{ endif }} +
+
+ {{ endif }} + + {{ if $gender }}
$gender
$profile.gender
{{ endif }} + + {{ if $profile.pubkey }}{{ endif }} + + {{ if $marital }}
$marital
$profile.marital
{{ endif }} + + {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} + + {{ inc diaspora_vcard.tpl }}{{ endinc }} + + +
+ +$contact_block + +