debug
This commit is contained in:
124
code/app/home/view/videoDadi/video/get_index.html
Normal file
124
code/app/home/view/videoDadi/video/get_index.html
Normal file
@@ -0,0 +1,124 @@
|
||||
{extend name="base" /}
|
||||
|
||||
|
||||
{block name="head-js"}
|
||||
<!-- <script type="text/javascript" src="/assets/js/enc/not.min.js"></script> -->
|
||||
{/block}
|
||||
|
||||
{block name="main"}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box clearfix">
|
||||
<div class="stui-pannel_bd clearfix">
|
||||
<!-- 左侧内容 -->
|
||||
<div class="col-lg-wide-75 col-xs-1 padding-0">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head active bottom-line clearfix">
|
||||
<a style="color: rgb(255, 0, 0);" class="more text-muted pull-right" href="/">更多<i
|
||||
class="icon iconfont icon-more"></i></a>
|
||||
<h3 class="title">
|
||||
<img src="/statics/icon/icon_12.png">
|
||||
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
||||
href="/">火爆推荐</a>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<ul class="stui-vodlist clearfix">
|
||||
{volist name="arrRecommend" id="vo" key="index"}
|
||||
{if $index <= 12} {include file="public/video-list-shu" /} {/if} {/volist} </ul>
|
||||
<ul class="stui-vodlist__text col-pd clearfix hidden-xs">
|
||||
{volist name="arrRecommend" id="vo" key="index"}
|
||||
{if $index > 12}
|
||||
{include file="public/video-list-shu-end-text" /}
|
||||
{/if}
|
||||
{if in_array($index, [15, 23, 30])}{$strGanRaoMa|raw}{/if}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
<!-- 右侧排行榜 -->
|
||||
<div class="col-lg-wide-25 hidden-md hidden-sm hidden-xs">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head active bottom-line clearfix">
|
||||
<h3 class="title"><img src="/statics/icon/icon_12.png"><a
|
||||
style="color: rgb(152, 139, 75);" href="/">好莱坞榜单</a>
|
||||
</h3>
|
||||
<p style="float:right">人民币(亿)</p>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="stui-vodlist__text active col-pd clearfix">
|
||||
{volist name="arrRecommendOld" id="vo" key="index"}
|
||||
{include file="public/video-list-phb2" /}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{volist name="categories" id="category"}
|
||||
{include file="public/video-panel" /}
|
||||
{/volist}
|
||||
|
||||
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box clearfix">
|
||||
|
||||
{volist name="categories" id="category"}
|
||||
{if $category.vc_id != 33}
|
||||
<div class="col-lg-4 col-md-3 col-sm-2 col-xs-1">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head active bottom-line clearfix">
|
||||
<h3 class="title"><img src="/statics/icon/icon_12.png">{$category.vc_name}总榜单</h3>
|
||||
</div>
|
||||
{$strGanRaoMa|raw}
|
||||
</div>
|
||||
<div class="stui-pannel_bd clearfix">
|
||||
<ul class="stui-vodlist__text active col-pd clearfix">
|
||||
{volist name='category.rank' id='vo' key='index'}
|
||||
{if $index <= 10} {include file="public/video-list-phb" /} {/if} {/volist} </ul>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/volist}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{$strGanRaoMa|raw}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{/block}
|
||||
|
||||
{block name="customize"}
|
||||
{php}
|
||||
$intIndex=1;
|
||||
{/php}
|
||||
{ad:list code="TAN_CHUANG_GUANG_GAO" order="rand" limit="3" id="ad"}
|
||||
|
||||
<!-- <div id="index-zxcv-puoup-{$intIndex}" style="display:none">
|
||||
<div class="p-screen-dialog ">
|
||||
<div class="p-screen-mask"></div>
|
||||
<div class="p-screen-main">
|
||||
<div>
|
||||
<a class="full-img-link" href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">
|
||||
<img src="{$ad.gg_tu_pian}" style="width: 100%; height: 100%;">
|
||||
</a>
|
||||
<div class="p-screen-close" onclick="closeIndexPopup({$intIndex})"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
{php}
|
||||
$intIndex++;
|
||||
{/php}
|
||||
{/ad:list}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user