<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Online" %> <%= Define.Get("Client_校园直播") %> - <%= this.Title %> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/jquery.1.9.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.ScriptTheme("js/jquery-ui.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("js", "/global.js")%> <%= new HeadInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem = HeaderItem.OnlineShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchLiveMaxInstance(this) { }.ToHtml()) }.ToHtml()%>
<%= 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 = item.Name}.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, 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= item.Name}) { 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) { %>
<% } %>
<%= new FooterInstance(this) { }.ToHtml() %>