gpttemp
This commit is contained in:
14
code/app/home/view/videoGpt1/module/ranking/ranking_01.html
Normal file
14
code/app/home/view/videoGpt1/module/ranking/ranking_01.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<section class="{$TpStyle.dom_prefix}-r1-wrap">
|
||||
<h3 class="{$TpStyle.dom_prefix}-r1-title">排行榜</h3>
|
||||
|
||||
<ol class="{$TpStyle.dom_prefix}-r1-list">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="10"}
|
||||
<li class="{$TpStyle.dom_prefix}-r1-row">
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r1-a">
|
||||
{// <span class="{$TpStyle.dom_prefix}-r1-num">{$i}</span> }
|
||||
<span class="{$TpStyle.dom_prefix}-r1-name">{$vo.v_name}</span>
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ol>
|
||||
</section>
|
||||
Reference in New Issue
Block a user