gpttemp
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<section class="{$TpStyle.dom_prefix}-t1-block">
|
||||
<header class="{$TpStyle.dom_prefix}-t1-hd">
|
||||
<h3>热门排行</h3>
|
||||
</header>
|
||||
|
||||
<ol class="{$TpStyle.dom_prefix}-t1-list">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="5"}
|
||||
<li class="{$TpStyle.dom_prefix}-t1-row">
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-t1-a">
|
||||
<div class="{$TpStyle.dom_prefix}-t1-num">{$i}</div>
|
||||
<div class="{$TpStyle.dom_prefix}-t1-info">
|
||||
<span class="{$TpStyle.dom_prefix}-t1-name">{$vo.v_name}</span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ol>
|
||||
</section>
|
||||
Reference in New Issue
Block a user