gpttemp
This commit is contained in:
24
code/app/home/view/videoGpt1/module/rank/rank_block.html
Normal file
24
code/app/home/view/videoGpt1/module/rank/rank_block.html
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user