<%= new HtmlAnchor(new HtmlImg(string.IsNullOrEmpty(recordEquipment.OnLiveCover) ? Import.CSSFile("img/avaonline.png") : SettingGroup.RecordEquipmentUploadPath+recordEquipment.OnLiveCover) { ID="imgPlay"+recordEquipment.Guid, Title = recordEquipment.Name, Width=214, Height=120 }.Style(new {display="none"})) { Title = recordEquipment.Name, Href = WebUrl.OnlineShow(recordEquipment.Guid) }%>
<%--<%= new HtmlAnchor(new HtmlImg(SettingGroup.Upload(item.ParentDomain, item.Guid+".jpg")){ Title= item.Name, Width=400, Height=260, OnErrorImg=SettingGroup.DefaultImg }) { Title = item.Name, Href = WebUrl.Online(item.Guid) }%>--%>
<%= new HtmlAnchor(new HtmlImg(string.IsNullOrEmpty(recordEquipment.OffLiveCover) ? Import.CSSFile("img/ONonline.png") : SettingGroup.RecordEquipmentUploadPath+recordEquipment.OffLiveCover){ ID="imgPlayNone"+recordEquipment.Guid, Title= recordEquipment.Name, Width=214, Height=120 }) { Title = recordEquipment.Name, Href = WebUrl.OnlineShow(recordEquipment.Guid) }%>
<%= new HtmlAnchor(recordEquipment.Name) { Title = recordEquipment.Name, Target = "_blank", Href = WebUrl.OnlineShow(recordEquipment.Guid) + "&buffertime=5000" }%>
(连接中...)
<%
}
%>