From d8a7b147a8df8b5ce0407f6f1b3cab6c30319697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 23 Nov 2022 18:25:12 +0100 Subject: [PATCH] . --- content/dashboard/account.blade.php | 50 -- content/dashboard/addNachrichten.blade.php | 616 ------------------ content/dashboard/app.blade.php | 82 --- content/dashboard/auth/login.blade.php | 73 --- .../auth/passwords/confirm.blade.php | 49 -- .../dashboard/auth/passwords/email.blade.php | 47 -- .../dashboard/auth/passwords/reset.blade.php | 65 -- content/dashboard/auth/register.blade.php | 80 --- content/dashboard/auth/verify.blade.php | 28 - content/dashboard/editNachrichten.blade.php | 600 ----------------- content/dashboard/home.blade.php | 258 -------- content/dashboard/profile.blade.php | 116 ---- content/head.blade.php | 4 +- content/includes/css.blade.php | 0 content/includes/footer.blade.php | 6 +- content/includes/header.blade.php | 17 +- content/index.blade.php | 26 +- content/pages/foerderung.blade.php | 2 +- fonts/Merriweather-Black.ttf | Bin 0 -> 141700 bytes fonts/Merriweather-BlackItalic.ttf | Bin 0 -> 142620 bytes fonts/Merriweather-Bold.ttf | Bin 0 -> 142040 bytes fonts/Merriweather-BoldItalic.ttf | Bin 0 -> 143832 bytes fonts/Merriweather-Italic.ttf | Bin 0 -> 142648 bytes fonts/Merriweather-Light.ttf | Bin 0 -> 148124 bytes fonts/Merriweather-LightItalic.ttf | Bin 0 -> 142056 bytes fonts/Merriweather-Regular.ttf | Bin 0 -> 149120 bytes 26 files changed, 43 insertions(+), 2076 deletions(-) delete mode 100644 content/dashboard/account.blade.php delete mode 100644 content/dashboard/addNachrichten.blade.php delete mode 100644 content/dashboard/app.blade.php delete mode 100644 content/dashboard/auth/login.blade.php delete mode 100644 content/dashboard/auth/passwords/confirm.blade.php delete mode 100644 content/dashboard/auth/passwords/email.blade.php delete mode 100644 content/dashboard/auth/passwords/reset.blade.php delete mode 100644 content/dashboard/auth/register.blade.php delete mode 100644 content/dashboard/auth/verify.blade.php delete mode 100644 content/dashboard/editNachrichten.blade.php delete mode 100644 content/dashboard/home.blade.php delete mode 100644 content/dashboard/profile.blade.php delete mode 100644 content/includes/css.blade.php create mode 100644 fonts/Merriweather-Black.ttf create mode 100644 fonts/Merriweather-BlackItalic.ttf create mode 100644 fonts/Merriweather-Bold.ttf create mode 100644 fonts/Merriweather-BoldItalic.ttf create mode 100644 fonts/Merriweather-Italic.ttf create mode 100644 fonts/Merriweather-Light.ttf create mode 100644 fonts/Merriweather-LightItalic.ttf create mode 100644 fonts/Merriweather-Regular.ttf diff --git a/content/dashboard/account.blade.php b/content/dashboard/account.blade.php deleted file mode 100644 index aa1a3b6..0000000 --- a/content/dashboard/account.blade.php +++ /dev/null @@ -1,50 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') -@section('content') - -
-
-
-

Account

-
-
- -
-
- @if ($errors->any()) -
-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-

- @endif - -
-
-
- @csrf - -
- - -
- -
- - -
- - -
-
- -
-
-
- -
-@stop diff --git a/content/dashboard/addNachrichten.blade.php b/content/dashboard/addNachrichten.blade.php deleted file mode 100644 index 1715c32..0000000 --- a/content/dashboard/addNachrichten.blade.php +++ /dev/null @@ -1,616 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') -
-
-
-

{{ __('admin-content.create-new-' . $type_id) }}

-
-
- -
- - - - -
-
-
-
- @csrf - - - - -
{{ __('admin-content.content-news') }}
- -
- -
-
- - -
- -
- - - @if (auth()->user()->role->id > 2 and !empty(auth()->user()->category)) - - - @else - - @endif -
- - @if (config('settings.lnd_status')) -
Define as Premium Content
- -
-
- - -
-
- @endif - - -
-
-
- - - - - - - -
- @if ($type_id == 2) -
-
- @endif -
- - @if ($type_id == 3) -
-
-
-
-
Action Buttons Create new Action
- -
- - - - - - - - - - - -
Preview ButtonAction TypeAction Target
-
- -
- -
-
- - -
-
- -
-
- - -
-
-
- -
-
-
- -
- @endif - -
- -
-
{{ __('admin-content.content-text') }}
-
- -
- - -
- -
- -
- - -
-
- - -
-
- - - - - -
-
-
- -
-
- -
-
-
- - - - - - - - - -
-@stop diff --git a/content/dashboard/app.blade.php b/content/dashboard/app.blade.php deleted file mode 100644 index 660afb9..0000000 --- a/content/dashboard/app.blade.php +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - {{ config('app.name', 'Laravel') }} - - - - - - - - - - - - - - -
- - -
- @yield('content') -
-
- - diff --git a/content/dashboard/auth/login.blade.php b/content/dashboard/auth/login.blade.php deleted file mode 100644 index 8bf20e2..0000000 --- a/content/dashboard/auth/login.blade.php +++ /dev/null @@ -1,73 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') -
-
-
-
-
{{ __('Login') }}
- -
-
- @csrf - -
- - -
- - - @error('email') - - {{ $message }} - - @enderror -
-
- -
- - -
- - - @error('password') - - {{ $message }} - - @enderror -
-
- -
-
-
- - - -
-
-
- -
-
- - - @if (Route::has('password.request')) - - {{ __('Forgot Your Password?') }} - - @endif -
-
-
-
-
-
-
-
-@endsection diff --git a/content/dashboard/auth/passwords/confirm.blade.php b/content/dashboard/auth/passwords/confirm.blade.php deleted file mode 100644 index 10e604a..0000000 --- a/content/dashboard/auth/passwords/confirm.blade.php +++ /dev/null @@ -1,49 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') -
-
-
-
-
{{ __('Confirm Password') }}
- -
- {{ __('Please confirm your password before continuing.') }} - -
- @csrf - -
- - -
- - - @error('password') - - {{ $message }} - - @enderror -
-
- -
-
- - - @if (Route::has('password.request')) - - {{ __('Forgot Your Password?') }} - - @endif -
-
-
-
-
-
-
-
-@endsection diff --git a/content/dashboard/auth/passwords/email.blade.php b/content/dashboard/auth/passwords/email.blade.php deleted file mode 100644 index 6ea7846..0000000 --- a/content/dashboard/auth/passwords/email.blade.php +++ /dev/null @@ -1,47 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') -
-
-
-
-
{{ __('Reset Password') }}
- -
- @if (session('status')) - - @endif - -
- @csrf - -
- - -
- - - @error('email') - - {{ $message }} - - @enderror -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection diff --git a/content/dashboard/auth/passwords/reset.blade.php b/content/dashboard/auth/passwords/reset.blade.php deleted file mode 100644 index f91136a..0000000 --- a/content/dashboard/auth/passwords/reset.blade.php +++ /dev/null @@ -1,65 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') -
-
-
-
-
{{ __('Reset Password') }}
- -
-
- @csrf - - - -
- - -
- - - @error('email') - - {{ $message }} - - @enderror -
-
- -
- - -
- - - @error('password') - - {{ $message }} - - @enderror -
-
- -
- - -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection diff --git a/content/dashboard/auth/register.blade.php b/content/dashboard/auth/register.blade.php deleted file mode 100644 index 1032626..0000000 --- a/content/dashboard/auth/register.blade.php +++ /dev/null @@ -1,80 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') -
-
-
-
-
{{ __('Register') }}
- -
-
- @csrf - -
- - -
- - - @error('name') - - {{ $message }} - - @enderror -
-
- -
- - -
- - - - - - @error('email') - - {{ $message }} - - @enderror -
-
- -
- - -
- - - @error('password') - - {{ $message }} - - @enderror -
-
- -
- - -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection diff --git a/content/dashboard/auth/verify.blade.php b/content/dashboard/auth/verify.blade.php deleted file mode 100644 index eef74da..0000000 --- a/content/dashboard/auth/verify.blade.php +++ /dev/null @@ -1,28 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') -
-
-
-
-
{{ __('Verify Your Email Address') }}
- -
- @if (session('resent')) - - @endif - - {{ __('Before proceeding, please check your email for a verification link.') }} - {{ __('If you did not receive the email') }}, -
- @csrf - . -
-
-
-
-
-
-@endsection diff --git a/content/dashboard/editNachrichten.blade.php b/content/dashboard/editNachrichten.blade.php deleted file mode 100644 index 7d87626..0000000 --- a/content/dashboard/editNachrichten.blade.php +++ /dev/null @@ -1,600 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') - -
-
-
-

Edit Content

-
-
- -
- - - - - -
-
-
-
- - - @csrf - - -
-
-
-
-
- - - - - - - - -
-@stop diff --git a/content/dashboard/home.blade.php b/content/dashboard/home.blade.php deleted file mode 100644 index 0072870..0000000 --- a/content/dashboard/home.blade.php +++ /dev/null @@ -1,258 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') - -@section('content') - -
-
-

{{ __('admin-content.h1') }}

-
-
- -
-
-
-
-
- @foreach ($types as $type) - - @endforeach -
-
-
- - - {{ __('admin-content.create-new-' . $typeModel->id) }} - - -

-
-
- - - - - - - - - - - - - - - @foreach($nachrichten as $nach) - - - - - - - - - - - - - - - - - - - - @endforeach - - @if ($nachrichten->count() == 0) - - - - @endif - -
@sortablelink('created_at', __('admin-content.date'))@sortablelink('title', __('admin-content.title'))@sortablelink('nachrichten', __('admin-content.message'))@sortablelink('category_id', __('admin-content.category')){{ __('admin-content.extras') }}{{ __('admin-content.actions') }}@sortablelink('approved', 'Status')
- {{ $nach->created_at->diffForHumans() }} - - - @if($nach->approved == 1) - @if($nach->type == 'news') - {{Str::limit($nach->title, 30,'...')}} - - @else - {{Str::limit($nach->title, 30,'...')}} - - @endif - - @else() - {{Str::limit($nach->title, 30,'...')}} - @endif - - {{ Str::limit(strip_tags(html_entity_decode($nach->nachrichten)), 90, $end = '...') }}@if ($nach->category) - {{ $nach->category->name }} - @else - - - @endif - - @if(sizeof($nach->files) > 0) - - - {{sizeof($nach->files)}} - - @endif - - @if(sizeof($nach->comments) > 0) - - - {{sizeof($nach->comments)}} - - @endif - - @if ($type->id == 3) - @foreach ($nach->actions as $action) - {{ $action->name }} - @endforeach - @endif - - - - - |  - - - - @if ($nach->paid != 0 and (empty($nach->premium_until) or $nach->premium_until > date('Y-m-d'))) - - - | - @endif - - @if($nach->approved != 1) - @if ($nach->approved == 2) - - - - @else - - - - @endif - @else - - - - @endif -
No records found!
- -
-
-
- - - - - - -@stop diff --git a/content/dashboard/profile.blade.php b/content/dashboard/profile.blade.php deleted file mode 100644 index 4fe6084..0000000 --- a/content/dashboard/profile.blade.php +++ /dev/null @@ -1,116 +0,0 @@ -@extends('template.'.config('settings.template').'.content.dashboard.app') -@section('content') - -
-
-
-
-

Profile

-
-
-
- -
-
-
-
-
- @csrf - -
-
- - - - - @if ($user->image) - Remove Image - @endif - -
- -
-
-
- - -
-
-
- -
- - -
- - -
- -
-
-
Social Links
- -
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
-
- - - - -
-
- -
-
-
- -
- - -@stop diff --git a/content/head.blade.php b/content/head.blade.php index e8c4768..7a8761a 100644 --- a/content/head.blade.php +++ b/content/head.blade.php @@ -4,12 +4,14 @@ - +