From ba027f174d593e31a24d6bcbaab490639169d312 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sat, 24 Mar 2012 08:13:48 +0100 Subject: add right_aside to diabook-blue --- view/theme/diabook-blue/communityhome.tpl | 61 +++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100755 view/theme/diabook-blue/communityhome.tpl (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl new file mode 100755 index 000000000..13e8271bd --- /dev/null +++ b/view/theme/diabook-blue/communityhome.tpl @@ -0,0 +1,61 @@ +{{ if $lastusers_title }} +

Help or #NewHere ?

+Friendica Support
+Let's talk
+NewHere +{{ endif }} + +{{ if $lastusers_title }} +

Connectable Services

+
+Facebook +StatusNet +LiveJournal +Posterous +Tumblr +Twitter +WordPress +E-Mail +
+{{ endif }} + +{{ if $lastusers_title }} +

$lastusers_title

+
+{{ for $lastusers_items as $i }} + $i +{{ endfor }} +
+{{ endif }} + +{{ if $activeusers_title }} +

$activeusers_title

+
+{{ for $activeusers_items as $i }} + $i +{{ endfor }} +
+{{ endif }} + +{{ if $photos_title }} +

$photos_title

+
+{{ for $photos_items as $i }} + $i +{{ endfor }} +
+{{ endif }} + +{{ if $lastusers_title }} +

PostIt to Friendica

+
Post to Friendica from anywhere by bookmarking this Link.
+{{ endif }} + +{{ if $like_title }} +

$like_title

+ +{{ endif }} -- cgit v1.2.3 From 8451b22d42d913d5f03b3598ed5772580844ac55 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sat, 24 Mar 2012 08:56:26 +0100 Subject: small fix in css --- view/theme/diabook-blue/communityhome.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 13e8271bd..2a704c9fa 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -7,7 +7,7 @@ {{ if $lastusers_title }}

Connectable Services

-
+
Facebook StatusNet LiveJournal -- cgit v1.2.3 From 329a26d62ee65322d0227504b87c3c5ebb1ee480 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sun, 25 Mar 2012 08:47:17 +0200 Subject: move community_pages to right_aside, fixes in css --- view/theme/diabook-blue/communityhome.tpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 2a704c9fa..5b807c8ad 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -1,5 +1,5 @@ {{ if $lastusers_title }} -

Help or #NewHere ?

+

Help or @NewHere ?

Friendica Support
Let's talk
NewHere @@ -46,9 +46,13 @@
{{ endif }} +{{ if $lastusers_title }} +
$page
+{{ endif }} + {{ if $lastusers_title }}

PostIt to Friendica

-
Post to Friendica from anywhere by bookmarking this Link.
+
Post to Friendica from anywhere by bookmarking the Link.
{{ endif }} {{ if $like_title }} -- cgit v1.2.3 From 37f02424f801b3132b75b39d4132f35025667a75 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Mon, 26 Mar 2012 07:02:27 +0200 Subject: small fix --- view/theme/diabook-blue/communityhome.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 5b807c8ad..5bae06178 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -46,7 +46,7 @@
{{ endif }} -{{ if $lastusers_title }} +{{ if $page }}
$page
{{ endif }} -- cgit v1.2.3 From 876aa0c75277b1697f89f279ddedb4ec6a513f95 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Mon, 26 Mar 2012 10:33:28 +0200 Subject: small fix in diabook :: add local friendica to right_aside --- view/theme/diabook-blue/communityhome.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 5bae06178..f1714a436 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -2,6 +2,7 @@

Help or @NewHere ?

Friendica Support
Let's talk
+Local Friendica NewHere {{ endif }} -- cgit v1.2.3 From aaddee0d948832be7967c769fe4fafe7bdce2c0f Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Mon, 26 Mar 2012 13:52:44 +0200 Subject: minor css fixes in diabook --- view/theme/diabook-blue/communityhome.tpl | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index f1714a436..2d9033b18 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -1,3 +1,7 @@ +{{ if $page }} +
$page
+{{ endif }} + {{ if $lastusers_title }}

Help or @NewHere ?

Friendica Support
@@ -6,6 +10,11 @@ NewHere {{ endif }} +{{ if $lastusers_title }} +

PostIt to Friendica

+
Post to Friendica from anywhere by bookmarking the Link.
+{{ endif }} + {{ if $lastusers_title }}

Connectable Services

@@ -47,14 +56,6 @@
{{ endif }} -{{ if $page }} -
$page
-{{ endif }} - -{{ if $lastusers_title }} -

PostIt to Friendica

-
Post to Friendica from anywhere by bookmarking the Link.
-{{ endif }} {{ if $like_title }}

$like_title

-- cgit v1.2.3 From 2d834d0f45125650a40363a4fb41afd05fc8de1e Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Mon, 26 Mar 2012 18:54:57 +0200 Subject: add "similar interrest", "Friend Suggestions" and "Invite Friends" to right_aside, fixes in css --- view/theme/diabook-blue/communityhome.tpl | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 2d9033b18..854684a5f 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -10,11 +10,6 @@ NewHere {{ endif }} -{{ if $lastusers_title }} -

PostIt to Friendica

-
Post to Friendica from anywhere by bookmarking the Link.
-{{ endif }} - {{ if $lastusers_title }}

Connectable Services

@@ -29,6 +24,19 @@
{{ endif }} +{{ if $lastusers_title }} +

Find Friends

+$nv.directory.1
+$nv.match.1
+$nv.suggest.1 +$nv.invite.1 +{{ endif }} + +{{ if $lastusers_title }} +

PostIt to Friendica

+
Post to Friendica from anywhere by bookmarking the Link.
+{{ endif }} + {{ if $lastusers_title }}

$lastusers_title

-- cgit v1.2.3 From e7bc3f2bd0f578d04c271029d869e1fbc36cbec4 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 27 Mar 2012 08:28:47 +0200 Subject: add "find friends" to right_aside to diabook, fixes in css in diabook --- view/theme/diabook-blue/communityhome.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 854684a5f..748e6d077 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -24,7 +24,7 @@
{{ endif }} -{{ if $lastusers_title }} +{{ if $nv }}

Find Friends

$nv.directory.1
$nv.match.1
-- cgit v1.2.3 From 9fd54de691f3829dc63b8fa2c64330fab42d12c9 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 27 Mar 2012 15:29:46 +0200 Subject: provide a close-option for boxes in right_aside and store info via js and cookies --- view/theme/diabook-blue/communityhome.tpl | 32 +++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 748e6d077..1e3da2199 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -1,17 +1,22 @@ +
{{ if $page }}
$page
{{ endif }} +
+
{{ if $lastusers_title }} -

Help or @NewHere ?

+

Help or @NewHere ?

Friendica Support
Let's talk
Local Friendica NewHere {{ endif }} +
+
{{ if $lastusers_title }} -

Connectable Services

+

Connectable Services

Facebook StatusNet @@ -23,28 +28,36 @@ E-Mail
{{ endif }} +
+
{{ if $nv }} -

Find Friends

+

Find Friends

$nv.directory.1
$nv.match.1
$nv.suggest.1 $nv.invite.1 {{ endif }} +
+
{{ if $lastusers_title }} -

PostIt to Friendica

+

PostIt to Friendica

Post to Friendica from anywhere by bookmarking the Link.
{{ endif }} +
+
{{ if $lastusers_title }} -

$lastusers_title

+

$lastusers_title

{{ for $lastusers_items as $i }} $i {{ endfor }}
{{ endif }} +
+ {{ if $activeusers_title }}

$activeusers_title

@@ -55,21 +68,24 @@ {{ endif }} +
{{ if $photos_title }} -

$photos_title

+

$photos_title

{{ for $photos_items as $i }} $i {{ endfor }}
{{ endif }} +
- +
{{ if $like_title }} -

$like_title

+

$like_title

    {{ for $like_items as $i }}
  • $i
  • {{ endfor }}
{{ endif }} +
-- cgit v1.2.3 From 1a9bbac0bede3daf3bca9260397e1ad2214be1f7 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Wed, 28 Mar 2012 20:45:39 +0200 Subject: bugfix in diabook --- view/theme/diabook-blue/communityhome.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 1e3da2199..fa8197dd4 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -6,7 +6,7 @@
{{ if $lastusers_title }} -

Help or @NewHere ?

+

Help or @NewHere ?

Friendica Support
Let's talk
Local Friendica @@ -16,7 +16,7 @@
{{ if $lastusers_title }} -

Connectable Services

+

Connectable Services

Facebook StatusNet @@ -32,7 +32,7 @@
{{ if $nv }} -

Find Friends

+

Find Friends

$nv.directory.1
$nv.match.1
$nv.suggest.1 @@ -42,14 +42,14 @@
{{ if $lastusers_title }} -

PostIt to Friendica

+

PostIt to Friendica

Post to Friendica from anywhere by bookmarking the Link.
{{ endif }}
{{ if $lastusers_title }} -

$lastusers_title

+

$lastusers_title

{{ for $lastusers_items as $i }} $i @@ -70,7 +70,7 @@
{{ if $photos_title }} -

$photos_title

+

$photos_title

{{ for $photos_items as $i }} $i @@ -81,7 +81,7 @@
{{ if $like_title }} -

$like_title

+

$like_title

    {{ for $like_items as $i }}
  • $i
  • -- cgit v1.2.3 From 339c8a4b56f3f9d9b1557fbb393821602f62cc54 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Thu, 29 Mar 2012 11:02:59 +0200 Subject: css fixes in diabook-derivates --- view/theme/diabook-blue/communityhome.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index fa8197dd4..00a59eec0 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -7,10 +7,10 @@
    {{ if $lastusers_title }}

    Help or @NewHere ?

    +NewHere
    Friendica Support
    Let's talk
    Local Friendica -NewHere {{ endif }}
    @@ -30,13 +30,14 @@ {{ endif }}
-
+
{{ if $nv }}

Find Friends

$nv.directory.1
$nv.match.1
-$nv.suggest.1 +$nv.suggest.1
$nv.invite.1 +$nv.search {{ endif }}
-- cgit v1.2.3 From 5ced7f2bc57176f399d8964183bfe453b1b91eff Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 30 Mar 2012 13:48:34 +0200 Subject: add themes diabook-red & diabook-aerith --- view/theme/diabook-blue/communityhome.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 00a59eec0..cff75cd40 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -36,7 +36,7 @@ $nv.directory.1
$nv.match.1
$nv.suggest.1
-$nv.invite.1 +$nv.invite.1 $nv.search {{ endif }}
-- cgit v1.2.3 From 23dc376364b7d8f8e27e3493fe3edbf5cf768a35 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Mon, 2 Apr 2012 01:29:20 +0200 Subject: diabook-themes: add link to global dir in "find friends" at right_aside --- view/theme/diabook-blue/communityhome.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index cff75cd40..3b95b376e 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -34,6 +34,7 @@ {{ if $nv }}

Find Friends

$nv.directory.1
+$nv.global_directory.1
$nv.match.1
$nv.suggest.1
$nv.invite.1 -- cgit v1.2.3 From 8a71191d6d45f74e200bb6e279916375c2416b05 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 3 Apr 2012 20:59:00 +0200 Subject: make right_aside translatable and provide german translation... and some css-fixes --- view/theme/diabook-blue/communityhome.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/theme/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 3b95b376e..6e126827b 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -6,7 +6,7 @@
{{ if $lastusers_title }} -

Help or @NewHere ?

+

$helpers.title.1

NewHere
Friendica Support
Let's talk
@@ -16,7 +16,7 @@
{{ if $lastusers_title }} -

Connectable Services

+

$con_services.title.1

Facebook StatusNet @@ -32,9 +32,9 @@
{{ if $nv }} -

Find Friends

+

$nv.title.1

$nv.directory.1
-$nv.global_directory.1
+$nv.global_directory.1
$nv.match.1
$nv.suggest.1
$nv.invite.1 @@ -44,8 +44,8 @@ $nv.search
{{ if $lastusers_title }} -

PostIt to Friendica

-
Post to Friendica from anywhere by bookmarking the Link.
+

$postit.title.1

+
$postit.title.2$postit.text.1
{{ endif }}
-- cgit v1.2.3