Files
SEONexus/code/app/home/view/videoGpt1/video/getRankIndex.html
2025-12-31 00:49:32 +08:00

68 lines
1.4 KiB
HTML

{extend name="base" /}
{block name="get-data"}
{/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"}
{/block}
{block name="head-css"}
{/block}
{block name="head-js"}
{/block}
{block name='body-class'}rank-index{/block}
{block name="main"}
{assign name="cfg" value="$TpStyle.template_cfg.list_layout.rank_list_index"}
{assign name="listCfg" value="$TpStyle.template_cfg.list_layout.rank_list_index"}
{assign name="rankModules" value="$TpStyle.template_cfg.pages.rank_home.modules"}
{assign name="limit" value="$cfg['layout']['max_items']"}
<section class="{$TpStyle.dom_prefix}-rank-home">
{video:ranksort d_key="key" d_val="val"}
{video:ranklistexp count="$limit"
sort_type="$key"
d_key="key" d_val="Video" cache_life="3600" export_name="__LIST__" /}
{php}
$title = [
'primary' => $val.'排行榜',
'secondary' => '',
];
{/php}
{include file="module/list/title/_title_router" /}
{include file="module/list/shell/_shell_router" /}
{/video:ranksort}
</section>
{/block}
{block name="customize"}
{/block}