debug
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<li class="col-md-6 col-sm-4 col-xs-3">
|
||||
<div class="stui-vodlist__box">
|
||||
<a style="color: rgb(233, 93, 80); background-image: url("/statics/img/load.gif");"
|
||||
<a style="color: rgb(233, 93, 80); background-image: url("/static/img/default.jpg");"
|
||||
|
||||
class="stui-vodlist__thumb lazyload" href=""
|
||||
title="{$Video.v_name}"
|
||||
data-src="{$Video.v_pic}">
|
||||
@@ -12,9 +13,9 @@
|
||||
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})"
|
||||
href="" title="{$Video.v_name}">{$Video.v_name}</a>
|
||||
</h4>
|
||||
<p class="text text-overflow text-muted hidden-xs">
|
||||
{$Video.v_description}
|
||||
</p>
|
||||
<div class="text text-overflow text-muted hidden-xs">
|
||||
{$Video.v_description|raw}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user