diff --git a/resources/views/api_docs/index.blade.php b/resources/views/api_docs/index.blade.php index 2fe1412..ae9ed8f 100755 --- a/resources/views/api_docs/index.blade.php +++ b/resources/views/api_docs/index.blade.php @@ -167,8 +167,8 @@ - - + + + - +
NA
NA
- Domain: + Domain:
- + diff --git a/resources/views/auth/create.blade.php b/resources/views/auth/create.blade.php index edf499b..700ef6d 100755 --- a/resources/views/auth/create.blade.php +++ b/resources/views/auth/create.blade.php @@ -30,45 +30,24 @@
- img/logo.png" class="setup-logo" alt="Devless"> +
- DB & App Setup + App Setup
-
-
- -
- - @if($errors->has("db_name")) - {{ $errors->first("db_name") }} - @endif -
-
-
- + +
+
- - @if($errors->has("db_user")) - {{ $errors->first("db_user") }} + + @if($errors->has("username")) + {{ $errors->first("username") }} @endif
-
- -
- - @if($errors->has("db_pass")) - {{ $errors->first("db_pass") }} - @endif -
-
- -
-
@@ -99,11 +78,33 @@
- - - - - +
+ +
+ + @if($errors->has("app_name")) + {{ $errors->first("app_name") }} + @endif +
+
+
+ +
+ + @if($errors->has("app_description")) + {{ $errors->first("app_description") }} + @endif +
+
+
+ +
+ + @if($errors->has("app_token")) + {{ $errors->first("app_token") }} + @endif +
+
diff --git a/resources/views/auth/index.blade.php b/resources/views/auth/index.blade.php index 8af6961..1133443 100755 --- a/resources/views/auth/index.blade.php +++ b/resources/views/auth/index.blade.php @@ -9,8 +9,8 @@
- - + + - - + + + - + - + - + - - + + - - + + - + - - + + - + - + @if(\Request::path() != 'console') - - - - + + + + @endif @include('notifier') diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index f17d3c0..0722f3f 100755 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -6,29 +6,27 @@ - - favicon.ico" type="image/x-icon"> - favicon.ico" type="image/x-icon"> + Devless 1.1.2 - css/slidebars.css" rel="stylesheet"> + - js/switchery/switchery.min.css" rel="stylesheet" type="text/css" media="screen" /> + - css/jquery.steps.css" /> + - css/style.css" rel="stylesheet"> - css/style-responsive.css" rel="stylesheet"> - css/custom.css"> + + + @if( \Request::path() == 'privacy' || \Request::path() == 'datatable' || \Request::path() == 'services') - css/helper.css" media="screen" title="no title" charset="utf-8"> - - + + + @endif + {{$service['name']}}N/A

{{$service['description']}}

-
@@ -45,12 +44,12 @@

By {{$service['author']}}

-
+ @endforeach - + @else -

Sorry Services could not be fetched !

+

Sorry Services could not be fetched !

@endif @@ -70,28 +69,28 @@ function install(url, service_name) { setTimeout(function () { $('#notif').modal('hide'); },3000) - + $('#'+service_name).html('Installed').closest('button').attr('disabled', 'true'); } }) } function httpGetAsync(theUrl, callback){ { var xmlHttp = new XMLHttpRequest(); - xmlHttp.onreadystatechange = function() { + xmlHttp.onreadystatechange = function() { if (xmlHttp.readyState == 4 && xmlHttp.status == 200) callback(xmlHttp.responseText); } - xmlHttp.open("GET", theUrl, true); // true for asynchronous + xmlHttp.open("GET", theUrl, true); // true for asynchronous xmlHttp.send(null); } } - @endsection + + diff --git a/resources/views/services/edit.blade.php b/resources/views/services/edit.blade.php index 730bcb9..2389d2a 100755 --- a/resources/views/services/edit.blade.php +++ b/resources/views/services/edit.blade.php @@ -1,474 +1,474 @@ @extends('layout') @section('header') - -
-

Service

{{ucwords($service->name)}}
-@endsection - -@section('content') - @include('error') -