From e052be606c9c2c4e615cb557572a68af2181cc17 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 20 Apr 2012 17:16:42 +0200 Subject: diabook-themes: add diabook-green and some minor css/bug-fixes --- view/theme/diabook/diabook-green/profile_vcard.tpl | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 view/theme/diabook/diabook-green/profile_vcard.tpl (limited to 'view/theme/diabook/diabook-green/profile_vcard.tpl') diff --git a/view/theme/diabook/diabook-green/profile_vcard.tpl b/view/theme/diabook/diabook-green/profile_vcard.tpl new file mode 100644 index 000000000..6fcffcc9b --- /dev/null +++ b/view/theme/diabook/diabook-green/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 + + -- cgit v1.2.3