debug
This commit is contained in:
@@ -311,8 +311,8 @@
|
||||
<ul class="myui-content__list sort-list clearfix"
|
||||
style="max-height: 300px; overflow: auto;">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<?php $keyLine ++ ;?>
|
||||
<li class="col-lg-10 col-md-8 col-sm-6 col-xs-4">
|
||||
<a class="btn btn-default"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>
|
||||
|
||||
@@ -244,8 +244,8 @@
|
||||
<div id="playlist_{$strPlayGroupName}" class='tab-pane fade in clearfix play-group-list {eq name="$keyLineGroup" value="1"}active {/eq}'>
|
||||
<ul class="myui-content__list playlist clearfix" id="playlist">
|
||||
<?php $keyLine = 0;?>
|
||||
<?php $keyLine ++ ;?>
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl' }
|
||||
<?php $keyLine ++ ;?>
|
||||
<li class="col-lg-3 col-md-2 col-sm-5 col-xs-4 active">
|
||||
<a class="btn btn-default btn-warm"
|
||||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'>
|
||||
|
||||
Reference in New Issue
Block a user