From a37986cdc02b268d19aaae467ac1a8651f88a0ff Mon Sep 17 00:00:00 2001 From: Michael Meer Date: Tue, 24 Sep 2013 09:33:52 +0200 Subject: added new smarty template admin_hubloc.tpl --- view/tpl/admin_hubloc.tpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 view/tpl/admin_hubloc.tpl (limited to 'view/tpl/admin_hubloc.tpl') diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl new file mode 100755 index 000000000..a9f250652 --- /dev/null +++ b/view/tpl/admin_hubloc.tpl @@ -0,0 +1,22 @@ +
+

{{$title}} - {{$page}}

+ +
+ + + + + + {{foreach $th_hubloc as $th}}{{/foreach}} + + + + + {{foreach $hubloc as $hub}} + + {{/foreach}} + +
{{$th}}
{{$hub.hubloc_id}}{{$hub.hubloc_addr}}{{$hub.hubloc_host}}{{$hub.hubloc_status}}
+ + +
-- cgit v1.2.3 From a13593590b5e5488554225ba9ff9bced24cffd0c Mon Sep 17 00:00:00 2001 From: Michael Meer Date: Mon, 20 Jan 2014 12:12:40 +0100 Subject: added buttons to perform later hubloc actions --- view/tpl/admin_hubloc.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/tpl/admin_hubloc.tpl') diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl index a9f250652..e1c8b3647 100755 --- a/view/tpl/admin_hubloc.tpl +++ b/view/tpl/admin_hubloc.tpl @@ -14,6 +14,8 @@ {{foreach $hubloc as $hub}} {{$hub.hubloc_id}}{{$hub.hubloc_addr}}{{$hub.hubloc_host}}{{$hub.hubloc_status}} + + {{/foreach}} -- cgit v1.2.3 From 86e2237555e23a83dcb5286488af677f5d52d610 Mon Sep 17 00:00:00 2001 From: Michael Meer Date: Mon, 20 Jan 2014 13:03:24 +0100 Subject: no need to have a doule hublocid --- view/tpl/admin_hubloc.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view/tpl/admin_hubloc.tpl') diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl index e1c8b3647..6e7629094 100755 --- a/view/tpl/admin_hubloc.tpl +++ b/view/tpl/admin_hubloc.tpl @@ -14,8 +14,9 @@ {{foreach $hubloc as $hub}} {{$hub.hubloc_id}}{{$hub.hubloc_addr}}{{$hub.hubloc_host}}{{$hub.hubloc_status}} - - + + + {{/foreach}} -- cgit v1.2.3 From ffabb4cc867f59d86380eced3253053d368327f2 Mon Sep 17 00:00:00 2001 From: Michael Meer Date: Wed, 22 Jan 2014 11:29:49 +0100 Subject: reorg formula data for hubloc checks --- view/tpl/admin_hubloc.tpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'view/tpl/admin_hubloc.tpl') diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl index 6e7629094..ea840e1b3 100755 --- a/view/tpl/admin_hubloc.tpl +++ b/view/tpl/admin_hubloc.tpl @@ -1,9 +1,6 @@

{{$title}} - {{$page}}

- - - @@ -14,9 +11,13 @@ {{foreach $hubloc as $hub}} - + {{/foreach}}
{{$hub.hubloc_id}}{{$hub.hubloc_addr}}{{$hub.hubloc_host}}{{$hub.hubloc_status}} + + + +
-- cgit v1.2.3 From 0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38 Mon Sep 17 00:00:00 2001 From: Michael Meer Date: Thu, 30 Jan 2014 10:39:09 +0100 Subject: attempt with fix URL for testing works --- view/tpl/admin_hubloc.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/admin_hubloc.tpl') diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl index ea840e1b3..06a8cdf6a 100755 --- a/view/tpl/admin_hubloc.tpl +++ b/view/tpl/admin_hubloc.tpl @@ -15,6 +15,7 @@
+
-- cgit v1.2.3