Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 27005200B62 for ; Fri, 29 Jul 2016 06:57:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2591B160A94; Fri, 29 Jul 2016 04:57:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4363B160A85 for ; Fri, 29 Jul 2016 06:57:39 +0200 (CEST) Received: (qmail 28590 invoked by uid 500); 29 Jul 2016 04:57:38 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 28580 invoked by uid 99); 29 Jul 2016 04:57:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 04:57:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3F3E8E0100; Fri, 29 Jul 2016 04:57:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ndoshi@apache.org To: commits@airavata.apache.org Message-Id: <824cf164ec29419e9227d68707c3e498@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata-php-gateway git commit: Super Admin UI Changes for Gateways UI Date: Fri, 29 Jul 2016 04:57:38 +0000 (UTC) archived-at: Fri, 29 Jul 2016 04:57:40 -0000 Repository: airavata-php-gateway Updated Branches: refs/heads/develop 349ccc6bb -> a0327d644 Super Admin UI Changes for Gateways UI Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/a0327d64 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a0327d64 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/a0327d64 Branch: refs/heads/develop Commit: a0327d644e42cbbaf8b0d0752a853ed883f4d980 Parents: 349ccc6 Author: Nipurn Doshi Authored: Thu Jul 28 21:57:03 2016 -0700 Committer: Nipurn Doshi Committed: Thu Jul 28 21:57:03 2016 -0700 ---------------------------------------------------------------------- app/views/admin/manage-gateway.blade.php | 160 ++++++++++++++++---------- 1 file changed, 97 insertions(+), 63 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/a0327d64/app/views/admin/manage-gateway.blade.php ---------------------------------------------------------------------- diff --git a/app/views/admin/manage-gateway.blade.php b/app/views/admin/manage-gateway.blade.php index 348c9e6..9216d13 100644 --- a/app/views/admin/manage-gateway.blade.php +++ b/app/views/admin/manage-gateway.blade.php @@ -35,78 +35,112 @@ {{ Session::forget("message") }} @endif + +
+ +
-
-

Edit your Gateway Profile

- @foreach( $gateways as $indexGP => $gp ) - @if( $gp->gatewayId == Session::get("gateway_id")) - @include('partials/gateway-preferences-block', array("gp" => $gp, "accName" => "accordion2") ) - @endif - @endforeach -
- @if( Session::has('super-admin')) -
-
-

Check all Gateway Profiles

+
+ +
+ +
+

Edit your Gateway Profile

+ @foreach( $gateways as $indexGP => $gp ) + @if( $gp->gatewayId == Session::get("gateway_id")) + @include('partials/gateway-preferences-block', array("gp" => $gp, "accName" => "accordion2") ) + @endif + @endforeach +
-
- + + @if( Session::has('super-admin')) + +
+ +
+
+
+ +
+ @include('partials/add-gateway-block') +
+
+
+
+

Gateway Requests

+ + + + + + + + + + + + + @foreach( $gateways as $indexGP => $gp ) + + + + + + + @if( $gp->gatewayApprovalStatus == 0) + + @elseif( $gp->gatewayApprovalStatus == 1) + + @endif + + @endforeach + + +
Gateway NameAdmin NameGateway URLProject DetailsProject AbstractActions
{{$gp->gatewayName }}{{ $gp->gatewayAdminFirstName }} {{ $gp->gatewayAdminLastName }} {{ $gp->gatewayURL }}{{ $gp->reviewProposalDescription}}{{ $gp->gatewayPublicAbstract}} + +

+
+ +
+ +
+
Approved
+
+
-
-
- + +
+ + +
+
+

Check all Gateway Profiles

+
+
+ +
- @include('partials/add-gateway-block') - -
-
-
-

Gateway Requests

- - - - - - - - - - - - + +
@foreach( $gateways as $indexGP => $gp ) -
- - - - - - @if( $gp->gatewayApprovalStatus == 0) - - @elseif( $gp->gatewayApprovalStatus == 1) - - @endif - + @include('partials/gateway-preferences-block', array("gp" => $gp, "accName" => "accordion1")) @endforeach - - -
Gateway NameAdmin NameGateway URLProject DetailsProject AbstractActions
{{$gp->gatewayName }}{{ $gp->gatewayAdminFirstName }} {{ $gp->gatewayAdminLastName }} {{ $gp->gatewayURL }}{{ $gp->reviewProposalDescription}}{{ $gp->gatewayPublicAbstract}} - - - Approved
+
-
-
-

Approved Gateways

- @foreach( $gateways as $indexGP => $gp ) - @include('partials/gateway-preferences-block', array("gp" => $gp, "accName" => "accordion1")) - @endforeach + @endif
- @endif +
@@ -238,7 +272,7 @@