{php}echo mac_filter_html(mac_url_create($vo['vod_sub'],'actor'));{/php}
{/if}
{include file="widget/vod_info_overlay_detail" /}
{php}
if($GLOBALS['user']['user_id']){
$user_id = $GLOBALS['user']['user_id'];
$res = model('ulog')->where(['user_id' => $user_id,'ulog_type' => 2])->column('ulog_rid','ulog_id');
if(in_array($vo['vod_id'],$res)){
$ulog_id = array_keys($res,$vo['vod_id']);
$ulog_id = $ulog_id?$ulog_id[0]:'';
{/php}