debug
This commit is contained in:
@@ -243,30 +243,39 @@
|
||||
<div class="b949ce container">
|
||||
<div class="d4cf89 row">
|
||||
<div class="f608c5 col-xs-1 col-md-wide-75">
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
|
||||
<div class="cfd65a lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="b3a7e3 lvshicms-panel-box clearfix">
|
||||
<div class="e8c33d lvshicms-panel_hd">
|
||||
<div class="f238a4 lvshicms-panel__head bottom-line active clearfix">
|
||||
|
||||
<h3 class="d82c55 title"> {$strPlayGroupName} </h3>
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<h3 class='d82c55 title play-group-head {eq name="$keyLineGroup" value="1"}active {/eq}'
|
||||
id="line_head_{$strPlayGroupName}" onclick="checkLine('{$strPlayGroupName}')" >{$strPlayGroupName} </h3>
|
||||
{/foreach}
|
||||
<span class="ace011 more text-muted"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="af83ff lvshicms-panel_bd clearfix">
|
||||
<ul class="ec7fc4 lvshicms-content__list sort-list clearfix">
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3">
|
||||
<?php $keyLineGroup = 0;?>
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
<?php $keyLineGroup ++ ;?>
|
||||
<ul class='ec7fc4 lvshicms-content__list sort-list clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}' id="playlist_{$strPlayGroupName}">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3 {if $keyLine == $Request.route.intPlayIndex}active{/if}">
|
||||
<a class="bd8e2d btn btn-default"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>{$arrPlayUrl.name}
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
<div class="fbb509 lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
<div class="de59fa lvshicms-panel-box clearfix">
|
||||
|
||||
Reference in New Issue
Block a user