add video template 4
This commit is contained in:
@@ -8,7 +8,7 @@ v_category_en="$Request.route.strCategory"
|
||||
sort_type="$Request.route.strSortType"
|
||||
d_key="key"
|
||||
d_val="Video"
|
||||
p_val="page_data" button_num="10" cache_life="86400" export_name="arrVideoRankList" /}
|
||||
p_val="page_data" button_num="10" cache_life="86400" export_name="arrVideoRankList" /}
|
||||
|
||||
{site:grm page_code="h5_rank_list_type" diff="0" num="100" g_key="arrGrm" /}
|
||||
{site:helper func="initVideoRankListTKD" /}
|
||||
@@ -97,101 +97,127 @@ p_val="page_data" button_num="10" cache_life="86400" export_name="arrVideoRankL
|
||||
|
||||
{block name="main"}
|
||||
|
||||
<div class="bac3b3 container" style="margin-top:10px;">
|
||||
|
||||
|
||||
<div class="cfa4e9 container">
|
||||
<div class="db105d layout-box top-weizhi mb-xs-0 hidden-sm hidden-xs">
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href="/" itemprop="item">
|
||||
<span itemprop="name">首页</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="1" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href='{$strRankUrlTemp}' itemprop="item">
|
||||
<span itemprop="name">排行榜</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" sort_type="$Request.route.strSortType" page="1"/}'
|
||||
itemprop="item">
|
||||
<span itemprop="name">{site:getval code="strVideoParentCategoryName" /}{site:getval
|
||||
code="strVideoCategoryName" /}{site:getval code="strOrderName" /}排行榜</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<h1 class="view-title">
|
||||
{site:replace code="VIDEO@GETVIDEORANKLIST@H1"}
|
||||
</h1>
|
||||
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEORANKLIST@TEXT"}</h4>
|
||||
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href="/" itemprop="item">
|
||||
<span itemprop="name">首页</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="1" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href='{$strRankUrlTemp}' itemprop="item">
|
||||
<span itemprop="name">排行榜</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||
<a href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" sort_type="$Request.route.strSortType" page="1"/}' itemprop="item">
|
||||
<span itemprop="name">{site:getval code="strVideoParentCategoryName" /}{site:getval code="strVideoCategoryName" /}{site:getval code="strOrderName" /}排行榜</span>
|
||||
</a>
|
||||
<meta itemprop="position" content="2" />
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<div class="e0f35c row">
|
||||
<div class="c2b983 lvshicms-panel active lvshicms-panel-bg2 clearfix">
|
||||
<div class="d92ea8 lvshicms-panel-box clearfix">
|
||||
<div class="a06062 lvshicms-panel_hd">
|
||||
<div class="c9323c lvshicms-panel__head active bottom-line clearfix">
|
||||
<h2 class="eefa6f title"> {site:getval code="strVideoParentCategoryName" /}排行榜 </h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dd7517 lvshicms-panel_bd">
|
||||
<div class="f9514c slideDown-box">
|
||||
<ul class="c5e5dd lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="adc828 text-muted btn">分类</a> </li>
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<li >
|
||||
<a href='{site:vrlurl parent_category="$val.v_category_en" category="all" sort_type="$Request.route.strSortType" page="1"/}'
|
||||
class="c65506 btn {if $Request.route.strParentCategory == $val.v_category_en}btn-warm{/if}">
|
||||
{$val.v_category}
|
||||
</a>
|
||||
</li>
|
||||
{/video:categorytype}
|
||||
</ul>
|
||||
<ul class="d353e6 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="af2d48 btn text-muted">剧情</a> </li>
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{if $val.v_category_en == $Request.route.strParentCategory}
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
<li>
|
||||
<a class=" a618ce btn {if $Request.route.strCategory == $arrChildrenCategory.v_category_en}btn-warm{/if}"
|
||||
href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" sort_type="$Request.route.strSortType" page="1"/}'>{$arrChildrenCategory.v_category}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/video:categorytype}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<ul class="d95c02 lvshicms-screen__list clearfix" data-align="left">
|
||||
<li> <a class="d40281 btn text-muted">排序</a> </li>
|
||||
{video:ranksort d_key="key" d_val="val"}
|
||||
<li class="{if $Request.route.strSortType == $key}btn-warm{/if}">
|
||||
<a href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" sort_type="$key" page="1"/}'>
|
||||
{$val}排行榜
|
||||
</a>
|
||||
</li>
|
||||
{/video:ranksort}
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="dd4456 type-box clearfix">
|
||||
<div class="f008a5 type-title bottom-line">
|
||||
<span class="c3d883 pull-left" id="conreset">
|
||||
<a href="#">排行榜列表</a>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="aed4a1 lvshicms-panel active lvshicms-panel-bg clearfix">
|
||||
<div class="dbaf2a lvshicms-panel-box clearfix">
|
||||
<div class="e028a7 lvshicms-panel_bd">
|
||||
<ul class="c75497 lvshicms-vodlist clearfix">
|
||||
{foreach $arrVideoRankList as $key=>$Video}
|
||||
{include file="public/video-list-shu" start="0" col-lg="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="d2a62b slideDown-box">
|
||||
|
||||
<div class="d6afbc type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode"
|
||||
style="height:55px">
|
||||
<ul class="b44e9d swiper-wrapper" id="swiper-wrapper-f8ad8b226c38851e" aria-live="polite">
|
||||
<li class="a4e370 swiper-slide swiper-slide-active" role="group" aria-label="1 / 8"><a
|
||||
class="c698b6 text-muted">分类</a></li>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<li
|
||||
class="c62f86 swiper-slide {if $Request.route.strParentCategory == $val.v_category_en}active{/if} swiper-slide-next">
|
||||
<a
|
||||
href='{site:vrlurl parent_category="$val.v_category_en" category="all" sort_type="daily" page="1"/}'>
|
||||
{$val.v_category}
|
||||
</a>
|
||||
</li>
|
||||
{/video:categorytype}
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
|
||||
<div style="height:55px"
|
||||
class="cacdfa type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="dd4d5b swiper-wrapper" id="swiper-wrapper-e663a425f51df766" aria-live="polite">
|
||||
<li class="e236d4 swiper-slide swiper-slide-active" role="group" aria-label="1 / 10"><a
|
||||
class="c96097 text-muted">类型</a></li>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{if $val.v_category_en == $Request.route.strParentCategory}
|
||||
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
||||
<li
|
||||
class="a85999 swiper-slide {if $Request.route.strCategory == $arrChildrenCategory.v_category_en}active{/if}">
|
||||
<a
|
||||
href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" sort_type="$Request.route.strSortType" page="1"/}'>{$arrChildrenCategory.v_category}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/video:categorytype}
|
||||
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
|
||||
<div style="height:55px"
|
||||
class="dc7d8b type-select type-select-slide swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
||||
<ul class="ce89a4 swiper-wrapper" id="swiper-wrapper-4d392443bbf795ee" aria-live="polite">
|
||||
<li class="ba1423 swiper-slide swiper-slide-active" role="group" aria-label="1 / 18"><a
|
||||
class="e4be3b text-muted">排序</a></li>
|
||||
{video:ranksort d_key="key" d_val="val"}
|
||||
|
||||
<li class="c9a468 swiper-slide {if $Request.route.strSortType == $key}active{/if}" role="group"
|
||||
aria-label="3 / 18">
|
||||
<a
|
||||
href='{site:vrlurl parent_category="$Request.route.strParentCategory" category="$Request.route.strCategory" sort_type="$key" page="1"/}'>{$val}</a>
|
||||
</li>
|
||||
{/video:ranksort}
|
||||
</ul>
|
||||
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="ee356a layout-box">
|
||||
<div class="e3c2c3 row">
|
||||
|
||||
|
||||
<ul class="c8ffac img-list hidden" id="content">
|
||||
{foreach $arrVideoRankList as $key=>$Video}
|
||||
{include file="public/video-list-shu" start="0" col-md="5"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{/block}
|
||||
|
||||
Reference in New Issue
Block a user