fixed to https
This commit is contained in:
parent
421c2cc9b9
commit
3911e984ed
|
|
@ -13,12 +13,12 @@
|
|||
@foreach($orders as $order)
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<a href="{{route('material',$order->material_id)}}">
|
||||
<div class="video-poster" style="background-image: url('http://content.turkmentv.gov.tm/{{$order->material->banner_url?? "#"}}'); background-size: cover; background-position: center, center; height: 230px">
|
||||
<div class="video-poster" style="background-image: url('https://content.turkmentv.gov.tm/{{$order->material->banner_url?? "#"}}'); background-size: cover; background-position: center, center; height: 230px">
|
||||
<span class="day-day"><i class="fa fa-download"></i> @lang('content.download')</span>
|
||||
<span class="star-star">{{$order->updated_at}}</span>
|
||||
<span class="min-min"><i class="fa fa-clock-o"></i> {{$order->material->duration??'#'}} <i style="font-size: 12px; font-style: normal; font-weight: normal">@lang('content.min')</i></span>
|
||||
<img class="bg-gradient" src="http://content.turkmentv.gov.tm/static/img/tv-projects/shadow.png">
|
||||
<img class="play-icon" src="http://content.turkmentv.gov.tm/static/img/tv-projects/play-btn.png">
|
||||
<img class="bg-gradient" src="https://content.turkmentv.gov.tm/static/img/tv-projects/shadow.png">
|
||||
<img class="play-icon" src="https://content.turkmentv.gov.tm/static/img/tv-projects/play-btn.png">
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
{{-- <a href=""><img src="{{asset('static/img/okuz.jpg')}}" alt="" style="width: 100%"></a> --}}
|
||||
@if(!empty($topheaderadvs))
|
||||
<a href="{{$topheaderadvs -> url_bottom}}">
|
||||
<img src="http://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs->alt_bottom}}" style="width: 100%">
|
||||
<img src="https://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs->alt_bottom}}" style="width: 100%">
|
||||
</a>
|
||||
@endif
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<div class="vplayer-wrapper col-lg-12 col-md-12 col-sm-12">
|
||||
<video controls width="100%" poster="http://content.turkmentv.gov.tm/{{$material->banner_url}}">
|
||||
<source src="http://content.turkmentv.gov.tm/{{$material->trailer_url}}">
|
||||
<video controls width="100%" poster="https://content.turkmentv.gov.tm/{{$material->banner_url}}">
|
||||
<source src="https://content.turkmentv.gov.tm/{{$material->trailer_url}}">
|
||||
</video>
|
||||
<div class="like-wrapper" style="position: absolute; z-index: 8000; top: 0; left: 0; padding: 10px">
|
||||
<span class="like-click" style="display: {{$liked?'none':'block'}}; position: relative; color: #ffffff; cursor: pointer"><i class="fa fa-heart-o"> {{$material->like}}</i> </span>
|
||||
|
|
@ -59,8 +59,8 @@
|
|||
|
||||
<div class="container kesde" style="width: 100%; margin-top: 50px">
|
||||
@if(!empty($topheaderadvs))
|
||||
<a href="http://content.turkmentv.gov.tm/{{$topheaderadvs->url_bottom}}">
|
||||
<img src="http://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs -> alt_bottom}}" style="width: 100%">
|
||||
<a href="https://content.turkmentv.gov.tm/{{$topheaderadvs->url_bottom}}">
|
||||
<img src="https://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs -> alt_bottom}}" style="width: 100%">
|
||||
</a>
|
||||
@endif
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="container kesde" style="width: 100%; margin-top: 50px">
|
||||
<a href=""><img src="http://content.turkmentv.gov.tm/static/img/okuz.jpg" alt="" style="width: 100%"></a>
|
||||
<a href=""><img src="https://content.turkmentv.gov.tm/static/img/okuz.jpg" alt="" style="width: 100%"></a>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
@extends('web.layouts.app')
|
||||
@section('after_styles')
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.theme.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/3dslider-style.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/mahabat_styles.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.theme.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/3dslider-style.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/mahabat_styles.css">
|
||||
@endsection
|
||||
@section('content')
|
||||
<style>
|
||||
|
|
@ -561,7 +561,7 @@
|
|||
</div>
|
||||
@endsection
|
||||
@section('after_scripts')
|
||||
<script src="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/index.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/scripts.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/index.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/scripts.js"></script>
|
||||
@endsection
|
||||
|
|
|
|||
|
|
@ -60,13 +60,13 @@
|
|||
<div class="col-lg-8 col-md-8" style="margin-bottom: 50px; padding-right: 10px;padding-left: 0px !important;">
|
||||
@if($adv->adv_type == 'video')
|
||||
<div class="video-player">
|
||||
<video width="100%" poster="http://content.turkmentv.gov.tm/uploads/{{ $adv->poster_url }}" controls style="object-fit: cover;">
|
||||
<source src="http://content.turkmentv.gov.tm/{{ $adv->video_url }}" type="video/mp4">
|
||||
<video width="100%" poster="https://content.turkmentv.gov.tm/uploads/{{ $adv->poster_url }}" controls style="object-fit: cover;">
|
||||
<source src="https://content.turkmentv.gov.tm/{{ $adv->video_url }}" type="video/mp4">
|
||||
Your browser does not support HTML5 video.
|
||||
</video>
|
||||
</div>
|
||||
@else
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{ $adv->img_url }}" style="width: 100%;"/>
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{ $adv->img_url }}" style="width: 100%;"/>
|
||||
@endif
|
||||
<p style="font-size: 20px;padding-top: 25px;">{!! $adv->description !!}</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<div class="slider-content">
|
||||
@foreach($pageSliders as $pageSlider)
|
||||
<div class="slider-single">
|
||||
<img class="slider-single-image" src="http://content.turkmentv.gov.tm/{{ $pageSlider->img_url }}" />
|
||||
<img class="slider-single-image" src="https://content.turkmentv.gov.tm/{{ $pageSlider->img_url }}" />
|
||||
<div class="black-bg" style="z-index: -12;position: absolute; top: 0; background-color: black; height: 100%; width: 100%; margin-left: 50%; display: none;"></div>
|
||||
</div>
|
||||
@endforeach
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="top-part">
|
||||
<a href="{{route('getAdv', $adv->id)}}">
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{ $adv->poster_url }}" alt="{{ $adv->alt }}">
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{ $adv->poster_url }}" alt="{{ $adv->alt }}">
|
||||
<div class="best-adver-overlay">
|
||||
<div class="best-adver-overlay-text">
|
||||
<div class="overlay-text">
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<div class="top-bottom-shadow"></div>
|
||||
<a href="{{route('getAdv', $adv->id)}}" class="play-button"><i
|
||||
class="fa fa-play-circle-o"></i></a>
|
||||
<a href="http://content.turkmentv.gov.tm/uploads/{{ $adv->video_url }}" class="download-button"><i
|
||||
<a href="https://content.turkmentv.gov.tm/uploads/{{ $adv->video_url }}" class="download-button"><i
|
||||
class="fa fa-download" download></i></a>
|
||||
<span class="tv-project-title text-center out fontBold">"{{$adv->name}}"</span>
|
||||
</a>
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
</div>
|
||||
@else
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<a href="{{route('getAdv', $adv->id)}}"><img src="http://content.turkmentv.gov.tm/uploads/{{ $adv->img_url }}"
|
||||
<a href="{{route('getAdv', $adv->id)}}"><img src="https://content.turkmentv.gov.tm/uploads/{{ $adv->img_url }}"
|
||||
alt="" style="width: 100%"></a>
|
||||
</div>
|
||||
@endif
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<div class="slider-content">
|
||||
@foreach($pageSliders as $pageSlider)
|
||||
<div class="slider-single">
|
||||
<img class="slider-single-image" src="http://content.turkmentv.gov.tm/{{ $pageSlider->img_url }}" />
|
||||
<img class="slider-single-image" src="https://content.turkmentv.gov.tm/{{ $pageSlider->img_url }}" />
|
||||
<div class="black-bg" style="z-index: -12;position: absolute; top: 0; background-color: black; height: 100%; width: 100%; margin-left: 50%; display: none;"></div>
|
||||
</div>
|
||||
@endforeach
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="top-part">
|
||||
<a href="{{route('getShow', $tmFilm->id)}}">
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{ $tmFilm->img_url }}" alt="{{ $tmFilm->alt }}">
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{ $tmFilm->img_url }}" alt="{{ $tmFilm->alt }}">
|
||||
<div class="best-movies-overlay">
|
||||
<div class="best-movies-overlay-text">
|
||||
<div class="overlay-text">
|
||||
|
|
|
|||
|
|
@ -60,8 +60,8 @@
|
|||
<div class="col-lg-8 col-md-8" style="margin-bottom: 50px; padding-right: 10px;padding-left: 0px !important;">
|
||||
|
||||
<div class="video-player">
|
||||
<video width="100%" poster="http://content.turkmentv.gov.tm/uploads/{{ $show->img_url }}" controls style="object-fit: cover;">
|
||||
<source src="http://content.turkmentv.gov.tm/{{ $show->video_url }}" type="video/mp4">
|
||||
<video width="100%" poster="https://content.turkmentv.gov.tm/uploads/{{ $show->img_url }}" controls style="object-fit: cover;">
|
||||
<source src="https://content.turkmentv.gov.tm/{{ $show->video_url }}" type="video/mp4">
|
||||
Your browser does not support HTML5 video.
|
||||
</video>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
<h5 style="margin-bottom: 25px; color: #989898" class='fontRegular'>{{$news->datet}}</h5>
|
||||
<div class="testqq" style="margin-bottom: 20px;">
|
||||
@if(stristr($news->img_url, 'images/') != false)
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{$news->img_url}}">
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{$news->img_url}}">
|
||||
@else
|
||||
<img src="http://content.turkmentv.gov.tm/{{$news->img_url}}">
|
||||
<img src="https://content.turkmentv.gov.tm/{{$news->img_url}}">
|
||||
@endif
|
||||
</div>
|
||||
<h5 class="pull-right fontRegular" style="color: #989898; margin-top: 10px; margin-bottom: 20px"></h5>
|
||||
|
|
|
|||
|
|
@ -60,8 +60,8 @@
|
|||
<div class="col-lg-8 col-md-8" style="margin-bottom: 50px; padding-right: 10px;padding-left: 0px !important;">
|
||||
|
||||
<div class="video-player">
|
||||
<video width="100%" poster="http://content.turkmentv.gov.tm/uploads/{{ $show->img_url }}" controls style="object-fit: cover;">
|
||||
<source src="http://content.turkmentv.gov.tm/{{$show->video_url}}" type="video/mp4">
|
||||
<video width="100%" poster="https://content.turkmentv.gov.tm/uploads/{{ $show->img_url }}" controls style="object-fit: cover;">
|
||||
<source src="https://content.turkmentv.gov.tm/{{$show->video_url}}" type="video/mp4">
|
||||
Your browser does not support HTML5 video.
|
||||
</video>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,16 +7,16 @@
|
|||
<title>{{ $title }}</title>
|
||||
<meta name='keywords' content='{{ $keywords }}' />
|
||||
<meta name='description' content='{{ $meta_description }}' />
|
||||
<link rel="shortcut icon" href="http://content.turkmentv.gov.tm/assets/favicon.ico">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/bootstrap.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/slick-slider/slick.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/slick-slider/slick-theme.css">
|
||||
<link rel="shortcut icon" href="https://content.turkmentv.gov.tm/assets/favicon.ico">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/bootstrap.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/slick-slider/slick.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/slick-slider/slick-theme.css">
|
||||
@yield('after_styles')
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/style.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/media.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/menu.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/menumedia.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/style.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/media.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/menu.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/menumedia.css">
|
||||
</head>
|
||||
<body>
|
||||
@include('web.layouts.headerMenu')
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
@include('web.layouts.footerMenu')
|
||||
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/jquery-2.1.4.min.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/bootstrap.min.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/jquery-2.1.4.min.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/bootstrap.min.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script>
|
||||
////// scroll button
|
||||
|
|
@ -128,8 +128,8 @@ toggle between hiding and showing the dropdown content */
|
|||
});
|
||||
</script>
|
||||
{{--Bukjalar uchin script--}}
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/mahabat_scripts.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/libs/slick-slider/slick.min.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/mahabat_scripts.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/libs/slick-slider/slick.min.js"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145040878-1"></script>
|
||||
@yield('after_scripts')
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<script src="http://content.turkmentv.gov.tm/assets/js/jquery-2.1.4.min.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/bootstrap.min.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/libs/slick-slider/slick.min.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/index.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/scripts.js"></script>
|
||||
<!-- <script src="http://content.turkmentv.gov.tm/assets/hls.min.js"></script> -->
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/jquery-2.1.4.min.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/bootstrap.min.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/libs/slick-slider/slick.min.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/index.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/scripts.js"></script>
|
||||
<!-- <script src="https://content.turkmentv.gov.tm/assets/hls.min.js"></script> -->
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -7,24 +7,24 @@
|
|||
<title>{{ $title }}</title>
|
||||
<meta name='keywords' content='{{ $keywords }}' />
|
||||
<meta name='description' content='{{ $meta_description }}' />
|
||||
<link rel="shortcut icon" href="http://content.turkmentv.gov.tm/assets/favicon.ico">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/bootstrap.css">
|
||||
<link href="http://content.turkmentv.gov.tm/assets/libs/doodle/vendors/bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss.txt">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/themify-icons.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.theme.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/slick-slider/slick.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/slick-slider/slick-theme.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/3dslider-style.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/style.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/media.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/news.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/calendar.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/menu.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/menumedia.css">
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/pureJSCalendar.js"></script>
|
||||
<link rel="shortcut icon" href="https://content.turkmentv.gov.tm/assets/favicon.ico">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/bootstrap.css">
|
||||
<link href="https://content.turkmentv.gov.tm/assets/libs/doodle/vendors/bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss.txt">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/themify-icons.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.theme.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/slick-slider/slick.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/slick-slider/slick-theme.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/3dslider-style.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/style.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/media.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/news.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/calendar.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/menu.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/menumedia.css">
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/pureJSCalendar.js"></script>
|
||||
|
||||
</head>
|
||||
<body onload="pureJSCalendar.open('dd.MM.yyyy', 0, 0, 1, '2018-5-5', '2019-8-20', 'txtTest', 20)">
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class = "">
|
||||
@if(!empty($topheaderadvs))
|
||||
<a href="{{$topheaderadvs -> url_top}}">
|
||||
<img src="http://content.turkmentv.gov.tm/{{$topheaderadvs->img_url}}" alt="{{$topheaderadvs -> alt_top}}" style="width: 100%">
|
||||
<img src="https://content.turkmentv.gov.tm/{{$topheaderadvs->img_url}}" alt="{{$topheaderadvs -> alt_top}}" style="width: 100%">
|
||||
</a>
|
||||
@endif
|
||||
</div>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
<div class="header-menu-bottom-part" style="padding-left: 11%; padding-right: 9.5%; padding-top: 10px">
|
||||
<ul style="display: inline-block; padding: 0; margin: 0;">
|
||||
<li><a href="{{route('homeWeb')}}"><img src="http://content.turkmentv.gov.tm/assets/img/home.png" alt="" style="height: 20px;"></a></li>
|
||||
<li><a href="{{route('homeWeb')}}"><img src="https://content.turkmentv.gov.tm/assets/img/home.png" alt="" style="height: 20px;"></a></li>
|
||||
</ul>
|
||||
<ul class="bottom-left-menu" style="margin: 0; padding: 0; display: inline-block;position:relative;top: 2px;">
|
||||
<div class="tpl-block-list tpl-component-217" id="nc-block-c72c2bf4e3accf90c47b63adf23ec8b7">
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
<li><a class = "aq" style = "font-size: 15.5px;" href="{{route('home')}}">Ýörite bölüm</a></li>
|
||||
</div> </ul>
|
||||
<ul class="bottom-right-menu pull-right" style="margin: 0; padding: 0; display: inline-block;">
|
||||
<li><img src="http://content.turkmentv.gov.tm/assets/img/phone.png" style="height: 17px; display: inline-block; margin-top: -4px;margin-right: 5px;"><a href="{{route('cont')}}" style="display: inline-block;"> Habarlaşmak üçin</a></li>
|
||||
<li><img src="https://content.turkmentv.gov.tm/assets/img/phone.png" style="height: 17px; display: inline-block; margin-top: -4px;margin-right: 5px;"><a href="{{route('cont')}}" style="display: inline-block;"> Habarlaşmak üçin</a></li>
|
||||
{{-- <div class="dropdown" style="display: inline-block">--}}
|
||||
{{-- <li style="color: #ffffff"><i class="icon-globe" style="display: inline-block"></i> <a class="dropbtn" style="display: inline-block;" onclick="myDropdownFunc()">TKM</a></li>--}}
|
||||
{{-- <div class="dropdown-content" id="myDropdown">--}}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
@extends('web.layouts.app')
|
||||
@section('after_styles')
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.theme.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/3dslider-style.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.theme.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/3dslider-style.css">
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="tpl-block-list tpl-component-slider" id="nc-block-379f70cfb1d929103a499f6c117c4222">
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
@foreach($sliders as $slider)
|
||||
<a href="{{$slider->url}}">
|
||||
<div class="item">
|
||||
<img src="http://content.turkmentv.gov.tm/{{ $slider->img_url}}" alt="{{ $slider->alt }}">
|
||||
<img src="https://content.turkmentv.gov.tm/{{ $slider->img_url}}" alt="{{ $slider->alt }}">
|
||||
<div class="carousel-caption" style = "left: 25%;">
|
||||
<p style = "width: 80%;left: 59%;text-align: center;font-size: 37px;">{{$slider->text}}</p>
|
||||
</div>
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
<div id="main"></div>
|
||||
@if($advertTop !== null)
|
||||
<div class="advertising-board">
|
||||
<a href="{{$advertTop->url}}"><img src="http://content.turkmentv.gov.tm/{{$advertTop->img_url}}" alt="{{ $advertTop->alt }}"></a>
|
||||
<a href="{{$advertTop->url}}"><img src="https://content.turkmentv.gov.tm/{{$advertTop->img_url}}" alt="{{ $advertTop->alt }}"></a>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
|
@ -88,22 +88,22 @@
|
|||
{{-- <h2><a href="" class = "fontSemiBold">Teleýaýlymlar <i class="fa fa-play-circle-o"></i></a></h2>--}}
|
||||
<div class="live-imgs text-center">
|
||||
<div class="">
|
||||
<a href="/page/6/?from=1" ><img src="http://content.turkmentv.gov.tm/assets/img/live-imgs/asltyn-asyr.jpg" alt="altyn asyr"></a>
|
||||
<a href="/page/6/?from=1" ><img src="https://content.turkmentv.gov.tm/assets/img/live-imgs/asltyn-asyr.jpg" alt="altyn asyr"></a>
|
||||
</div>
|
||||
<div class="">
|
||||
<a href="/page/6/?from=2" ><img src="http://content.turkmentv.gov.tm/assets/img/live-imgs/yaslyk.jpg" alt="yaslyk"></a>
|
||||
<a href="/page/6/?from=2" ><img src="https://content.turkmentv.gov.tm/assets/img/live-imgs/yaslyk.jpg" alt="yaslyk"></a>
|
||||
</div>
|
||||
<div class="">
|
||||
<a href="/page/6/?from=3"><img src="http://content.turkmentv.gov.tm/assets/img/live-imgs/miras.jpg" alt="miras"></a>
|
||||
<a href="/page/6/?from=3"><img src="https://content.turkmentv.gov.tm/assets/img/live-imgs/miras.jpg" alt="miras"></a>
|
||||
</div>
|
||||
<div class="">
|
||||
<a href="/page/6/?from=7"><img src="http://content.turkmentv.gov.tm/assets/img/live-imgs/turkmenistan.jpg" alt="turkmenistan"></a>
|
||||
<a href="/page/6/?from=7"><img src="https://content.turkmentv.gov.tm/assets/img/live-imgs/turkmenistan.jpg" alt="turkmenistan"></a>
|
||||
</div>
|
||||
<div class="">
|
||||
<a href="/page/6/?from=5"><img src="http://content.turkmentv.gov.tm/assets/img/live-imgs/turkmen-owaz.jpg" alt="owaz"></a>
|
||||
<a href="/page/6/?from=5"><img src="https://content.turkmentv.gov.tm/assets/img/live-imgs/turkmen-owaz.jpg" alt="owaz"></a>
|
||||
</div>
|
||||
<div class="">
|
||||
<a href="/page/6/?from=6"><img src="http://content.turkmentv.gov.tm/assets/img/live-imgs/asgabat.jpg" alt="ashgabat"></a>
|
||||
<a href="/page/6/?from=6"><img src="https://content.turkmentv.gov.tm/assets/img/live-imgs/asgabat.jpg" alt="ashgabat"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
<a href="/radio/2" ><img src="/static/img/radio/owaz.jpg" alt="Owaz"></a>
|
||||
</div>
|
||||
<div class="">
|
||||
<a href="/page/6/?from=4"><img src="http://content.turkmentv.gov.tm/assets/img/live-imgs/sport.jpg" alt="sport"></a>
|
||||
<a href="/page/6/?from=4"><img src="https://content.turkmentv.gov.tm/assets/img/live-imgs/sport.jpg" alt="sport"></a>
|
||||
</div>
|
||||
<div class="">
|
||||
<a href="/bukjalar"><img src="/static/img/radio/mm.jpg" alt="Mahabat Mudirligi"></a>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="top-part" style="top: 15px">
|
||||
<a href="{{ route('getShow', $itemShow2->id) }}">
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{ $itemShow2->img_url }}" alt="{{ $itemShow2->alt }}">
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{ $itemShow2->img_url }}" alt="{{ $itemShow2->alt }}">
|
||||
<div class="top-bottom-shadow"></div>
|
||||
<span class="view-counter fontLight" style = "font-size: 20px !important;"><i class="icon-eye"></i> {{ $itemShow2->view }}</span>
|
||||
<span class="tv-project-title fontBold" style="font-size: 18px;"><i class="fa fa-play-circle-o"></i>{{ $itemShow2->name}}</span>
|
||||
|
|
@ -176,7 +176,7 @@
|
|||
<div class="col-lg-4 col-md-4 col-sm-4" style = "display: block">
|
||||
<div class="top-part">
|
||||
<a href="{{ route('getShow', $showItem3->id) }}">
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{ $showItem3->img_url }}" alt="{{ $showItem3->alt }}">
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{ $showItem3->img_url }}" alt="{{ $showItem3->alt }}">
|
||||
<div class="top-bottom-shadow"></div>
|
||||
<span class="view-counter fontLight" style = "font-size: 20px !important;"><i class="icon-eye"></i> {{$showItem3->view}}</span>
|
||||
<span class="tv-project-title fontBold" style = "font-size: 18px;"><i class="fa fa-play-circle-o"></i> {{$showItem3->name}}</span>
|
||||
|
|
@ -206,7 +206,7 @@
|
|||
@foreach($showTop2 as $itemShow2)
|
||||
<div class="slide-content">
|
||||
<a class="carousel-item" href="{{ route('getShow', $itemShow2->id) }}">
|
||||
<img width="100%;" height="100%" style="object-fit:cover;" class ='slider-single-image' src="http://content.turkmentv.gov.tm/uploads/'{{ $itemShow2->img_url }}" {{ $itemShow2->alt }}>
|
||||
<img width="100%;" height="100%" style="object-fit:cover;" class ='slider-single-image' src="https://content.turkmentv.gov.tm/uploads/'{{ $itemShow2->img_url }}" {{ $itemShow2->alt }}>
|
||||
<h1 class="slider-single-title" ><i class="fa fa-play-circle-o"></i> {{ $itemShow2->name}}</h1>
|
||||
<span class="slider-single-likes"><i class="icon-eye"></i> {{ $itemShow2->view }}</span>
|
||||
</a>
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
@foreach($showTop3 as $itemShow2)
|
||||
<div class="slide-content">
|
||||
<a class="carousel-item" href="{{ route('getShow', $itemShow2->id) }}">
|
||||
<img width="100%;" height="100%" style="object-fit:cover;" class ='slider-single-image' src="http://content.turkmentv.gov.tm/uploads/'{{ $itemShow2->img_url }}" {{ $itemShow2->alt }}>
|
||||
<img width="100%;" height="100%" style="object-fit:cover;" class ='slider-single-image' src="https://content.turkmentv.gov.tm/uploads/'{{ $itemShow2->img_url }}" {{ $itemShow2->alt }}>
|
||||
<h1 class="slider-single-title" ><i class="fa fa-play-circle-o"></i> {{ $itemShow2->name}}</h1>
|
||||
<span class="slider-single-likes"><i class="icon-eye"></i> {{ $itemShow2->view }}</span>
|
||||
</a>
|
||||
|
|
@ -243,7 +243,7 @@
|
|||
<div class="most-populars-card">
|
||||
<div class="top-part">
|
||||
<a href="{{ route('getShow', $bestShow->id) }}">
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{ $bestShow->img_url }}" alt="{{$bestShow->alt}}">
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{ $bestShow->img_url }}" alt="{{$bestShow->alt}}">
|
||||
<div class="top-bottom-shadow"></div>
|
||||
<span class="view-counter-most-popular" style = "font-size: 20px !important;"><i class="icon-eye"></i> {{$bestShow->view}}</span>
|
||||
</a>
|
||||
|
|
@ -260,7 +260,7 @@
|
|||
@foreach($advertMiddles as $advertMiddle)
|
||||
<div class="tpl-block-list tpl-component-reklama" id="nc-block-973f127d297ece8152574c74d10a8f15" style="margin-bottom: 35px">
|
||||
<a href="{{$advertMiddle->url}}">
|
||||
<img src="http://content.turkmentv.gov.tm/{{$advertMiddle->img_url}}" alt="{{$advertMiddle->alt}}" style="width: 100%">
|
||||
<img src="https://content.turkmentv.gov.tm/{{$advertMiddle->img_url}}" alt="{{$advertMiddle->alt}}" style="width: 100%">
|
||||
</a>
|
||||
</div>
|
||||
@endforeach
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
<div class="item">
|
||||
<div class="top-part">
|
||||
<a href="{{ route('getShow', $bestShow->id) }}">
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{ $bestShow->img_url }}" alt="{{$bestShow->alt}}">
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{ $bestShow->img_url }}" alt="{{$bestShow->alt}}">
|
||||
<div class="top-bottom-shadow"></div>
|
||||
<span class="view-counter-most-popular"><i class="icon-eye"></i> {{$bestShow->view}}</span>
|
||||
</a>
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
@if(!empty($topheaderadvs))
|
||||
<div class="tpl-block-list tpl-component-bottomadv" id="nc-block-6defb4ff5eae82edb30bd8e923b820f1"><div id="bottomadv"></div><div class="container kesde" style="width: 100%; margin-top: 30px !important; ">
|
||||
<a href="{{$topheaderadvs -> url_bottom}}">
|
||||
<img src="http://content.turkmentv.gov.tm/{{ $topheaderadvs->bottom_img_url }}" alt="{{$topheaderadvs -> alt_bottom}}" style="width: 100%">
|
||||
<img src="https://content.turkmentv.gov.tm/{{ $topheaderadvs->bottom_img_url }}" alt="{{$topheaderadvs -> alt_bottom}}" style="width: 100%">
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
</div>
|
||||
@endsection
|
||||
@section('after_scripts')
|
||||
<script src="http://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/index.js"></script>
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/scripts.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/libs/owl/owl-carousel/owl.carousel.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/index.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/scripts.js"></script>
|
||||
@endsection
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@extends('web.layouts.app')
|
||||
@section('after_styles')
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/news.css">
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/calendar.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/news.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/calendar.css">
|
||||
@endsection
|
||||
@section('content')
|
||||
|
||||
|
|
@ -17,9 +17,9 @@
|
|||
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 text-center" style="padding-right: 10px; padding-top: 50px;">
|
||||
<a href="{{route('getNews', $main->id)}}">
|
||||
@if(stristr($main->img_url, 'images/') != false)
|
||||
<img src="http://content.turkmentv.gov.tm//uploads/{{ $main->img_url }}" style="width: 100%;">
|
||||
<img src="https://content.turkmentv.gov.tm//uploads/{{ $main->img_url }}" style="width: 100%;">
|
||||
@else
|
||||
<img src="http://content.turkmentv.gov.tm/{{ $main->img_url }}" style="width: 100%;">
|
||||
<img src="https://content.turkmentv.gov.tm/{{ $main->img_url }}" style="width: 100%;">
|
||||
@endif
|
||||
</a>
|
||||
<h4 style="color: #05559a; margin-top: 10px;"><a href="{{route('getNews', $main->id)}}" class='fontSemiBold'>
|
||||
|
|
@ -57,9 +57,9 @@
|
|||
<div class="paddinglr1 news-item col-lg-4 col-md-4 text-center" style=''>
|
||||
<a href="{{route('getNews', $new->id)}}">
|
||||
@if(stristr($main->img_url, 'images/') != false)
|
||||
<img src="http://content.turkmentv.gov.tm//uploads/{{ $new->img_url }}">
|
||||
<img src="https://content.turkmentv.gov.tm//uploads/{{ $new->img_url }}">
|
||||
@else
|
||||
<img src='http://content.turkmentv.gov.tm/{{ $new->img_url }}'/>
|
||||
<img src='https://content.turkmentv.gov.tm/{{ $new->img_url }}'/>
|
||||
@endif
|
||||
</a>
|
||||
<h5 style="color: #05559a; font-weight: bold; margin-top: 10px"><a href="{{route('getNews', $new->id)}}" style="padding: 10px;" class='fontSemiBold'>{{
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
</div>
|
||||
@endsection
|
||||
@section('after_scripts')
|
||||
<script src="http://content.turkmentv.gov.tm/assets/js/pureJSCalendar.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/js/pureJSCalendar.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
pureJSCalendar.open('dd.MM.yyyy', 0, 0, 1, '2018-5-5', '2019-8-20', 'txtTest', 20)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@extends('web.layouts.app')
|
||||
@section('after_styles')
|
||||
<link rel="stylesheet" href="http://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
|
||||
<link rel="stylesheet" href="https://content.turkmentv.gov.tm/assets/css/simple-line-icons.css">
|
||||
@endsection
|
||||
|
||||
@if(!empty($pageSliders) && $pageSliders->count()>0)
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<div class="slider-content">
|
||||
@foreach($pageSliders as $pageSlider)
|
||||
<div class="slider-single">
|
||||
<img class="slider-single-image" src="http://content.turkmentv.gov.tm/{{ $pageSlider->img_url }}" />
|
||||
<img class="slider-single-image" src="https://content.turkmentv.gov.tm/{{ $pageSlider->img_url }}" />
|
||||
<div class="black-bg" style="z-index: -12;position: absolute; top: 0; background-color: black; height: 100%; width: 100%; margin-left: 50%; display: none;"></div>
|
||||
</div>
|
||||
@endforeach
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
@if(!empty($topheaderadvs))
|
||||
<div class="tpl-block-list tpl-component-bottomadv" id="nc-block-6defb4ff5eae82edb30bd8e923b820f1"><div id="bottomadv"></div><div class="container kesde" style="width: 100%; margin-top: 30px">
|
||||
<a href="{{$topheaderadvs -> url_bottom}}">
|
||||
<img src="http://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs->alt_bottom}}" style="width: 100%">
|
||||
<img src="https://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs->alt_bottom}}" style="width: 100%">
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
@endsection
|
||||
@section('after_scripts')
|
||||
<script src="http://content.turkmentv.gov.tm/assets/hls.min.js"></script>
|
||||
<script src="https://content.turkmentv.gov.tm/assets/hls.min.js"></script>
|
||||
<script>
|
||||
var urlq = new URL(window.location.href);
|
||||
var query_string = urlq.search;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<div class="slider-content">
|
||||
@foreach($pageSliders as $pageSlider)
|
||||
<div class="slider-single">
|
||||
<img class="slider-single-image" src="http://content.turkmentv.gov.tm/{{ $pageSlider->img_url }}" />
|
||||
<img class="slider-single-image" src="https://content.turkmentv.gov.tm/{{ $pageSlider->img_url }}" />
|
||||
<div class="black-bg" style="z-index: -12;position: absolute; top: 0; background-color: black; height: 100%; width: 100%; margin-left: 50%; display: none;"></div>
|
||||
</div>
|
||||
@endforeach
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="top-part">
|
||||
<a href="{{route('groupShows', $tmFilm->id)}}">
|
||||
<img src="http://content.turkmentv.gov.tm/uploads/{{ $tmFilm->img_url }}" alt = "{{ $tmFilm->alt }}">
|
||||
<img src="https://content.turkmentv.gov.tm/uploads/{{ $tmFilm->img_url }}" alt = "{{ $tmFilm->alt }}">
|
||||
<div class="best-movies-overlay">
|
||||
<div class="best-movies-overlay-text">
|
||||
<div class="overlay-text">
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
@if(!empty($topheaderadvs))
|
||||
<div class="tpl-block-list tpl-component-bottomadv" id="nc-block-6defb4ff5eae82edb30bd8e923b820f1"><div id="bottomadv"></div><div class="container kesde" style="width: 100%; margin-top: 30px">
|
||||
<a href="{{$topheaderadvs -> url_bottom}}">
|
||||
<img src="http://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs -> alt_bottom}}" style="width: 100%">
|
||||
<img src="https://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs -> alt_bottom}}" style="width: 100%">
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
@if(!empty($topheaderadvs))
|
||||
<div class="tpl-block-list tpl-component-bottomadv" id="nc-block-6defb4ff5eae82edb30bd8e923b820f1"><div id="bottomadv"></div><div class="container kesde" style="width: 100%; margin-top: 30px">
|
||||
<a href="{{$topheaderadvs -> url_bottom}}">
|
||||
<img src="http://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs->alt_bottom}}" style="width: 100%">
|
||||
<img src="https://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs->alt_bottom}}" style="width: 100%">
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue