From 64400e8d59cab64cfa57b969df88a4cafe76f168 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sat, 3 Mar 2012 19:19:35 -0500 Subject: first commit for dispy New Edition Signed-off-by: Simon L'nu --- view/theme/dispy/profile_vcard.tpl | 59 +++++++++++++++++++++++++------------- 1 file changed, 39 insertions(+), 20 deletions(-) mode change 100755 => 100644 view/theme/dispy/profile_vcard.tpl (limited to 'view/theme/dispy/profile_vcard.tpl') diff --git a/view/theme/dispy/profile_vcard.tpl b/view/theme/dispy/profile_vcard.tpl old mode 100755 new mode 100644 index b3f5cc50d..0c289d982 --- a/view/theme/dispy/profile_vcard.tpl +++ b/view/theme/dispy/profile_vcard.tpl @@ -2,34 +2,53 @@
$profile.name
- - - {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
- - + {{ if $pdesc }} +
$profile.pdesc
+ {{ endif }} +
+ $profile.name +
{{ if $location }} -
$location
-
- {{ if $profile.address }}
$profile.address
{{ endif }} - - $profile.locality{{ if $profile.locality }}, {{ endif }} - $profile.region - $profile.postal-code - +
+ $location +
+ {{ if $profile.address }} +
$profile.address
{{ endif }} + $profile.zip + $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 $gender }} +
+ $gender + $profile.gender +
+ {{ endif }} - {{ if $profile.pubkey }}{{ endif }} + {{ if $profile.pubkey }} + + {{ endif }} - {{ if $marital }}
$marital
$profile.marital
{{ endif }} + {{ if $marital }} +
+ + $marital + $profile.marital +
+ {{ endif }} - {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} + {{ if $homepage }} +
+ $homepage + $profile.homepage +
{{ endif }} {{ inc diaspora_vcard.tpl }}{{ endinc }} -- cgit v1.2.3