diff --git a/config.json b/config.json
index 19f1bc1..741c6b9 100644
--- a/config.json
+++ b/config.json
@@ -7,136 +7,5 @@
"name": "Areya Webservices",
"link": "https://www.areya.de/"
},
- "lumino-version": {"min": "3.0", "max": "3.1"},
-
- "content-types": [
- {
- "name":"Themes",
- "description":"Themes to display on the Web",
- "icon":"suitcase",
- "status":"1",
- "fields": [
-
- {
- "name": "Short Description",
- "type": "text",
- "required": "1"
- },
-
- {
- "name": "Extensive Description",
- "type": "textfield",
- "required": "0"
- },
-
-
- {
- "name": "Licence",
- "type": "select",
- "options": ["Public Domain","LGPL","Permissive","Copyleft","Proprietary"],
- "required": "1"
- },
-
- {
- "name": "Git Location",
- "type": "url",
- "required": "1"
- },
-
- {
- "name": "Features",
- "type": "select-multiple",
- "options": ["Dashboard","Multiuser","Payment", "Subscriptions", "Calendar", "Lead Collector"],
- "required": "0"
- },
- {
- "name": "Demo Link",
- "type": "url",
- "required": "0"
- }
- ]
- },
-
- {
- "name":"Immobilien",
- "description":"Themes to display on the Web",
- "icon":"suitcase",
- "status":"1",
- "fields": [
-
- {
- "name": "Description",
- "type": "text",
- "required": "1"
- },
-
- {
- "name": "Preise",
- "type": "number",
- "required": "1"
- },
-
-
- {
- "name": "Addresse",
- "type": "location",
- "required": "1"
- },
-
- {
- "name": "Git Location",
- "type": "url",
- "required": "1"
- },
-
- {
- "name": "Features",
- "type": "select-multiple",
- "options": ["Dashboard","Multiuser","Payment", "Subscriptions", "Calendar", "Lead Collector"],
- "required": "0"
- },
- {
- "name": "Demo Link",
- "type": "url",
- "required": "0"
- }
- ]
- },
-
- {
- "name":"Produkte",
- "description":"Themes to display on the Web",
- "icon":"suitcase",
- "status":"1",
- "fields": [
-
- {
- "name": "Beschreibung",
- "type": "text",
- "required": "1"
- },
-
- {
- "name": "Preis",
- "type": "number",
- "required": "1"
- },
-
- {
- "name": "Aktions Preis",
- "type": "number",
- "required": "1"
- },
-
-
- {
- "name": "Zustand",
- "type": "text",
- "required": "1"
- }
-
- ]
- }
- ]
-
+ "lumino-version": {"min": "3.0", "max": "3.1"}
}
diff --git a/content/author.blade.php b/content/author.blade.php
index fbf7ef2..af595ae 100644
--- a/content/author.blade.php
+++ b/content/author.blade.php
@@ -1,136 +1,85 @@
-@extends('template.'.config('settings.template').'.content.master')
+@layout('content.master')
@section('content')
-
-
-
-
-
-
-
-
-
- @if(empty($author->cover_image))
-
- @else
-
- @endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ $author->name }}
-
-
-
-
- {{ $author->description }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @if ($nachrichten->count() == 0)
-
-
-
-
-
-
- Wir haben derzeit leider keine Produkte von {{ $author->name }} bei uns verfügbar.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @else
-
-
-
- @foreach($nachrichten as $nach)
-
-
-
-
-
-
-
-
-
- @endforeach
-
-
- {!! $nachrichten->onEachSide(1)->fragment("latest_jobs")->render() !!}
-
-
-
-
-
- @endif
+
+
+ @if(empty($author->cover_image))
+
-
-
+ @else
+
+ @endif
-
-
-@stop
-
-
-
+
+
+
+
+
+
+
+
{{ $author->name }}
+
+
+ {{ $author->description }}
+
+
+
+
+
+
+
+
+
+ @if($nachrichten->count() == 0)
+
+
+
+
+
+
+ Wir haben derzeit leider keine Produkte von {{ $author->name }} bei uns verfügbar.
+
+
+
+
+
+
+
+
+
+
+
+
+ @else
+
+ @foreach($nachrichten as $nach)
+
+ @endforeach
+
+ {!! $nachrichten->onEachSide(1)->fragment("latest_jobs")->render() !!}
+
+
+ @endif
+
+
+@stop
\ No newline at end of file
diff --git a/content/contents/default.blade.php b/content/contents/default.blade.php
deleted file mode 100644
index 0992c14..0000000
--- a/content/contents/default.blade.php
+++ /dev/null
@@ -1,318 +0,0 @@
-@extends('template.'.config('settings.template').'.content.master')
-@section('content')
-
-
-
-
-
-
-
-
-
{{$content->title}}
-
-
-
-
-
-
-
-
-
-
-
-
- @if ($content->image)
-
- @else
-
- @endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {!! isset($content->data_fields['short_description'])?$content->data_fields['short_description']:'keine Angaben' !!}
-
-
-
- @isset($content->data_fields['extensive_description'])
-
Beschreibung
-
-
- {!!$content->data_fields['extensive_description']!!}
-
-
-
- @endisset
-
-
- @isset($content->data_fields['features'])
-
Beschreibung
-
-
-
-
- @if($content->data_fields['features'] == "Dashboard")
-
- @endif
-
-
-
-
-
-
-
-
- @endisset
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Andere Produkte
-
-
-
-
-
-
-
- @foreach($contents as $indexContent => $content)
-
-
- @endforeach
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Bestellablauf
-
-
-
-
-
-
-
- Bitte stellen Sie Ihre Anfrage
-
-
-
-
-
-
- Wir erstellen Ihnen ein persönliches Angebot
-
-
-
-
-
-
- Bezahlung
-
-
-
-
-
-
- Ware wird geliefert / kann abgeholt werden
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@stop
-
-
-
diff --git a/content/pages/stecker-solar.blade.php b/content/contents/produkt.blade.php
similarity index 53%
rename from content/pages/stecker-solar.blade.php
rename to content/contents/produkt.blade.php
index 9b67c76..0492cd6 100644
--- a/content/pages/stecker-solar.blade.php
+++ b/content/contents/produkt.blade.php
@@ -1,10 +1,8 @@
-@extends('template.'.config('settings.template').'.content.master')
+@layout('content.master')
@section('head')
+
{{$content->title}}
@stop
@section('content')
@@ -191,158 +189,4 @@
-@stop
-
\ No newline at end of file
+@stop
\ No newline at end of file
diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php
index de530c0..22b888a 100644
--- a/content/includes/css.blade.php
+++ b/content/includes/css.blade.php
@@ -1,46 +1,53 @@
-
-
+
\ No newline at end of file
diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php
index dc684ac..ff96cc0 100644
--- a/content/includes/footer.blade.php
+++ b/content/includes/footer.blade.php
@@ -1,61 +1,34 @@
-
Über uns
-
-
-
-
Jobs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/content/includes/integrations.blade.php b/content/includes/integrations.blade.php
deleted file mode 100644
index 9449fbd..0000000
--- a/content/includes/integrations.blade.php
+++ /dev/null
@@ -1,84 +0,0 @@
-@if(App::environment('production'))
- @if (!empty(config('settings.facebook')))
-
-
-
-
- @endif
-
-
- @if (!empty(config('settings.hotjar')))
-
- @endif
-
-
-
- @if (!empty(config('settings.analytics')))
-
-
- @endif
- @if (!empty(config('settings.intercom')) && !empty(config('settings.intercom_key')))
- @if(Auth::check())
- @php ($hash_hmac = hash_hmac('sha256', Auth::user()->id, config('settings.intercom_key')))
-
- @elseif(isset($invitedUser) && $invitedUser->invite != null)
- @php ($hash_hmac = hash_hmac('sha256', $invitedUser->id, config('settings.intercom_key')))
-
- @else
-
- @endif
-
- @endif
-@endif
\ No newline at end of file
diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php
index 7e3d815..9a9067a 100644
--- a/content/includes/meta.blade.php
+++ b/content/includes/meta.blade.php
@@ -1,131 +1,17 @@
-
-
-
-
-
-
-
-
-@if (\Route::currentRouteName() == 'content' and isset($list))
- {{removeHtmlTags(showListTitle($list, $filters))}}
-
-
-
-
-
-
-
- @if ($list->image)
-
- @else
-
- @endif
-
-
-
-
-
-@elseif (\Route::currentRouteName() == 'author.get' and isset($author))
- Offene Jobangebote bei {{ $author->name }}
-
-
-
-
-
-
-
-@elseif (Route::currentRouteName() == 'content' and isset($content))
- {{ $content->title }}
-
- @isset($content->data_fields['stellenbeschreibung'])
-
-
- @endisset
-
-
-
-
-
-
- @if ($content->image)
-
- @else
-
- @endif
- @if(App::environment('production'))
- data_fields['beschaftigungsart'])){
- if ($content->data_fields['beschaftigungsart'] == 'Praktikum') {
- $employmentType = "INTERN";
- }
- if ($content->data_fields['beschaftigungsart'] == 'Vollzeit') {
- $employmentType = "FULL_TIME";
- }
- if ($content->data_fields['beschaftigungsart'] == 'Teilzeit') {
- $employmentType = "PART_TIME";
- }
- if ($content->data_fields['beschaftigungsart'] == 'Ausbildung') {
- $employmentType = "INTERN";
- }
- }
- function escapeJsonString($value)
- {
- $escapers = array("\\", "/", "\"", "\n", "\r", "\t", "\x08", "\x0c");
- $replacements = array("\\\\", "\\/", "\\\"", "\\n", "\\r", "\\t", "\\f", "\\b");
- $result = str_replace($escapers, $replacements, $value);
- return $result;
- }
- ?>
- @isset ($content->data_fields['arbeitsort']['postalCode'])
-
- @endisset
- @endif
-@else
- @yield('meta_title', '')
-
-
-
-
-
-
-
-
-@endif
-
-@if (!empty(config('settings.favicon_image')))
-
-
-
-@endif
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/content/includes/scripts.blade.php b/content/includes/scripts.blade.php
index ae76f46..8affb4d 100644
--- a/content/includes/scripts.blade.php
+++ b/content/includes/scripts.blade.php
@@ -1 +1,2 @@
-
+
+
\ No newline at end of file
diff --git a/content/index.blade.php b/content/index.blade.php
index 29b29cf..ca7f1d4 100644
--- a/content/index.blade.php
+++ b/content/index.blade.php
@@ -1,54 +1,36 @@
-@extends('template.'.config('settings.template').'.content.master')
-@section('content')
-
-
-
-
-
-
-
-
Areya Energy
-
-
-
-
- Photovoltaik und Energielösungen.
- Vetrieb von Anlagen und Einzelkomponenten.
-
-
-
-
-
- Pfarrgasse 21
-
- 92648 Vohenstrauß
-
- Germany
-
-
-
-
-
-
-
-
- 09654 5529550
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+@layout('content.master')
+@section('head')
+
@stop
-
-
-
+@section('content')
+
+
+
+
+
Areya Energy
+
+
+ Photovoltaik und Energielösungen.
+ Vetrieb von Anlagen und Einzelkomponenten.
+
+
+
+ Pfarrgasse 21
+
+ 92648 Vohenstrauß
+
+ Germany
+
+
+
+
+
+ 09654 5529550
+
+
+
+
+
+
+
+@stop
\ No newline at end of file
diff --git a/content/lists/default.blade.php b/content/lists/default.blade.php
deleted file mode 100644
index 114ef23..0000000
--- a/content/lists/default.blade.php
+++ /dev/null
@@ -1,63 +0,0 @@
-@extends('template.'.config('settings.template').'.content.master')
-@section('content')
-
-
-
-
-
-
-
-
Lumio Theme Store
-
-
- A showcase of public Lumino Themes.
-
- You can browse, compare the templates and install them into your own Lumino Installation. To develop and list your own Lumino Template get in contact
-
-
-
-
-
-
-
-
-
- @foreach($contents as $indexContent => $content)
-
-
- @endforeach
-
-
-
-@stop
-
-
-
diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php
new file mode 100644
index 0000000..1718abf
--- /dev/null
+++ b/content/lists/produkte.blade.php
@@ -0,0 +1,37 @@
+@layout('content.master')
+@section('content')
+
+
+
+
+
Shop
+
+
+
Derzeit keine offene Stellen.
+
+
+ Für eine Initiativbewerbung schicken Sie diese bitte an:
+
+ bewerbung@areya.energy
+
+
+
+
+
+
+
+
+
+
+
+@stop
\ No newline at end of file
diff --git a/content/master.blade.php b/content/master.blade.php
index c9d781b..ae04af4 100644
--- a/content/master.blade.php
+++ b/content/master.blade.php
@@ -1,49 +1,38 @@
-
+
- @include('template.'.config('settings.template').'.content.includes.meta')
- @include('template.'.config('settings.template').'.content.includes.css')
- @include('template.'.config('settings.template').'.content.includes.integrations')
+ @insert("content.includes.meta")
+ @insert("content.includes.css")
@yield('head')
-
-
-
Zubehör
@@ -54,35 +43,27 @@
-
-
-
-
-
-
- Achtung:
-
- Aufgrund der erhöhten Nachfrage sind derzeit einige Produkte ausverkauft, bzw. nur schwer Lieferbar.
- Bitte Telefonisch Lieferzeiten und Verfügbarkeiten klären.
-
-
-
-
-
-
+
+
+ Achtung:
+
+ Aufgrund der erhöhten Nachfrage sind derzeit einige Produkte ausverkauft, bzw. nur schwer Lieferbar.
+
+ Bitte Telefonisch Lieferzeiten und Verfügbarkeiten klären.
+
+
+
@yield('content')
- @include('template.'.config('settings.template').'.content.includes.footer')
- @include('template.'.config('settings.template').'.content.includes.scripts')
+ @incorporate("content.includes.footer")
+ @incorporate("content.includes.scripts")
@yield('scripts')
- @yield('end_scripts')
\ No newline at end of file
diff --git a/content/pages/impressum.blade.php b/content/pages/impressum.blade.php
index 3faf1e5..526fcdf 100644
--- a/content/pages/impressum.blade.php
+++ b/content/pages/impressum.blade.php
@@ -1 +1 @@
-Impressum
+Impressum
\ No newline at end of file
diff --git a/content/pages/jobs.blade.php b/content/pages/jobs.blade.php
index 9ca95a5..81520d5 100644
--- a/content/pages/jobs.blade.php
+++ b/content/pages/jobs.blade.php
@@ -1,60 +1,26 @@
-@extends('template.'.config('settings.template').'.content.master')
+@layout('content.master')
@section('content')
-
-
-
-
-
-
-
-
Offene Stellen
-
-
-
-
-
-
-
+
+
+
+
+
Offene Stellen
+
+
+
Derzeit keine offene Stellen.
+
-
-
+ Für eine Initiativbewerbung schicken Sie diese bitte an:
-
-
Derzeit keine offene Stellen.
-
- Für eine Initiativbewerbung schicken Sie diese bitte an:
-
- bewerbung@areya.energy
-
-
-
-
-
-
-
-
-
-
+
bewerbung@areya.energy
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@stop
-
-
-
+
+
+
+@stop
\ No newline at end of file
diff --git a/content/pages/kontakt.blade.php b/content/pages/kontakt.blade.php
index d7ac537..8545995 100644
--- a/content/pages/kontakt.blade.php
+++ b/content/pages/kontakt.blade.php
@@ -1,60 +1,26 @@
-@extends('template.'.config('settings.template').'.content.master')
+@layout('content.master')
@section('content')
-
-
-
-
-
-
-
-
Kontakt
-
-
-
-
-
-
-
+
+
+
+
+
Kontakt
+
+
+
Derzeit keine offene Stellen.
+
-
-
+ Für eine Initiativbewerbung schicken Sie diese bitte an:
-
-
Derzeit keine offene Stellen.
-
- Für eine Initiativbewerbung schicken Sie diese bitte an:
-
- bewerbung@areya.energy
-
-
-
-
-
-
-
-
-
-
+
bewerbung@areya.energy
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@stop
-
-
-
+
+
+
+@stop
\ No newline at end of file
diff --git a/content/pages/modal.blade.php b/content/pages/modal.blade.php
new file mode 100644
index 0000000..456ec2a
--- /dev/null
+++ b/content/pages/modal.blade.php
@@ -0,0 +1,154 @@
+
\ No newline at end of file
diff --git a/content/pages/service.blade.php b/content/pages/service.blade.php
index 89c5278..5b82e19 100644
--- a/content/pages/service.blade.php
+++ b/content/pages/service.blade.php
@@ -1,60 +1,26 @@
-@extends('template.'.config('settings.template').'.content.master')
+@layout('content.master')
@section('content')
-
-
-
-
-
-
-
-
Service
-
-
-
-
-
-
-
+
+
+
+
+
Service
+
+
+
Derzeit keine offene Stellen.
+
-
-
+ Für eine Initiativbewerbung schicken Sie diese bitte an:
-
-
Derzeit keine offene Stellen.
-
- Für eine Initiativbewerbung schicken Sie diese bitte an:
-
- bewerbung@areya.energy
-
-
-
-
-
-
-
-
-
-
+
bewerbung@areya.energy
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@stop
-
-
-
+
+
+
+@stop
\ No newline at end of file
diff --git a/content/pages/shop.blade.php b/content/pages/shop.blade.php
index 215a18d..160d3d3 100644
--- a/content/pages/shop.blade.php
+++ b/content/pages/shop.blade.php
@@ -1,60 +1,26 @@
-@extends('template.'.config('settings.template').'.content.master')
+@layout('content.master')
@section('content')
-
-
-
-
-
-
-
-
Shop
-
-
-
-
-
-
-
+
+
+
+
+
Shop
+
+
+
Derzeit keine offene Stellen.
+
-
-
+ Für eine Initiativbewerbung schicken Sie diese bitte an:
-
-
Derzeit keine offene Stellen.
-
- Für eine Initiativbewerbung schicken Sie diese bitte an:
-
- bewerbung@areya.energy
-
-
-
-
-
-
-
-
-
-
+
bewerbung@areya.energy
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@stop
-
-
-
+
+
+
+@stop
\ No newline at end of file
diff --git a/content/pages/steckersolar-600.blade.php b/content/pages/steckersolar-600.blade.php
deleted file mode 100644
index c3b4594..0000000
--- a/content/pages/steckersolar-600.blade.php
+++ /dev/null
@@ -1,155 +0,0 @@
-@extends('template.'.config('settings.template').'.content.master')
-@section('content')
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
First slide label
-
Some representative placeholder content for the first slide.
-
-
-
-
-
-
Second slide label
-
Some representative placeholder content for the second slide.
-
-
-
-
-
-
Third slide label
-
Some representative placeholder content for the third slide.
-
-
-
-
-
- Previous
-
-
-
- Next
-
-
-
-
-
-
-
-
-
-
-
-
Steckersolar Max 600
-
-
- 759 €
-
- Inkl. MwSt.
-
-
-
-
-
- Sofort Lieferbar!
-
-
- Kostenloser Anmeldeservice beim Netzbetreiber inklusive
-
-
-
-
-
- Lieferumfang:
-
-
-
-
-
-
- 2x Longi 375 Watt Monokristaline Module
- 1x 600 Watt Wechselrichter mit Zertifizierung
- 1x Kabel für Schuko-Stecker
-
-
-
-
-
-
-
-
-
- Lieferservice 25km rund um Weiden in der Oberpfalz für 75 €
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Häufig gestellte Fragen
-
-
-
-
-
-
-
-
-
-@stop
-
-
-