debug
This commit is contained in:
18
code/app/home/view/videoDadi/public/video-list-phb2.html
Normal file
18
code/app/home/view/videoDadi/public/video-list-phb2.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=""
|
||||
title="{$Video.v_name}">
|
||||
<span class="text-muted pull-right hidden-md">{$Video.v_hits ?? 0}</span>
|
||||
{if $key == 1}
|
||||
<span class="badge badge-first">{$key}</span>
|
||||
{elseif $key == 2}
|
||||
<span class="badge badge-second">{$key}</span>
|
||||
{elseif $key == 3}
|
||||
<span class="badge badge-third">{$key}</span>
|
||||
{else/}
|
||||
<span class="badge badge-other">{$key}</span>
|
||||
{/if}
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user