debug
This commit is contained in:
18
code/app/home/view/videoDadi/public/seo-html-list.html
Normal file
18
code/app/home/view/videoDadi/public/seo-html-list.html
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
<li class="bottom-line-dot paihanban-ul-li">
|
||||
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
||||
href="/like/{$vo.sh_id}.html"
|
||||
title="{$vo.v_name}">
|
||||
<span class="text-muted pull-right hidden-md">{$vo.create_time}</span>
|
||||
{if $index == 1}
|
||||
<span class="badge badge-first">{$index}</span>
|
||||
{elseif $index == 2}
|
||||
<span class="badge badge-second">{$index}</span>
|
||||
{elseif $index == 3}
|
||||
<span class="badge badge-third">{$index}</span>
|
||||
{else/}
|
||||
<span class="badge badge-other">{$index}</span>
|
||||
{/if}
|
||||
{$vo.sh_title}
|
||||
</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user