160 lines
5.5 KiB
HTML
160 lines
5.5 KiB
HTML
{extend name="base" /}
|
|
|
|
{block name="get-data"}
|
|
|
|
{site:grm page_code="h5_rank_type" diff="0" num="100" g_key="arrGrm" /}
|
|
|
|
|
|
{/block}
|
|
|
|
{block name="title"}{site:replace code="VIDEO@GETVIDEORANKINDEX@TITLE"}{/block}
|
|
{block name="keywords"}{site:replace code="VIDEO@GETVIDEORANKINDEX@KEYWORDS"}{/block}
|
|
{block name="description"}{site:replace code="VIDEO@GETVIDEORANKINDEX@DESCRIPTION"}{/block}
|
|
|
|
|
|
{block name="head"}
|
|
|
|
{// 社交媒体标签}
|
|
<meta property="og:title" content='{site:replace code="VIDEO@GETVIDEORANKINDEX@TITLE"}' />
|
|
<meta property="og:description" content='{site:replace code="VIDEO@GETVIDEORANKINDEX@DESCRIPTION"}' />
|
|
<meta property="og:url" content="https://{$DomainModel->d_domain}" />
|
|
<meta property="og:type" content="video.movie" />
|
|
|
|
|
|
<script type="application/ld+json">
|
|
[
|
|
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "CollectionPage",
|
|
"name": "{$DomainModel->d_name} - 最新排行榜推荐",
|
|
"url": "https://{$DomainModel->d_domain}",
|
|
"headline": '{site:replace code="VIDEO@GETVIDEORANKINDEX@TITLE"}',
|
|
"description": '{site:replace code="VIDEO@GETVIDEORANKINDEX@DESCRIPTION"}',
|
|
"potentialAction": {
|
|
"@type": "SearchAction",
|
|
"target": 'https://{$DomainModel->d_domain}{site:vsurl key="search_term_string" p="1"/}",
|
|
"query-input": "required name=search_term_string"
|
|
}
|
|
"hasPart": [
|
|
{video:ranklist count="5"
|
|
sort_type="weekly"
|
|
d_key="key" d_val="Video" cache_life="3600"}
|
|
|
|
{if $key < 10 }
|
|
{
|
|
"@type": "VideoObject",
|
|
"name": "{$Video.v_name}",
|
|
"description": "{$Video.v_description}",
|
|
"thumbnailUrl": '{$Video.v_pic}',
|
|
"uploadDate": "{:date('Y-m-d')}",
|
|
"url": 'https://{$DomainModel->d_domain}{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}',
|
|
},
|
|
{/if}
|
|
{/video:ranklist}
|
|
|
|
]
|
|
},
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "BreadcrumbList",
|
|
"itemListElement": [
|
|
{
|
|
"@type": "ListItem",
|
|
"position": 1,
|
|
"name": "首页",
|
|
"item": "https://{$DomainModel->d_domain}"
|
|
},
|
|
{
|
|
"@type": "ListItem",
|
|
"position": 2,
|
|
"name": "排行榜首页",
|
|
"item": "https://{$DomainModel->d_domain}{$strRankUrlTemp}"
|
|
}
|
|
]
|
|
},
|
|
]
|
|
</script>
|
|
|
|
{/block}
|
|
|
|
|
|
{block name="head-css"}
|
|
{/block}
|
|
|
|
{block name="head-js"}
|
|
|
|
{/block}
|
|
|
|
{block name="main"}
|
|
<div class="container">
|
|
|
|
<h1 class="view-title">
|
|
{site:replace code="VIDEO@GETVIDEORANKINDEX@H1"}
|
|
</h1>
|
|
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEORANKINDEX@TEXT"}</h4>
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="stui-pannel stui-pannel-bg clearfix">
|
|
<div class="stui-pannel-box">
|
|
<div class="stui-pannel_hd">
|
|
<div class="stui-pannel__head active bottom-line clearfix">
|
|
<h3 class="title"><img src="/template/videodadi/icon/icon_27.png">排行榜筛选</h3>
|
|
</div>
|
|
<ul class="stui-screen__list type-slide bottom-line-dot clearfix">
|
|
|
|
<li><span class="text-muted">按分类</span></li>
|
|
<li
|
|
class='{if empty( $Request.route.strParentCategory) || $Request.route.strParentCategory == "" || $Request.route.strParentCategory == "all"}active{/if}'>
|
|
<a
|
|
href='{site:vrlurl parent_category="all" category="all" sort_type="daily" page="1"/}'>全部</a>
|
|
</li>
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<li class="{if $Request.route.strParentCategory == $val.v_category_en}active{/if}">
|
|
|
|
<a href='{site:vrlurl parent_category="$val.v_category_en" category="all" sort_type="daily" page="1"/}'
|
|
class="text-muted">{$val.v_category}</a>
|
|
</li>
|
|
{/video:categorytype}
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="stui-pannel stui-pannel-bg clearfix">
|
|
<div class="stui-pannel-box clearfix">
|
|
|
|
{video:ranksort d_key="key" d_val="val"}
|
|
|
|
<div class="col-lg-4 col-md-3 col-sm-2 col-xs-1">
|
|
<div class="stui-pannel_hd">
|
|
<div class="stui-pannel__head active bottom-line clearfix">
|
|
<h3 class="title"><img src="/template/videodadi/icon/icon_12.png">{$val}排行榜</h3>
|
|
</div>
|
|
</div>
|
|
<div class="stui-pannel_bd clearfix">
|
|
<ul class="stui-vodlist__text active col-pd clearfix">
|
|
{video:ranklist count="20"
|
|
sort_type="$key"
|
|
d_key="key" d_val="Video" cache_life="3600"}
|
|
{include file="public/video-list-phb" start="0" /}
|
|
{/video:ranklist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
{/video:ranksort}
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
{/block}
|
|
{block name="customize"}
|
|
|
|
{/block} |