From 975781d3e23e6beb2ac86b191c7c12b7347c1705 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Wed, 14 Mar 2012 01:05:08 -0400 Subject: massive work done to both dispys, mostly -dark Signed-off-by: Simon L'nu --- view/theme/dispy-dark/profile_vcard.tpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'view/theme/dispy-dark/profile_vcard.tpl') diff --git a/view/theme/dispy-dark/profile_vcard.tpl b/view/theme/dispy-dark/profile_vcard.tpl index 0c289d982..5cb567f5a 100644 --- a/view/theme/dispy-dark/profile_vcard.tpl +++ b/view/theme/dispy-dark/profile_vcard.tpl @@ -6,13 +6,17 @@
$profile.pdesc
{{ endif }}
- $profile.name + $profile.name +
+ +
+
{{ if $location }}
$location -
+
{{ if $profile.address }}
$profile.address
{{ endif }} $profile.zip @@ -20,7 +24,7 @@ $profile.region $profile.postal-code {{ if $profile.country-name }}$profile.country-name{{ endif }} -
+
{{ endif }} -- cgit v1.2.3 From 5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Thu, 15 Mar 2012 15:07:17 -0400 Subject: commit latest to dispy-dark. fixes in html css and js Signed-off-by: Simon L'nu --- view/theme/dispy-dark/profile_vcard.tpl | 39 +++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 12 deletions(-) (limited to 'view/theme/dispy-dark/profile_vcard.tpl') diff --git a/view/theme/dispy-dark/profile_vcard.tpl b/view/theme/dispy-dark/profile_vcard.tpl index 5cb567f5a..6228e4f28 100644 --- a/view/theme/dispy-dark/profile_vcard.tpl +++ b/view/theme/dispy-dark/profile_vcard.tpl @@ -1,30 +1,45 @@
$profile.name
- + + {{ if $profile.edit }} +
+ + $profile.edit.1 + +
+ {{ endif }} +
+ {{ if $pdesc }}
$profile.pdesc
{{ endif }}
- $profile.name -
- -
-
+ $profile.name
{{ if $location }}
$location -
+
{{ if $profile.address }}
$profile.address
{{ endif }} - $profile.zip - $profile.locality{{ if $profile.locality }}, {{ endif }} - $profile.region - $profile.postal-code + + $profile.locality{{ if $profile.locality }}, {{ endif }} + $profile.region + $profile.postal-code + {{ if $profile.country-name }}$profile.country-name{{ endif }} -
+
{{ endif }} -- cgit v1.2.3 From 5c75d40c0b6bee04d8c58a6f88ecbbe34684874a Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Thu, 15 Mar 2012 17:27:06 -0400 Subject: fixed the sidebar edit thingy. haven't synced dispy yet. Signed-off-by: Simon L'nu --- view/theme/dispy-dark/profile_vcard.tpl | 35 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'view/theme/dispy-dark/profile_vcard.tpl') diff --git a/view/theme/dispy-dark/profile_vcard.tpl b/view/theme/dispy-dark/profile_vcard.tpl index 6228e4f28..350a6ce4a 100644 --- a/view/theme/dispy-dark/profile_vcard.tpl +++ b/view/theme/dispy-dark/profile_vcard.tpl @@ -1,24 +1,23 @@
-
$profile.name
- - {{ if $profile.edit }} -
- - $profile.edit.1 - -
- {{ endif }} + {{ if $profile.edit }} +
+ + $profile.edit.1 +
+ {{ endif }} + +
$profile.name
{{ if $pdesc }}
$profile.pdesc
-- cgit v1.2.3