Added details++; Vendor updates
This commit is contained in:
22
Laravel/resources/views/details++.blade.php
Normal file
22
Laravel/resources/views/details++.blade.php
Normal file
@@ -0,0 +1,22 @@
|
||||
@extends('layouts.master')
|
||||
|
||||
@section('title', $pagetitle)
|
||||
|
||||
@section('content')
|
||||
{!! Charts::styles() !!}
|
||||
<h1>Details++ <small>Noch genauere Infos</small></h1>
|
||||
|
||||
|
||||
<div class="resizechart resizechart2">
|
||||
@foreach($chart as $ch)
|
||||
{!! $ch->html() !!}
|
||||
</br>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
|
||||
{!! Charts::scripts() !!}
|
||||
@foreach($chart as $ch)
|
||||
{!! $ch->script() !!}
|
||||
@endforeach
|
||||
@endsection
|
@@ -63,10 +63,19 @@
|
||||
<a href="{{ url('/details') }}">Details</a>
|
||||
</li>
|
||||
|
||||
|
||||
{{-- Details++ Navbar --}}
|
||||
<ul class="nav navbar-nav">
|
||||
{{-- Navlink Startseite --}}
|
||||
@if(isset($activeNav) && $activeNav == 'detailspp')
|
||||
<li class="active">
|
||||
@else
|
||||
<li>
|
||||
@endif
|
||||
<a href="{{ url('/details++') }}">Details++</a>
|
||||
</li>
|
||||
|
||||
|
||||
</li>
|
||||
</li>
|
||||
</ul>
|
||||
</div>{{-- /.nav-collapse --}}
|
||||
</div>
|
||||
|
22
Laravel/resources/views/settings.blade.php
Normal file
22
Laravel/resources/views/settings.blade.php
Normal file
@@ -0,0 +1,22 @@
|
||||
@extends('layouts.master')
|
||||
|
||||
@section('title', $pagetitle)
|
||||
|
||||
@section('content')
|
||||
{!! Charts::styles() !!}
|
||||
<h1>Details++ <small>Noch genauere Infos</small></h1>
|
||||
|
||||
|
||||
<div class="resizechart resizechart2">
|
||||
@foreach($chart as $ch)
|
||||
{!! $ch->html() !!}
|
||||
</br>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
|
||||
{!! Charts::scripts() !!}
|
||||
@foreach($chart as $ch)
|
||||
{!! $ch->script() !!}
|
||||
@endforeach
|
||||
@endsection
|
Reference in New Issue
Block a user