tiiiirrrreeeedddd
This commit is contained in:
parent
f59a862359
commit
3d0e9475f3
|
|
@ -373,7 +373,4 @@ class HomeController extends Controller
|
|||
'meta_description' => $meta_description
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -74,7 +74,7 @@ ob_start("ob_gzhandler");
|
|||
<ul class="bottom-right-menu pull-right" style="margin: 0; margin-top: 9px; padding: 0; display: inline-block;">
|
||||
<div class="dropdown" style="display: inline-block">
|
||||
<li style="color: #ffffff; padding-right: 15px">
|
||||
<a class="dropbtn" onclick="myDropdownFunc()" style="color: #ffffff;"><i class="icon-globe" style="display: inline-block"></i> TKM</a>
|
||||
<a class="dropbtn" onclick="myDropdownFunc()" style="color: #ffffff;"><i class="icon-globe" style="display: inline-block"></i>TKM</a>
|
||||
</li>
|
||||
{{-- <div class="dropdown-content" id="myDropdown" style="right: 0"> --}}
|
||||
{{-- <a href="#">ENG <i class="fa fa-angle-right pull-right" style="display: inline-block;"></i></a>
|
||||
|
|
|
|||
|
|
@ -51,11 +51,11 @@
|
|||
<input type="hidden" name="save_action" value="save_and_back">
|
||||
<div class="btn-group">
|
||||
<button type="submit" class="btn btn-success">
|
||||
<span class="fa fa-send" role="presentation" aria-hidden="true"></span>
|
||||
<span class="fa fa-send" role="presentation" aria-hidden="true"></span>
|
||||
<span data-value="save_and_back">Send and back</span>
|
||||
</button>
|
||||
</div>
|
||||
<a href="/panel/user" class="btn btn-default"><span class="fa fa-ban"></span> Cancel</a>
|
||||
<a href="/panel/user" class="btn btn-default"><span class="fa fa-ban"></span> Cancel</a>
|
||||
</div>
|
||||
</div><!-- /.box-footer-->
|
||||
</div><!-- /.box -->
|
||||
|
|
|
|||
|
|
@ -47,11 +47,11 @@
|
|||
<input type="hidden" name="save_action" value="save_and_back">
|
||||
<div class="btn-group">
|
||||
<button type="submit" class="btn btn-success">
|
||||
<span class="fa fa-send" role="presentation" aria-hidden="true"></span>
|
||||
<span class="fa fa-send" role="presentation" aria-hidden="true"></span>
|
||||
<span data-value="save_and_back">Send and back</span>
|
||||
</button>
|
||||
</div>
|
||||
<a href="/panel/user" class="btn btn-default"><span class="fa fa-ban"></span> Cancel</a>
|
||||
<a href="/panel/user" class="btn btn-default"><span class="fa fa-ban"></span> Cancel</a>
|
||||
</div>
|
||||
</div><!-- /.box-footer-->
|
||||
</div><!-- /.box -->
|
||||
|
|
|
|||
|
|
@ -24,327 +24,73 @@
|
|||
<link rel="stylesheet" href="{{ asset ('assets/css/menu.css')}}">
|
||||
<link rel="stylesheet" href="{{ asset ('assets/css/menumedia.css')}}">
|
||||
<script src="{{ asset ('assets/js/pureJSCalendar.js')}}"></script>
|
||||
|
||||
<style>.fontLight{
|
||||
font-family: SourceSans;
|
||||
}
|
||||
.fontRegular{
|
||||
font-family: SourceSansRegular;
|
||||
}
|
||||
.fontSemiBold{
|
||||
font-family: SourceSansSemiBold;
|
||||
}
|
||||
.fontBold{
|
||||
font-family: SourceSansBold;
|
||||
}
|
||||
.fontBold0{
|
||||
font-family: SourceSansBold0;
|
||||
}
|
||||
#owl-demo > div.owl-wrapper-outer > div > div > div > div {
|
||||
position: absolute !important;
|
||||
top: 50% !important;
|
||||
left: 44% !important;
|
||||
transform: translate(-50%, -50%) !important;
|
||||
|
||||
}
|
||||
.carousel-caption {
|
||||
right: 20%;
|
||||
left: 20%;
|
||||
padding-bottom: 30px;
|
||||
flex-wrap: wrap;
|
||||
width: 65% !important;
|
||||
}
|
||||
.aq{
|
||||
color: white;
|
||||
}
|
||||
.aq:hover{
|
||||
color: white;
|
||||
}
|
||||
#owl-demo-populars .item{
|
||||
padding: 0 0 5px 0;
|
||||
margin: 5px;
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
box-shadow: 1px 1px 10px #dddddd,
|
||||
-1px -1px 10px #dddddd,
|
||||
-1px 1px 10px #dddddd,
|
||||
1px -1px 10px #dddddd;
|
||||
}
|
||||
|
||||
#owl-demo-populars .item .bottom-part{
|
||||
text-align: left;
|
||||
padding: 5px 20px;
|
||||
}
|
||||
|
||||
.most-populars .bottom-part p{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.tv-projects-videos .bottom-part p{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
div.container.news-releases > div > div > div > a{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.go-top{
|
||||
bottom: 2em;
|
||||
right: 2em;
|
||||
}
|
||||
|
||||
.view-counter{
|
||||
font-size: 24px !important;
|
||||
}
|
||||
|
||||
span.view-counter-most-popular{
|
||||
font-size: 24px !important;
|
||||
}
|
||||
|
||||
div.container.news-releases > div > div > div > span{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
div.container.most-populars.live > div > div > div > div:nth-child(1) > div > div > a.play-button > i{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
div.container.most-populars.live > div > div > div > div:nth-child(1) > div > div > a.download-button > i{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.best-movies .download-button{
|
||||
margin-right: 45px;
|
||||
}
|
||||
|
||||
div.container.best-movies > div > div:nth-child(1) > div > div > a.play-button{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
div.container.best-movies > div > div:nth-child(1) > div > div > a.download-button{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.play-button{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.download-button{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.download-button{
|
||||
margin-right: 45px;
|
||||
}
|
||||
|
||||
.proactive .black-bg{
|
||||
display: block !important;
|
||||
width: 150% !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.preactive .black-bg{
|
||||
display: block !important;
|
||||
width: 50% !important;
|
||||
margin-left: -50% !important;
|
||||
}
|
||||
|
||||
#cal td{
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.best-movies .top-part:hover .best-movies-overlay{
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
body > header > div.container-fluid.header-menu.mobile{
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
body > header > div.container-fluid.header-menu.mobile > div > ul > li:nth-child(2) > div > ul > a > li{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
body > header > div.container-fluid.header-menu.mobile > div > ul > li:nth-child(4) > div > ul > a > li{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
body > header > div.container-fluid.header-menu.desktop > div > div.header-menu-bottom-part > ul.bottom-right-menu.pull-right > div{
|
||||
top: -7px;
|
||||
}
|
||||
|
||||
body > header > div.container-fluid.header-menu.desktop > div > div.header-menu-bottom-part > ul.bottom-right-menu.pull-right > li:nth-child(1){
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
div.container.kesde{
|
||||
margin-top: 100px !important;
|
||||
}
|
||||
|
||||
footer{
|
||||
background-image: none !important;
|
||||
background-color: #2b9996;
|
||||
}
|
||||
|
||||
div.container.tv-projects-releases.desktop-view{
|
||||
margin-bottom: 100px !important;
|
||||
}
|
||||
|
||||
div.container.tv-projects-releases.desktop-view > div > div > div > div > div.main-two.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > div:nth-child(1){
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
div.container.tv-projects-releases.desktop-view > div > div > div > div > div.main-two.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > div:nth-child(2){
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
div.other-tv-projects > div:nth-child(3){
|
||||
padding-left: 0 !important;
|
||||
padding-right: 14px !important;
|
||||
}
|
||||
|
||||
div.other-tv-projects > div:nth-child(4){
|
||||
padding-right: 7px !important;
|
||||
padding-left: 7px !important;
|
||||
}
|
||||
|
||||
div.other-tv-projects > div:nth-child(5){
|
||||
padding-right: 0 !important;
|
||||
padding-left: 14px !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1440px) {
|
||||
.most-populars .bottom-part p{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.tv-projects-videos .bottom-part p{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.container.news-releases > div > div > div > a{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.view-counter{
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
span.view-counter-most-popular{
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
div.container.news-releases > div > div > div > span{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.container.most-populars.live > div > div > div > div:nth-child(1) > div > div > a.play-button > i{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.container.most-populars.live > div > div > div > div:nth-child(1) > div > div > a.download-button > i{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.best-movies .download-button{
|
||||
margin-right: 35px;
|
||||
}
|
||||
|
||||
div.container.best-movies > div > div:nth-child(1) > div > div > a.play-button{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.container.best-movies > div > div:nth-child(1) > div > div > a.download-button{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.play-button{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.download-button{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.download-button{
|
||||
margin-right: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.sliderPageq{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slider-containerq{
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: auto;
|
||||
}
|
||||
.slider-contentq{
|
||||
position: relative;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 59%;
|
||||
height: 60%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.slider-singleq{
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
transition: z-index 0ms 250ms;
|
||||
}
|
||||
.slider-leftq{
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
display: block;
|
||||
right: 85%;
|
||||
top: 50%;
|
||||
color: #ffffff;
|
||||
transform: translateY(-50%);
|
||||
padding: 20px 15px;
|
||||
margin-right: -2px;
|
||||
}
|
||||
.slider-rightq{
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
display: block;
|
||||
left: 85%;
|
||||
top: 50%;
|
||||
color: #ffffff;
|
||||
transform: translateY(-50%);
|
||||
padding: 20px 15px;
|
||||
margin-left: -2px;
|
||||
}
|
||||
.overlay{
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
bottom: 0;
|
||||
left: 10px;
|
||||
right: 0;
|
||||
height: calc(100% - 20px);
|
||||
width: calc(100% - 20px);
|
||||
opacity: 0;
|
||||
transition: .5s ease;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
#searchContentId{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#searchContentId.visible{
|
||||
display: block !important;
|
||||
<style>
|
||||
.fontLight{font-family:SourceSans}
|
||||
.fontRegular{font-family:SourceSansRegular}
|
||||
.fontSemiBold{font-family:SourceSansSemiBold}
|
||||
.fontBold{font-family:SourceSansBold}
|
||||
.fontBold0{font-family:SourceSansBold0}
|
||||
#owl-demo>div.owl-wrapper-outer>div>div>div>div{position:absolute!important;top:50%!important;left:44%!important;transform:translate(-50%, -50%)!important}
|
||||
.carousel-caption {right:20%;left:20%;padding-bottom:30px;flex-wrap:wrap;width: 65%!important}
|
||||
.aq{color:white}.aq:hover{color:white;}
|
||||
#owl-demo-populars .item{padding: 0 0 5px 0;margin:5px;border-radius:3px;text-align:center;box-shadow:1px 1px 10px #dddddd,-1px -1px 10px #dddddd,-1px 1px 10px #dddddd,1px -1px 10px #dddddd}
|
||||
#owl-demo-populars .item .bottom-part{text-align:left;padding:5px 20px}
|
||||
.most-populars .bottom-part p{font-size:24px}
|
||||
.tv-projects-videos .bottom-part p{font-size:24px;}
|
||||
div.container.news-releases>div>div>div>a{font-size:24px;}
|
||||
.go-top{bottom:2em;right:2em}.view-counter{font-size:24px!important}
|
||||
span.view-counter-most-popular{font-size:24px!important;}
|
||||
div.container.news-releases>div>div>div>span{font-size:24px;}
|
||||
div.container.most-populars.live>div>div>div>div:nth-child(1)>div>div>a.play-button>i{font-size:24px}
|
||||
div.container.most-populars.live>div>div>div>div:nth-child(1)>div>div>a.download-button>i{font-size:24px}
|
||||
.best-movies .download-button{margin-right:45px}
|
||||
div.container.best-movies>div>div:nth-child(1)>div>div>a.play-button{font-size:24px}
|
||||
div.container.best-movies>div>div:nth-child(1)>div>div>a.download-button{font-size:24px}
|
||||
div.container.best-adver>div>div:nth-child(1)>div>div>a.play-button{font-size:24px}
|
||||
div.container.best-adver>div>div:nth-child(1)>div>div>a.download-button{font-size:24px}
|
||||
div.container.best-adver>div>div:nth-child(1)>div>div>a.download-button{margin-right:45px}
|
||||
.proactive .black-bg{display:block!important;width:150%!important;margin-left:0!important}
|
||||
.preactive .black-bg{display:block!important;width:50%!important;margin-left:-50%!important}
|
||||
#cal td{height:40px}.best-movies .top-part:hover .best-movies-overlay{opacity:0.8}
|
||||
body>header>div.container-fluid.header-menu.mobile{background-image:none}
|
||||
body>header>div.container-fluid.header-menu.mobile>div>ul>li:nth-child(2)>div>ul>a>li{text-align:left}
|
||||
body>header>div.container-fluid.header-menu.mobile>div>ul>li:nth-child(4)>div>ul>a>li{text-align:left}
|
||||
body>header>div.container-fluid.header-menu.desktop>div>div.header-menu-bottom-part>ul.bottom-right-menu.pull-right > div{top:-7px}
|
||||
body>header>div.container-fluid.header-menu.desktop>div>div.header-menu-bottom-part>ul.bottom-right-menu.pull-right > li:nth-child(1){margin-top:4px}
|
||||
div.container.kesde{margin-top:100px!important}
|
||||
footer{background-image:none!important;background-color:#2b9996}
|
||||
div.container.tv-projects-releases.desktop-view{margin-bottom:100px!important}
|
||||
div.container.tv-projects-releases.desktop-view>div>div>div>div>div.main-two.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > div:nth-child(1){padding-left:0}
|
||||
div.container.tv-projects-releases.desktop-view>div>div>div>div>div.main-two.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > div:nth-child(2){padding-right:0}
|
||||
div.other-tv-projects>div:nth-child(3){padding-left:0!important;padding-right:14px!important}
|
||||
div.other-tv-projects>div:nth-child(4){padding-right:7px!important;padding-left:7px!important}
|
||||
div.other-tv-projects>div:nth-child(5){padding-right:0!important;padding-left:14px!important}
|
||||
@media only screen and (max-width: 1440px) {
|
||||
.most-populars .bottom-part p{font-size: 16px}
|
||||
.tv-projects-videos .bottom-part p{font-size: 16px}
|
||||
div.container.news-releases > div > div > div > a{font-size: 16px}
|
||||
.view-counter{font-size: 16px !important}
|
||||
span.view-counter-most-popular{font-size: 16px !important}
|
||||
div.container.news-releases > div > div > div > span{font-size: 16px}
|
||||
div.container.most-populars.live > div > div > div > div:nth-child(1) > div > div > a.play-button > i{font-size: 16px}
|
||||
div.container.most-populars.live > div > div > div > div:nth-child(1) > div > div > a.download-button > i{font-size: 16px}
|
||||
.best-movies .download-button{margin-right: 35px}
|
||||
div.container.best-movies > div > div:nth-child(1) > div > div > a.play-button{font-size: 16px}
|
||||
div.container.best-movies > div > div:nth-child(1) > div > div > a.download-button{font-size: 16px}
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.play-button{font-size: 16px}
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.download-button{font-size: 16px}
|
||||
div.container.best-adver > div > div:nth-child(1) > div > div > a.download-button{margin-right: 35px}
|
||||
}
|
||||
html{scroll-behavior: smooth}
|
||||
.sliderPageq{position: relative}
|
||||
.slider-containerq{width:100%;margin:0;top:0;left:0;height:auto}
|
||||
.slider-contentq{position:relative;left:50%;top:50%;width:59%;height:60%;transform:translate(-50%, -50%)}
|
||||
.slider-singleq{position:absolute;z-index:0;left:0;top:0;width:100%;height:auto;transition:z-index 0ms 250ms;}
|
||||
.slider-leftq{position:absolute;z-index:3;display:block;right:85%;top:50%;color:#ffffff;transform:translateY(-50%);padding:20px 15px;margin-right:-2px;}
|
||||
.slider-rightq{position:absolute;z-index:3;display:block;left:85%;top:50%;color:#ffffff;transform:translateY(-50%);padding:20px 15px;margin-left:-2px}
|
||||
.overlay{position:absolute;top:10px;bottom:0;left:10px;right:0;height:calc(100% - 20px);width: calc(100% - 20px);opacity:0;transition: .5s ease;background-color:#000000}
|
||||
#searchContentId{display:none!important}
|
||||
#searchContentId.visible{display:block!important}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="pureJSCalendar.open('dd.MM.yyyy', 0, 0, 1, '2018-5-5', '2019-8-20', 'txtTest', 20)">
|
||||
|
|
|
|||
|
|
@ -32,9 +32,9 @@
|
|||
<li><a class = "aq" style = "font-family: SourceSansRegular;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="{{ asset('assets/img/phone.png') }}" style="height: 17px; display: inline-block; margin-top: -4px"> <a href="{{route('cont')}}" style="display: inline-block; font-family:SourceSansRegular;">Habarlaşmak üçin</a></li>
|
||||
<li><img src="{{ asset('assets/img/phone.png') }}" style="height: 17px; display: inline-block; margin-top: -4px"><a href="{{route('cont')}}" style="display: inline-block; font-family:SourceSansRegular;">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;font-family:SourceSansRegular;" onclick="myDropdownFunc()">TKM</a></li>
|
||||
<li style="color: #ffffff"><i class="icon-globe" style="display: inline-block"></i> <a class="dropbtn" style="display: inline-block;font-family:SourceSansRegular;" onclick="myDropdownFunc()">TKM</a></li>
|
||||
<div class="dropdown-content" id="myDropdown">
|
||||
{{-- <a href="#" style = "font-family:SourceSansRegular;">ENG <i class="fa fa-angle-right pull-right" style="display: inline-block;"></i></a>
|
||||
<a href="#" style = "font-family:SourceSansRegular;">RUS <i class="fa fa-angle-right pull-right" style="display: inline-block;"></i></a> --}}
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
|
||||
<img class="img-responsive w-100" src="{{$new->img_url}}">
|
||||
<span><b class = "fontSemiBold" style = "font-size: 17px;">{{$new->date}}</b></span>
|
||||
<span style = "padding-top:10px; padding-left: 5px"><a href="{{ route('getNews', $new -> id) }}" style = "font-size: 18px;padding-top:15px;">{{ str_limit($new->name, $limit = 80, $end = '...') }} <i class="fa fa-play-circle-o"></i></a></span>
|
||||
<span style = "padding-top:10px; padding-left: 5px"><a href="{{ route('getNews', $new -> id) }}" style = "font-size: 18px;padding-top:15px;">{{ str_limit($new->name, $limit = 80, $end = '...') }} <i class="fa fa-play-circle-o"></i></a></span>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -123,47 +123,47 @@
|
|||
<div class="table-wrap mt-40">
|
||||
<div class="table-responsive">
|
||||
|
||||
<h4><strong>06. 55 Berkararlyk
|
||||
<h4><strong>06. 55 Berkararlyk
|
||||
senasy.</strong></h4>
|
||||
<h4><strong>07. 00 Watan.</strong></h4>
|
||||
<h4><strong>07. 30 Säher
|
||||
<h4><strong>07. 00 Watan.</strong></h4>
|
||||
<h4><strong>07. 30 Säher
|
||||
ýyldyzlary.</strong></h4>
|
||||
<h4><strong>08. 00 Watan guwanjy.</strong></h4>
|
||||
<h4><strong>08. 30 Çagalar
|
||||
<h4><strong>08. 00 Watan guwanjy.</strong></h4>
|
||||
<h4><strong>08. 30 Çagalar
|
||||
dünýäsi.</strong></h4>
|
||||
<h4><strong>09. 00
|
||||
Watan. </strong></h4>
|
||||
<h4><strong>09. 30
|
||||
Multfilm. </strong></h4>
|
||||
<h4><strong>11. 00 Altyn aşyk.</strong></h4>
|
||||
<h4><strong>11. 30 Bilgirje.</strong></h4>
|
||||
<h4><strong>12. 00 Watan.</strong></h4>
|
||||
<h4><strong>12. 30 Ylhamly
|
||||
ýaşlar. </strong></h4>
|
||||
<h4><strong>13. 30 Men
|
||||
kärimiň aşygy. </strong></h4>
|
||||
<h4><strong>14. 00 Halypa pendini
|
||||
diňleseň. </strong></h4>
|
||||
<h4><strong>14. 30 Bilesim
|
||||
<h4><strong>09. 00
|
||||
Watan.</strong></h4>
|
||||
<h4><strong>09. 30
|
||||
Multfilm.</strong></h4>
|
||||
<h4><strong>11. 00 Altyn aşyk.</strong></h4>
|
||||
<h4><strong>11. 30 Bilgirje.</strong></h4>
|
||||
<h4><strong>12. 00 Watan.</strong></h4>
|
||||
<h4><strong>12. 30 Ylhamly
|
||||
ýaşlar. </strong></h4>
|
||||
<h4><strong>13. 30 Men
|
||||
kärimiň aşygy.</strong></h4>
|
||||
<h4><strong>14. 00 Halypa pendini
|
||||
diňleseň.</strong></h4>
|
||||
<h4><strong>14. 30 Bilesim
|
||||
gelýär.</strong></h4>
|
||||
<h4><strong>15. 00 Watan.</strong></h4>
|
||||
<h4><strong>15. 30 Multfilm.</strong></h4>
|
||||
<h4><strong>16. 40
|
||||
Bagtyýar mekanym. </strong></h4>
|
||||
<h4><strong>17. 20 Döwletli
|
||||
<h4><strong>15. 00 Watan.</strong></h4>
|
||||
<h4><strong>15. 30 Multfilm.</strong></h4>
|
||||
<h4><strong>16. 40
|
||||
Bagtyýar mekanym. </strong></h4>
|
||||
<h4><strong>17. 20 Döwletli
|
||||
zamananyň ýaşlary.</strong></h4>
|
||||
<h4><strong>18. 00
|
||||
“Deýn we Enni” çeper
|
||||
film. </strong></h4>
|
||||
<h4><strong>19. 00 Öwrenesim
|
||||
<h4><strong>18. 00
|
||||
“Deýn we Enni” çeper
|
||||
film.</strong></h4>
|
||||
<h4><strong>19. 00 Öwrenesim
|
||||
gelýär.</strong></h4>
|
||||
<h4><strong>19. 30 Ondan biri.</strong></h4>
|
||||
<h4><strong>20. 30 Siziň
|
||||
üçin, körpeler! </strong></h4>
|
||||
<h4><strong>21. 00 Watan.</strong></h4>
|
||||
<h4><strong>21. 30 Ýaşlyk
|
||||
<h4><strong>19. 30 Ondan biri.</strong></h4>
|
||||
<h4><strong>20. 30 Siziň
|
||||
üçin, körpeler!</strong></h4>
|
||||
<h4><strong>21. 00 Watan.</strong></h4>
|
||||
<h4><strong>21. 30 Ýaşlyk
|
||||
agşamy.</strong></h4>
|
||||
<h4><strong>23. 00 Watan.</strong></h4>
|
||||
<h4><strong>23. 00 Watan.</strong></h4>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
<h4><strong>15:00 Watan.</strong></h4>
|
||||
<h4><strong>15:30 Medeni miras.</strong></h4>
|
||||
<h4><strong>16:00-18:00 ORT.</strong></h4>
|
||||
<h4><strong>18:00 Berkarar Watanym Türkmenistanym.</strong></h4>
|
||||
<h4><strong>18:00 Berkarar Watanym Türkmenistanym.</strong></h4>
|
||||
<h4><strong>19:00 Edebim mertebäm.</strong></h4>
|
||||
<h4><strong>20:00 Rowaçly Watan. Bagtyýarlyk
|
||||
ýoly bilen.</strong></h4>
|
||||
|
|
@ -220,7 +220,7 @@
|
|||
<h4><strong>21:30 Çeper film. “Maňa işiň
|
||||
düşmesin”</strong></h4>
|
||||
<h4><strong>22:30 Sungatym ýürek owazym.</strong></h4>
|
||||
<h4><strong>23:00 Watan. </strong></h4>
|
||||
<h4><strong>23:00 Watan.</strong></h4>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -298,27 +298,27 @@
|
|||
<div class="table-wrap mt-40">
|
||||
<div class="table-responsive">
|
||||
|
||||
<h4><strong>06:55. Berkararlyk mukamy</strong></h4>
|
||||
<h4><strong>07:00. Habarlar</strong></h4>
|
||||
<h4><strong>07:15. Ýol hereketiniň howpsuzlygy-
|
||||
<h4><strong>06:55. Berkararlyk mukamy</strong></h4>
|
||||
<h4><strong>07:00. Habarlar</strong></h4>
|
||||
<h4><strong>07:15. Ýol hereketiniň howpsuzlygy-
|
||||
ömrümiziň rahatlygy</strong></h4>
|
||||
<h4><strong>09:00. Habarlar</strong></h4>
|
||||
<h4><strong>09:15. Ýol hereketiniň howpsuzlygy-
|
||||
<h4><strong>09:00. Habarlar</strong></h4>
|
||||
<h4><strong>09:15. Ýol hereketiniň howpsuzlygy-
|
||||
ömrümiziň rahatlygy</strong></h4>
|
||||
<h4><strong>11:00. Habarlar</strong></h4>
|
||||
<h4><strong>11:15. Ýol hereketiniň howpsuzlygy-
|
||||
<h4><strong>11:00. Habarlar</strong></h4>
|
||||
<h4><strong>11:15. Ýol hereketiniň howpsuzlygy-
|
||||
ömrümiziň rahatlygy</strong></h4>
|
||||
<h4><strong>13:00. Habarlar</strong></h4>
|
||||
<h4><strong>13:15. Ýol hereketiniň howpsuzlygy-
|
||||
<h4><strong>13:00. Habarlar</strong></h4>
|
||||
<h4><strong>13:15. Ýol hereketiniň howpsuzlygy-
|
||||
ömrümiziň rahatlygy</strong></h4>
|
||||
<h4><strong>15:00. Habarlar</strong></h4>
|
||||
<h4><strong>15:15. Ýol hereketiniň howpsuzlygy-
|
||||
<h4><strong>15:00. Habarlar</strong></h4>
|
||||
<h4><strong>15:15. Ýol hereketiniň howpsuzlygy-
|
||||
ömrümiziň rahatlygy</strong></h4>
|
||||
<h4><strong>17:00. Habarlar</strong></h4>
|
||||
<h4><strong>17:00. Habarlar</strong></h4>
|
||||
<h4><strong>17:15. Ýol hereketiniň howpsuzlygy -
|
||||
ömrümiziň rahatlygy</strong></h4>
|
||||
<h4><strong>19:00. Habarlar</strong></h4>
|
||||
<h4><strong>21:00. Habarlar</strong></h4>
|
||||
<h4><strong>19:00. Habarlar</strong></h4>
|
||||
<h4><strong>21:00. Habarlar</strong></h4>
|
||||
<h4><strong>22:30. Habarlar</strong></h4>
|
||||
<h4><strong>Syýahat</strong></h4>
|
||||
<h4><strong>Ylym we bilim</strong></h4>
|
||||
|
|
@ -359,13 +359,13 @@
|
|||
<div class="table-wrap mt-40">
|
||||
<div class="table-responsive">
|
||||
|
||||
<h4><strong>07:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>09:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>12:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>15:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>21:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>07:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>09:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>12:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>15:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>21:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>23:00 “Sport habarlary” </strong></h4>
|
||||
<h4><strong>“Saglyk ýoly” </strong></h4>
|
||||
<h4><strong>“Saglyk ýoly” </strong></h4>
|
||||
<h4><strong>“Sport äleminde” (Göni
|
||||
ýaýlym) </strong></h4>
|
||||
<h4><strong>Futbol boýunça geçirilen
|
||||
|
|
@ -375,7 +375,7 @@
|
|||
<h4><strong>"Behişdi bedewler"</strong></h4>
|
||||
<h4><strong>“Sport tehnologiýalary” </strong></h4>
|
||||
<h4><strong>Basketbol sporty boýunça
|
||||
taýýarlanan reportaž (NBA)</strong></h4>
|
||||
taýýarlanan reportaž (NBA)</strong></h4>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
</path>
|
||||
<path class="mmb" fill="#fff" id="Union_1" d="M 0.9999000430107117 9.999899864196777 C 0.4473000168800354 9.999899864196777 0 9.552599906921387 0 9 L 0 0.9999000430107117 C 0 0.4473000168800354 0.4473000168800354 0 0.9999000430107117 0 C 1.552500009536743 0 1.999800086021423 0.4473000168800354 1.999800086021423 0.9999000430107117 L 1.999800086021423 8.000100135803223 L 12.99960041046143 8.000100135803223 C 13.55220031738281 8.000100135803223 14.00040054321289 8.447400093078613 14.00040054321289 9 C 14.00040054321289 9.552599906921387 13.55220031738281 9.999899864196777 12.99960041046143 9.999899864196777 L 0.9999000430107117 9.999899864196777 Z">
|
||||
</path>
|
||||
</svg> Satyn al
|
||||
</svg> Satyn al
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue