<%= new NavInstance(this) { }.Add(Define.Get("Client_校园直播"),null).ToHtml()%>
<% foreach (var item in ListRecordEquipment.ToList()) { %>
<%= new HtmlAnchor(new HtmlImg(string.IsNullOrEmpty(item.OnLiveCover) ? SettingGroup.DefaultOnline : SettingGroup.RecordEquipmentUploadPath+item.OnLiveCover) { ID="imgPlay"+item.Guid, Title ="1", Width=400, Height=260 }.Style(new {display="none"})) { Title =item.Name, Href = WebUrl.OnlineShow(item.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(item.OffLiveCover) ? SettingGroup.DefaultUnOnline : SettingGroup.RecordEquipmentUploadPath+item.OffLiveCover){ ID="imgPlayNone"+item.Guid, Title= "2", Width=400, Height=260 }) { Title = item.Name, Href = WebUrl.OnlineShow(item.Guid) }%>
<%= new HtmlAnchor(item.Name) { Title = item.Name, Target = "_blank", Href = WebUrl.OnlineShow(item.Guid) }%> (连接中...)
<% } %>
<% if( this.Query.RecordCount > this.Query.PageSize){ %>
<% } %>