video-template-3

This commit is contained in:
make
2025-05-09 19:33:40 +08:00
parent a228bb8083
commit 715466075a
138 changed files with 22125 additions and 13 deletions

View File

@@ -0,0 +1,75 @@
<div class="container">
<div class="row">
<div class="myui-panel myui-panel-bg clearfix">
<div class="myui-panel-box clearfix">
<div class="myui-panel_hd">
<div class="myui-panel__head clearfix">
<h3 class="title">友情链接</h3>
</div>
</div>
<div class="myui-panel_bd clearfix">
<div class="col-xs-1">
<ul class="myui-link__text clearfix">
{ad:list code="YOUQING_LIANJIE_GUANG_GAO" order="desc" limit="2" id="ad"}
<li>
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank">{$ad.gg_wen_zi}
</a>
</li>
{/ad:list}
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="myui-foot clearfix">
<div class="container min">
<div class="row">
<div class="col-pd text-center masked">
<p>本站所有视频和图片均来自互联网收集而来本网站只提供web页面服务并不提供资源存储也不参与录制、上传<br>若本站收录的节目无意侵犯了贵司权益,请发邮件至{site:cfg code="YOU_XIANG" encode="false"/}
我们会在3个工作日内删除侵权内容谢谢。</p>
<p>{$DomainModel->d_name}是一个优质影视资源网站,免费提供最新电影、热播电视剧、综艺节目、动漫、短剧等影视作品在线观看,看电影追剧首选{$DomainModel->d_name}。</p>
<p>反馈邮箱:{site:cfg code="YOU_XIANG" encode="false"/}</p>
<p class="hidden-xs">
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
<a href="/robots.txt" target="_blank">网站地图</a>
{ad:list code="YOUQING_LIANJIE_GUANG_GAO" order="desc" limit="2" id="ad"}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank">{$ad.gg_wen_zi}
</a>
{/ad:list}
<!-- <a target="_blank" href="/rss.xml">RSS订阅</a><span class="split-line"></span><a
target="_blank" href="/rss/baidu.xml">百度蜘蛛</a><span class="split-line"></span><a
target="_blank" href="/rss/google.xml">谷歌地图</a><span class="split-line"></span><a
target="_blank" href="/rss/bing.xml">必应地图</a><span class="split-line"></span><a
target="_blank" href="/rss/so.xml">360地图</a><span class="split-line"></span><a
target="_blank" href="/rss/sogou.xml">搜狗地图</a> -->
</p>
<p class="margin-0">Copyright © 2008-2023 by {$DomainModel->d_name} 统计代码</p>
</div>
</div>
</div>
</div>
<div class="myui-panel-bg myui-nav__tabbar">
<a class="item" href="/">
<p style="padding: 5px 5px;" class="btn {if $arrChildrenCategory.v_category_en == $Request.route.strCategory}btn-warm{/if}">首页</p>
</a>
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
<a class="item" href='{site:vciurl parent_category="$val.v_category_en" /}'>
<p style="padding: 5px 5px;" class="btn {if $val.v_category_en == $Request.route.strParentCategory}btn-warm{/if}">{$val.v_category}</p>
</a>
{/video:categorytype}
<a class="item" href="{$strRankUrlTemp}">
<p style="padding: 5px 5px;" class="btn ">榜单</p>
</a>
</div>

View File

@@ -0,0 +1,16 @@
<li>
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<?php $key ++ ?>
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">
<span class="pull-right text-muted hidden-md">{$Video.v_remarks} </span>
<span class='badge badge-radius
{eq name="$key" value="1"}badge-first {/eq}
{eq name="$key" value="2"}badge-second {/eq}
{eq name="$key" value="3"}badge-third {/eq}'
'>{$key}</span>
{$Video.v_name}
</a>
</li>

View File

@@ -0,0 +1,34 @@
<li class="col-lg-[col-lg] col-md-8 col-sm-4 col-xs-3">
<div class="myui-vodlist__box">
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<a class="myui-vodlist__thumb lazyload-bg"
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
data-src="{$Video.v_pic ?? ''}"
style="background-image: url(&quot;/static/img/loading.gif&quot;);">
<span class="play hidden-xs"></span>
<span class="pic-tag pic-tag-top" style="background-color: #5bb7fe;">{$Video.v_box_office ?? 0}亿</span>
<span class="pic-text text-right">{$Video.v_remarks}</span>
<img src="{$Video.v_pic ?? ''}"
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
style="display: none;">
</a>
<div class="myui-vodlist__detail">
<h3 class="title text-overflow">
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">{$Video.v_name}</a>
</h3>
<p class="text text-overflow text-muted hidden-xs">
{$Video.v_year}
/
{volist name='$Video.v_area' id='vo' key='index'}
{$vo}&nbsp;
{/volist}
/ {$Video.v_parent_category}
</p>
</div>
</div>
</li>

View File

@@ -0,0 +1,34 @@
<li class="col-lg-[col-lg] col-md-8 col-sm-4 col-xs-3">
<div class="myui-vodlist__box">
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<a class="myui-vodlist__thumb lazyload-bg"
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
data-src="{$Video.v_pic ?? ''}"
style="background-image: url(&quot;/static/img/loading.gif&quot;);">
<span class="play hidden-xs"></span>
<span class="pic-tag pic-tag-top" style="background-color: #5bb7fe;">{$Video.v_score}分</span>
<span class="pic-text text-right">{$Video.v_remarks}</span>
<img src="{$Video.v_pic ?? ''}"
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
style="display: none;">
</a>
<div class="myui-vodlist__detail">
<h3 class="title text-overflow">
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">{$Video.v_name}</a>
</h3>
<p class="text text-overflow text-muted hidden-xs">
{$Video.v_year}
/
{volist name='$Video.v_area' id='vo' key='index'}
{$vo}&nbsp;
{/volist}
/ {$Video.v_parent_category}
</p>
</div>
</div>
</li>

View File

@@ -0,0 +1,9 @@
<li class="col-md-4 col-sm-3 col-xs-1 padding-0">
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<a class="top-line-dot text-overflow" href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">
<span class="text-muted pull-right">{$Video.v_remarks}</span>
{$Video.v_name}
</a>
</li>

View File

@@ -0,0 +1,51 @@
<div class="myui-panel myui-panel-bg clearfix">
<div class="myui-panel-box clearfix">
<div class="myui-panel_bd clearfix">
<div class="col-lg-wide-75 col-xs-1 padding-0">
<div class="myui-panel_hd">
<div class="myui-panel__head clearfix">
<h2 class="title">最新{$val.v_category}</h2>
<a class="more text-muted"
href='{site:vclurl parent_category="$val.v_category_en" category="all" area="all" lang="all" year="all" order="all" page="1"/}'>
更多<i class="fa fa-angle-right"></i>
</a>
<ul class="nav nav-text pull-right hidden-sm hidden-xs">
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
<li>
<a href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"/}'
class="text-muted">
{$arrChildrenCategory.v_category}
</a>
<span class="split-line"></span>
</li>
{/foreach}
</ul>
</div>
</div>
<ul class="myui-vodlist clearfix">
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-shu" start="27+($key*12)" col-lg="6"/}
{/video:list}
</ul>
</div>
<div class="col-lg-wide-25 hidden-sm hidden-xs visible-inline-lg">
<div class="myui-panel_hd">
<div class="myui-panel__head clearfix">
<h2 class="title">最热{$val.v_category}周排行榜</h2><a class="more text-muted"
href="{$strRankUrlTemp}">更多<i class="fa fa-angle-right"></i></a>
</div>
</div>
<ul class="myui-vodlist__text active clearfix" style="padding: 0 10px;">
{video:ranklist count="16"
v_parent_category_en="$val.v_category_en"
sort_type="weekly"
d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-phb" start="27+($key*17)"/}
{/video:ranklist}
</ul>
</div>
</div>
</div>
</div>