25 lines
646 B
HTML
25 lines
646 B
HTML
|
|
|
|
|
|
<section class="{$TpStyle.dom_prefix}-shell{$cfg.shell} {$cfg.class}">
|
|
<header class="{$TpStyle.dom_prefix}-rank-head">
|
|
<h2 class="{$TpStyle.dom_prefix}-rank-title">
|
|
{$rank.title}
|
|
</h2>
|
|
|
|
<!-- <a href="{$rank.more_url}" class="{$TpStyle.dom_prefix}-rank-more"> 更多</a> -->
|
|
</header>
|
|
|
|
{video:ranklistexp
|
|
count="$cfg.limit"
|
|
sort_type="$cfg.sort_type"
|
|
export_name="__LIST__"
|
|
/}
|
|
|
|
<ol class="{$TpStyle.dom_prefix}-list" ...>
|
|
{volist name="__LIST__" id="vo"}
|
|
{include file="module/list/item/_item_router" /}
|
|
{/volist}
|
|
</ol>
|
|
</section>
|