Commit b55cfec1 by 冷斌

踢人

parent fafbad73
......@@ -31,7 +31,7 @@
</tr>
</thead>
<tbody>
<php>$islive=array("0"=>"直播结束","1"=>"直播中");$type=array("0"=>"普通房间","1"=>"密码房间","2"=>"门票房间","3"=>"计时房间");</php>
<php>$islive=array("0"=>"直播结束","1"=>"直播中");</php>
<foreach name="lists" item="vo">
<tr>
<td align="center">{$vo.uid}</td>
......@@ -42,15 +42,9 @@
<td>{$liveclass[$vo['live']['liveclassid']]}</td>
<td><a href="{$vo['thumb']}" target="_blank"><img width="25" height="25" src="{$vo['thumb']}" /></a></td>
<td><if condition="$vo['live']['anyway'] eq 0">竖屏<else/>横屏</if></td>
<if condition="$vo['isvideo']==1">
<td>
<a href="{:U('Liveing/edit',array('uid'=>$vo['uid']))}" >编辑</a>
|
<a href="{:U('Liveing/del',array('uid'=>$vo['uid']))}" class="js-ajax-dialog-btn" data-msg="您确定要删除吗?">删除</a>
<a href="{:U('Liveing/editImage',array('uid'=>$vo['uid']))}">审核</a>
</td>
<else/>
<td></td>
</if>
</tr>
</foreach>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment