debug
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!-- footer -->
|
||||
<div class="container">
|
||||
<div id="firendlink">
|
||||
<img src="/statics/icon/icon_26.png" style="width:20px">友情连接:
|
||||
<img src="/template/videodadi/icon/icon_26.png" style="width:20px">友情连接:
|
||||
|
||||
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
|
||||
<a href="/robots.txt" target="_blank">网站地图</a>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})" class="top-line-dot text-overflow"
|
||||
href=""
|
||||
title="{$Video.v_name}">
|
||||
<span class="text-muted pull-right">{$Video.v_letter}</span>
|
||||
<span class="text-muted pull-right">{$Video.v_remarks}</span>
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
</li>
|
||||
@@ -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>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<li class="col-md-4 col-sm-3 col-xs-1 padding-0">
|
||||
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});" class="top-line-dot text-overflow" href="/{$SiteModel['site_xiangqing_path']}/{$vo.v_pinyin}.html" title="{$vo.v_name}">
|
||||
<span class="text-muted pull-right">{$vo.v_jiaobiao}</span>
|
||||
{$vo.v_name}
|
||||
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});" class="top-line-dot text-overflow" href="" title="{$Video.v_name}">
|
||||
<span class="text-muted pull-right">{$Video.v_remarks}</span>
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
</li>
|
||||
{$strGanRaoMa|raw}
|
||||
@@ -1,5 +1,5 @@
|
||||
<li class="col-md-4 col-sm-3 col-xs-1 padding-0">
|
||||
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})" class="top-line-dot text-overflow"
|
||||
href="/{$Video.v_name_en}.html"
|
||||
title="{$Video.v_name}"><span class="text-muted pull-right">{$Video.v_letter}</span>{$Video.v_name}</a>
|
||||
title="{$Video.v_name}"><span class="text-muted pull-right">{$Video.v_remarks}</span>{$Video.v_name}</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user