添加新模板
This commit is contained in:
56
code/app/home/view/videoGpt1/public/footer.html
Normal file
56
code/app/home/view/videoGpt1/public/footer.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<div class="container">
|
||||
<div class="a73f1c footer-nav hidden-xs text-center col-pd">
|
||||
友情链接:
|
||||
{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}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="a73f1c footer-nav hidden-xs text-center col-pd">
|
||||
<a href="/sitemap.html" target="_blank">网站地图</a>
|
||||
-
|
||||
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
|
||||
-
|
||||
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
|
||||
-
|
||||
<a href="/sitemap_index.xml" target="_blank">XML网站地图</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}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="stui-foot clearfix">
|
||||
<div class="col-pd text-center hidden-xs" id="ymd-cs">Copyright by<span class="fontArial"></span> 2009-2023
|
||||
{$DomainModel->d_domain} Inc. All Rights Reserved. <a href="/" target="_blank">[{$DomainModel->d_name}]</a><br>联系邮箱:<a
|
||||
href='mailto:{site:cfg code="YOU_XIANG" encode="false"/}'>{site:cfg code="YOU_XIANG" encode="false"/}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="stui-extra clearfix">
|
||||
<li><a class="backtop" href="javascript:scroll(0,0)" style="display: none;"><i
|
||||
class="icon iconfont icon-less"></i></a></li>
|
||||
|
||||
|
||||
<!-- <li><a href="/gbook.html"><i class="icon iconfont icon-comments"></i></a></li> -->
|
||||
</ul>
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
(function () {
|
||||
var bp = document.createElement('script');
|
||||
var curProtocol = window.location.protocol.split(':')[0];
|
||||
if (curProtocol === 'https') {
|
||||
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
||||
}
|
||||
else {
|
||||
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
|
||||
}
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(bp, s);
|
||||
})();
|
||||
</script>
|
||||
10
code/app/home/view/videoGpt1/public/module-banner.html
Normal file
10
code/app/home/view/videoGpt1/public/module-banner.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<section class="banner">
|
||||
<h2>发现精彩影片</h2>
|
||||
<p>极简 H5 影视站模板,自适应 PC & Mobile</p>
|
||||
</section>
|
||||
{if condition="isset($banner)"}
|
||||
<section class="banner" style="background-image:url('{$banner.pic}'); background-size:cover;">
|
||||
<h2>{$banner.title}</h2>
|
||||
<p>{$banner.desc}</p>
|
||||
</section>
|
||||
{/if}
|
||||
17
code/app/home/view/videoGpt1/public/module-newest.html
Normal file
17
code/app/home/view/videoGpt1/public/module-newest.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<section class="section">
|
||||
<h3 class="sec-title">最新更新</h3>
|
||||
|
||||
<div class="grid">
|
||||
{volist name="arrVideoPiaofang" id="Video"}
|
||||
<a class="card" 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 ?? ''}免费高清电影在线观看">
|
||||
<div class="card-img">
|
||||
<img class="lazyload-img" src="/static/img/loading.webp"
|
||||
data-src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$Video.v_pic}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}">
|
||||
</div>
|
||||
<div class="card-title">{$Video.v_name}</div>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
17
code/app/home/view/videoGpt1/public/module-recommend.html
Normal file
17
code/app/home/view/videoGpt1/public/module-recommend.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<section class="section">
|
||||
<h3 class="sec-title">编辑推荐</h3>
|
||||
|
||||
<div class="grid">
|
||||
{volist name="arrVideoPiaofang" id="Video"}
|
||||
<a class="card" 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 ?? ''}免费高清电影在线观看">
|
||||
<div class="card-img">
|
||||
<img class="lazyload-img" src="/static/img/loading.webp"
|
||||
data-src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$Video.v_pic}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}">
|
||||
</div>
|
||||
<div class="card-title">{$Video.v_name}</div>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
17
code/app/home/view/videoGpt1/public/module-trending.html
Normal file
17
code/app/home/view/videoGpt1/public/module-trending.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<section class="section">
|
||||
<h3 class="sec-title">热门热播</h3>
|
||||
|
||||
<div class="grid">
|
||||
{volist name="arrVideoPiaofang" id="Video"}
|
||||
<a class="card" 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 ?? ''}免费高清电影在线观看">
|
||||
<div class="card-img">
|
||||
<img class="lazyload-img" src="/static/img/loading.webp"
|
||||
data-src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$Video.v_pic}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}">
|
||||
</div>
|
||||
<div class="card-title">{$Video.v_name}</div>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
18
code/app/home/view/videoGpt1/public/video-list-phb.html
Normal file
18
code/app/home/view/videoGpt1/public/video-list-phb.html
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
<li class="pai-hang-bang-li">
|
||||
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<a 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 ?? ''}免费高清电影在线观看">
|
||||
<span class='badge
|
||||
{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>
|
||||
23
code/app/home/view/videoGpt1/public/video-list-shu-pf.html
Normal file
23
code/app/home/view/videoGpt1/public/video-list-shu-pf.html
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
|
||||
<li class="f88537 col-md-5 col-sm-3 col-xs-2 pb-xs-0 ">
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<a class="b02e75 img-pic thumb pic60 lazyload"
|
||||
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 ?? ''}免费高清电影在线观看"
|
||||
>
|
||||
<img class="lazyload-img" src="/static/img/load.png" data-src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$Video.v_pic}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<span class="bb17e9 iconfont icon-play play hidden-xs"></span>
|
||||
<span class="e31f51 score">{$Video.v_box_office ?? 0}亿</span>
|
||||
<span class="c1e321 vname">{$Video.v_name}</span>
|
||||
<span class="c68e08 vtitle text-right">{$Video.v_remarks}</span>
|
||||
</a>
|
||||
<div class="ac00f9 name text-overflow">
|
||||
<a 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 ?? ''}免费高清电影在线观看">{$Video.v_name}</a>
|
||||
</div>
|
||||
<div class="e2a75d sname text-muted text-overflow hidden"></div>
|
||||
</li>
|
||||
26
code/app/home/view/videoGpt1/public/video-list-shu.html
Normal file
26
code/app/home/view/videoGpt1/public/video-list-shu.html
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
<li class="col-md-[col-md] col-sm-4 col-xs-3">
|
||||
<div class="stui-vodlist__box">
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
<a class="stui-vodlist__thumb "
|
||||
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 ?? ''}免费高清电影在线观看"
|
||||
>
|
||||
<img class="lazyload-img" src="/static/img/loading.webp" data-src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$Video.v_pic}"
|
||||
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<span class="play hidden-xs"></span>
|
||||
<span class="pic-text text-right">{$Video.v_remarks}</span>
|
||||
</a>
|
||||
<div class="stui-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_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
12
code/app/home/view/videoGpt1/public/video-list-text.html
Normal file
12
code/app/home/view/videoGpt1/public/video-list-text.html
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
<li class="col-md-6 col-xs-4 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 ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<i class="icon iconfont icon-more pull-right text-muted"></i>
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
</li>
|
||||
@@ -0,0 +1 @@
|
||||
v_parent_category_en="$val.v_category_en"
|
||||
55
code/app/home/view/videoGpt1/public/video-panel.html
Normal file
55
code/app/home/view/videoGpt1/public/video-panel.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<div class="stui-pannel stui-pannel-bg clearfix row">
|
||||
{video:ranklistexp count="18" v_parent_category_en="$val.v_category_en" sort_type="weekly" d_key="key" d_val="Video" cache_life="3600"
|
||||
export_name="arrVideoRankList" /}
|
||||
<div class="stui-pannel-box clearfix">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head clearfix">
|
||||
<a class="more text-muted pull-right"
|
||||
href='{site:vciurl parent_category="$val.v_category_en" /}'>
|
||||
更多
|
||||
<i class="icon iconfont icon-more"></i>
|
||||
</a>
|
||||
<h2 class="title">
|
||||
<img src="/static/img/loading.webp" class="lazyload-img" data-src="/template/videonunu/icon/{$val.v_category_en}.png">
|
||||
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
|
||||
{$val.v_category}
|
||||
</a>
|
||||
</h2>
|
||||
<ul class="nav nav-text pull-right hidden-sm hidden-xs">
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
<li>
|
||||
<a href='{site:vclurl parent_category="$val.v_category_en" 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>
|
||||
|
||||
<div class="stui-pannel_bd clearfix">
|
||||
<div class="col-md-wide-2 col-xs-1 padding-0">
|
||||
<div class="hidden-sm hidden-xs clearfix">
|
||||
<ul class="col-xs-wide-100 stui-vodlist__rank col-pd clearfix">
|
||||
{volist name="arrVideoRankList" id="Video" offset="0" length='8' key="key" }
|
||||
{include file="public/video-list-phb" start="20"/}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-wide-8 col-xs-1 padding-0">
|
||||
<ul class="stui-vodlist clearfix cs-list-r">
|
||||
{video:list count="6" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key"
|
||||
d_val="Video" cache_life="3600"}
|
||||
{include file="public/video-list-shu" start="33" col-md="6" /}
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="stui-pannel_ft top-line visible-xs clearfix"><a class="text-muted"
|
||||
href='{site:vciurl parent_category="$val.v_category_en" /}'>查看更多{$val.v_category}<i class="icon iconfont icon-more"></i></a></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user