Paar kleine fixes
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php($imgBase = 'https://nhgooi.nl')
|
||||
|
||||
<div class="row">
|
||||
<div class="post single small_image">
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
<h4 class="box_header page_margin_top_section">Komende week</h4>
|
||||
<ul class="blog big">
|
||||
|
||||
@php($imgBase = 'https://nhgooi.nl')
|
||||
@php($nextWeek = new \DateTimeImmutable('midnight +7 days'))
|
||||
@php($heading = null)
|
||||
@php($month = 0)
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php($imgBase = 'https://nhgooi.nl')
|
||||
|
||||
<div class="row">
|
||||
<div class="post single small_image">
|
||||
|
||||
@@ -16,9 +16,8 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php($imgBase = 'https://nhgooi.nl')
|
||||
|
||||
@yield('breadcrumb')
|
||||
@yield('breadcrumb')
|
||||
|
||||
<div class="page_layout page_margin_top clearfix">
|
||||
<div class="row">
|
||||
@@ -96,7 +95,9 @@
|
||||
<a title="Regio: {{$item->region->title}}" href="{{url('nieuws/regio/' . $item->region->slug)}}" class="over_image">{{$item->region->title}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2><a href="{{url($item->url)}}" title="{{$item->title}}">{{$item->title}}</a></h2>
|
||||
<h2 style="display:none;"><a href="{{url($item->url)}}" title="{{$item->title}}">{{Formatter::excerpt($item->title, 50)}}</a></h2>
|
||||
<h5><a href="{{url($item->url)}}" title="sfd">{{$item->title}}</a></h5>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
@endforeach
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@php($imgBase = 'https://nhgooi.nl')
|
||||
@foreach($news as $item)
|
||||
@if($loop->index % 3 == 0)
|
||||
<div class="row grid">
|
||||
|
||||
@@ -79,7 +79,7 @@ $(".vertical_carousel").each(function() {
|
||||
<div class="row page_margin_top">
|
||||
<div class="column column_2_3">
|
||||
<div class="row">
|
||||
<div class="post single">
|
||||
<div class="post single small_image">
|
||||
<h1>Fragment gemist</h1>
|
||||
<ul class="post_details clearfix">
|
||||
@if($podcast->program)
|
||||
@@ -88,15 +88,30 @@ $(".vertical_carousel").each(function() {
|
||||
<li class="detail date">{{ Formatter::relativeDate($podcast->created) }}</li>
|
||||
</ul>
|
||||
|
||||
<div class="post_content page_margin_top_section clearfix">
|
||||
<div class="announcement">
|
||||
<audio controls autoplay="true">
|
||||
<source src="{{$audioUrl}}" type="audio/mpeg" />
|
||||
</audio>
|
||||
</div>
|
||||
|
||||
<div class="content_box">
|
||||
|
||||
@if($podcast->image)
|
||||
<div class="post_image_box">
|
||||
<a href="{{$imgBase . $podcast->image->url}}" class="post_image prettyPhoto" title="{{$podcast->image->title}}">
|
||||
<img src="{{$imgBase . $podcast->image->url}}" title="{{$podcast->image->title}}" style="display: block;"/>
|
||||
</a>
|
||||
<div class="sentence">
|
||||
<span class="text">{{$podcast->image->title}}</span>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
<div class="post_content page_margin_top_section ">
|
||||
<h3>{!!$podcast->content!!}</h3>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<audio controls autoplay="true">
|
||||
<source src="{{$audioUrl}}" type="audio/mpeg" />
|
||||
</audio>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="row page_margin_top">
|
||||
<div class="share_box clearfix">
|
||||
@@ -159,6 +174,8 @@ $(".vertical_carousel").each(function() {
|
||||
-->
|
||||
</div>
|
||||
<div class="column column_1_3">
|
||||
|
||||
|
||||
@if(count($related) > 1)
|
||||
<h4 class="box_header page_margin_top_section">Meer uit deze uitzending</h4>
|
||||
<div class="vertical_carousel_container clearfix">
|
||||
@@ -184,6 +201,7 @@ $(".vertical_carousel").each(function() {
|
||||
<a href="{{url('radio/gemist/programma' . $podcast->program->url)}}" class="more">Meer {{$podcast->program->name}}</a>
|
||||
@endif
|
||||
|
||||
|
||||
<h4 class="box_header page_margin_top_section">Meer fragmenten</h4>
|
||||
<nav>
|
||||
<ul class="blog podcasts">
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
<a href="{{url('radio/gemist/fragment/' . $podcast->url)}}" title="{{$podcast->title}}">{{$podcast->title}}</a>
|
||||
</h5>
|
||||
<ul class="post_details simple">
|
||||
@if($podcast->program)
|
||||
<li class="category"><a href="{{url('radio/gemist/programma' . $podcast->program->url)}}" title="{{$podcast->program->name}}">{{$podcast->program->name}}</a></li>
|
||||
@endif
|
||||
<li class="date">
|
||||
{{Formatter::relativeDate($podcast->created)}}
|
||||
</li>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
"Regioagenda" => "/agenda",
|
||||
"Contact" => "/contact");
|
||||
?>
|
||||
@php($imgBase = 'https://nhgooi.nl')
|
||||
<?php
|
||||
function isActive($link, $checksubmenus) {
|
||||
if(is_array($link)) {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@php($imgBase = '//nhgooi.nl')
|
||||
<div class="vertical_carousel_container clearfix">
|
||||
<ul class="blog small vertical_carousel autoplay-1 scroll-1 navigation-1 easing-easeInOutQuint duration-750">
|
||||
@foreach($data as $news)
|
||||
|
||||
Reference in New Issue
Block a user