From 932d439444f10774bff546923cc0a2e5e2f2857b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 20 Jul 2018 13:57:57 +0200 Subject: Rewrite (only for backend/oauth/api use from now on) --- resources/views/admin/dashboard.blade.php | 388 --------------------- resources/views/admin/layouts/app.blade.php | 46 --- .../views/admin/layouts/left_sidebar.blade.php | 39 --- resources/views/admin/layouts/navbar.blade.php | 44 --- .../views/admin/layouts/right_sidebar.blade.php | 185 ---------- resources/views/auth/login.blade.php | 71 ---- resources/views/auth/passwords/email.blade.php | 47 --- resources/views/auth/passwords/reset.blade.php | 65 ---- resources/views/auth/register.blade.php | 79 ----- resources/views/confirmEmail.blade.php | 16 - resources/views/email/verify.blade.php | 3 - resources/views/errors/http.blade.php | 5 - resources/views/layouts/app.blade.php | 58 --- resources/views/layouts/error.blade.php | 57 --- resources/views/profile.blade.php | 36 -- resources/views/verificationSuccess.blade.php | 17 - resources/views/writeMessage.blade.php | 33 -- 17 files changed, 1189 deletions(-) delete mode 100755 resources/views/admin/dashboard.blade.php delete mode 100755 resources/views/admin/layouts/app.blade.php delete mode 100644 resources/views/admin/layouts/left_sidebar.blade.php delete mode 100644 resources/views/admin/layouts/navbar.blade.php delete mode 100644 resources/views/admin/layouts/right_sidebar.blade.php delete mode 100755 resources/views/auth/login.blade.php delete mode 100755 resources/views/auth/passwords/email.blade.php delete mode 100755 resources/views/auth/passwords/reset.blade.php delete mode 100755 resources/views/auth/register.blade.php delete mode 100755 resources/views/confirmEmail.blade.php delete mode 100755 resources/views/email/verify.blade.php delete mode 100755 resources/views/errors/http.blade.php delete mode 100755 resources/views/layouts/app.blade.php delete mode 100755 resources/views/layouts/error.blade.php delete mode 100755 resources/views/profile.blade.php delete mode 100755 resources/views/verificationSuccess.blade.php delete mode 100755 resources/views/writeMessage.blade.php (limited to 'resources/views') diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php deleted file mode 100755 index b271a2d..0000000 --- a/resources/views/admin/dashboard.blade.php +++ /dev/null @@ -1,388 +0,0 @@ -@extends('admin.layouts.app') -@section('content_header') -

- Dashboard - Version 2.0 -

- -@endsection - -@section('content') - -
-
-
- - -
- CPU Traffic - {{ $cpu_load }}% -
- -
- -
- -
-
- - -
- Likes - 41,410 -
- -
- -
- - - -
- -
-
- - -
- Sales - 760 -
- -
- -
- -
-
- - -
- New Members - 2,000 -
- -
- -
- -
- - -
-
-
-
-

Monthly Recap Report

- - -
- -
-
-
-

- Sales: 1 Jan, 2014 - 30 Jul, 2014 -

- -
- - -
- -
- -
-

- Goal Completion -

- -
- Add Products to Cart - 160/200 - -
-
-
-
- -
- Complete Purchase - 310/400 - -
-
-
-
- -
- Visit Premium Page - 480/800 - -
-
-
-
- -
- Send Inquiries - 250/500 - -
-
-
-
- -
- -
- -
- - - -
- -
- -
- - - -
- -
- -
-
-

Visitors Report

- -
- - -
-
- -
-
-
-
- -
-
-
- -
-
-
-
90,70,90,70,75,80,70
-
8390
- Visits -
- -
-
90,50,90,70,61,83,63
-
30%
- Referrals -
- -
-
90,50,90,70,61,83,63
-
70%
- Organic -
- -
-
- -
- -
- -
- -
- - -
- -
- - -
- Inventory - 5,200 - -
-
-
- - 50% Increase in 30 Days - -
- -
- -
- - -
- Mentions - 92,050 - -
-
-
- - 20% Increase in 30 Days - -
- -
- -
- - -
- Downloads - 114,381 - -
-
-
- - 70% Increase in 30 Days - -
- -
- -
- - -
- Direct Messages - 163,921 - -
-
-
- - 40% Increase in 30 Days - -
- -
- - -
-
-

Browser Usage

- -
- - -
-
- -
-
-
-
- -
- -
- -
-
    -
  • Chrome
  • -
  • IE
  • -
  • FireFox
  • -
  • Safari
  • -
  • Opera
  • -
  • Navigator
  • -
-
- -
- -
- - - -
- -
- -
- -@endsection \ No newline at end of file diff --git a/resources/views/admin/layouts/app.blade.php b/resources/views/admin/layouts/app.blade.php deleted file mode 100755 index 2f7e48d..0000000 --- a/resources/views/admin/layouts/app.blade.php +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - Admin interface of BEAM-Messenger - - - - - - - -
- - @include('admin.layouts.navbar'); - - @include('admin.layouts.left_sidebar'); - -
-
- @yield('content_header') -
- -
- @yield('content') -
-
- - -
-
- - - - - - \ No newline at end of file diff --git a/resources/views/admin/layouts/left_sidebar.blade.php b/resources/views/admin/layouts/left_sidebar.blade.php deleted file mode 100644 index 3db3e38..0000000 --- a/resources/views/admin/layouts/left_sidebar.blade.php +++ /dev/null @@ -1,39 +0,0 @@ - \ No newline at end of file diff --git a/resources/views/admin/layouts/navbar.blade.php b/resources/views/admin/layouts/navbar.blade.php deleted file mode 100644 index e021129..0000000 --- a/resources/views/admin/layouts/navbar.blade.php +++ /dev/null @@ -1,44 +0,0 @@ -
- - - - -
\ No newline at end of file diff --git a/resources/views/admin/layouts/right_sidebar.blade.php b/resources/views/admin/layouts/right_sidebar.blade.php deleted file mode 100644 index 80ce125..0000000 --- a/resources/views/admin/layouts/right_sidebar.blade.php +++ /dev/null @@ -1,185 +0,0 @@ - - -
- -
-

Recent Activity

- - - -

Tasks Progress

- - - -
- - -
Stats Tab Content
- - -
-
-

General Settings

- -
- - -

- Some information about this general settings option -

-
- - -
- - -

- Other sets of options are available -

-
- - -
- - -

- Allow the user to show his name in blog posts -

-
- - -

Chat Settings

- -
- -
- - -
- -
- - -
- -
- -
-
- -
\ No newline at end of file diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php deleted file mode 100755 index 119cfe1..0000000 --- a/resources/views/auth/login.blade.php +++ /dev/null @@ -1,71 +0,0 @@ -@extends('layouts.app') - -@section('content') - - -
-
-
-
-
{{ __('Login') }}
- -
-
- @csrf - -
- - -
- - - @if ($errors->has('email')) - - {{ $errors->first('email') }} - - @endif -
-
- -
- - -
- - - @if ($errors->has('password')) - - {{ $errors->first('password') }} - - @endif -
-
- -
-
-
- -
-
-
- -
-
- - - - {{ __('Forgot Your Password?') }} - -
-
-
-
-
-
-
-
-@endsection diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php deleted file mode 100755 index 12e8083..0000000 --- a/resources/views/auth/passwords/email.blade.php +++ /dev/null @@ -1,47 +0,0 @@ -@extends('layouts.app') - -@section('content') -
-
-
-
-
{{ __('Reset Password') }}
- -
- @if (session('status')) - - @endif - -
- @csrf - -
- - -
- - - @if ($errors->has('email')) - - {{ $errors->first('email') }} - - @endif -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php deleted file mode 100755 index 3557662..0000000 --- a/resources/views/auth/passwords/reset.blade.php +++ /dev/null @@ -1,65 +0,0 @@ -@extends('layouts.app') - -@section('content') -
-
-
-
-
{{ __('Reset Password') }}
- -
-
- @csrf - - - -
- - -
- - - @if ($errors->has('email')) - - {{ $errors->first('email') }} - - @endif -
-
- -
- - -
- - - @if ($errors->has('password')) - - {{ $errors->first('password') }} - - @endif -
-
- -
- - -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php deleted file mode 100755 index 9b544ae..0000000 --- a/resources/views/auth/register.blade.php +++ /dev/null @@ -1,79 +0,0 @@ -@extends('layouts.app') - -@section('content') - - -
-
-
-
-
{{ __('Register') }}
- -
-
- @csrf - -
- - -
- - - @if ($errors->has('name')) - - {{ $errors->first('name') }} - - @endif -
-
- -
- - -
- - - @if ($errors->has('email')) - - {{ $errors->first('email') }} - - @endif -
-
- -
- - -
- - - @if ($errors->has('password')) - - {{ $errors->first('password') }} - - @endif -
-
- -
- - -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection diff --git a/resources/views/confirmEmail.blade.php b/resources/views/confirmEmail.blade.php deleted file mode 100755 index 1de32c2..0000000 --- a/resources/views/confirmEmail.blade.php +++ /dev/null @@ -1,16 +0,0 @@ -@extends('layouts.app') @section('content') - -
-
-
-
-
Registration
-
- You have successfully registered. An email is sent to you for verification. -
-
-
-
-
- -@endsection \ No newline at end of file diff --git a/resources/views/email/verify.blade.php b/resources/views/email/verify.blade.php deleted file mode 100755 index 25eda64..0000000 --- a/resources/views/email/verify.blade.php +++ /dev/null @@ -1,3 +0,0 @@ -

Click the Link To Verify Your Email

- -Click the following link to verify your email {{url('/verify/email/'.$email_token)}} \ No newline at end of file diff --git a/resources/views/errors/http.blade.php b/resources/views/errors/http.blade.php deleted file mode 100755 index a05a725..0000000 --- a/resources/views/errors/http.blade.php +++ /dev/null @@ -1,5 +0,0 @@ -@extends('layouts.error') - -@section('title', $ErrorMessage) - -@section('message', $ErrorMessage) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php deleted file mode 100755 index af1be47..0000000 --- a/resources/views/layouts/app.blade.php +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - {{ config('app.name', 'BEAM-Messenger') }} - - - - - - - - - - - - - - - - -
-
- @yield('content') -
-
- - - - {{ csrf_field() }} - - - - - \ No newline at end of file diff --git a/resources/views/layouts/error.blade.php b/resources/views/layouts/error.blade.php deleted file mode 100755 index 27513d0..0000000 --- a/resources/views/layouts/error.blade.php +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - @yield('title') - - - - - - - - -
-
-
- @yield('message') -
-
-
- - diff --git a/resources/views/profile.blade.php b/resources/views/profile.blade.php deleted file mode 100755 index c4a7db0..0000000 --- a/resources/views/profile.blade.php +++ /dev/null @@ -1,36 +0,0 @@ -@extends('layouts.app') @section('content') -
- -
-
- - -
-
- Whoops! There were some problems with your upload - please try again. -
-
- -
-
-
- - -
- {{$user->name}} -
-
-
-
- -
-
-
- - Please upload a valid image file. Size of image should not be more than 2MB. -
- -
-
-
-@endsection \ No newline at end of file diff --git a/resources/views/verificationSuccess.blade.php b/resources/views/verificationSuccess.blade.php deleted file mode 100755 index 5cc48eb..0000000 --- a/resources/views/verificationSuccess.blade.php +++ /dev/null @@ -1,17 +0,0 @@ -@extends('layouts.app') @section('content') - -
-
-
-
-
Registration Confirmed
-
- Your Email is verified. Click here to - login -
-
-
-
- - -@endsection \ No newline at end of file diff --git a/resources/views/writeMessage.blade.php b/resources/views/writeMessage.blade.php deleted file mode 100755 index 0136ba9..0000000 --- a/resources/views/writeMessage.blade.php +++ /dev/null @@ -1,33 +0,0 @@ -@extends('layouts.app') @section('content') - - - -
-
-
-
-
Messages Received
-
- @foreach ($messages as $key => $message) -

{{$message->name}}: {{$message->message}}

- @endforeach - -
-
-
-
-
-
-
-
Send message
-
- {{ csrf_field() }} - - -
-
-
-
-
- -@endsection -- cgit v1.2.3