<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyWeike.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyWeike" %> <%= new MyVideoNavTopInstance(this) { Local= MyVideoNavTopItem.微课进度 }.ToHtml()%>
我的微课:我的<%= this.Query.RecordCount %>个微课
名称: <%= new HtmlText("Title", this.Title) { Width = 120 }%> 日期从 <%= new HtmlText("CreateTimeBegin", this.CreateTimeBegin.ToShortDate()) { Width = 80 }%> 至 <%= new HtmlText("CreateTimeEnd", this.CreateTimeEnd.ToShortDate()) { Width = 80 }%> <%= new HtmlHidden("Key","MyWeike") %> <%= new HtmlSubmit("查询") %> <%= new HtmlReset("清除") { Class="btn"}%> <%= new HtmlButton("删除", "WeikeBatchDelete(this);")%>
<% for (int i = 0; i <= this.ListVideoWeike.Count - 1; i++) { var weike = this.ListVideoWeike[i]; %> <%-- --%> <% } %>
微课 创建日期 截取状态
<%= new HtmlCheckBox() { Value = SetKey(weike.Guid, weike.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> <%= weike.Title %> <%= weike.CreateTime.ToDateTimeN().ToShortDate() %> 超高清:<%= weike.SHDStatus != null ? ((AVA.ResourcesPlatform.Model.Pub.VideoWeikeStatus)weike.SHDStatus).Define() : null %>
高清:<%= weike.HDStatus != null ? ((AVA.ResourcesPlatform.Model.Pub.VideoWeikeStatus)weike.HDStatus).Define() : null %>
标清:<%= weike.HDStatus != null ? ((AVA.ResourcesPlatform.Model.Pub.VideoWeikeStatus)weike.HDStatus).Define() : null %>
流畅:<%= weike.LWStatus != null ? ((AVA.ResourcesPlatform.Model.Pub.VideoWeikeStatus)weike.LWStatus).Define() : null %>
<% if (weike.Description == null) { string description = ""; if (weike.SHDDescript != null) { description += " " + weike.SHDDescript; } if (weike.HDDescript != null) { description += " " + weike.HDDescript; } if (weike.NRDescript != null) { description += " " + weike.NRDescript; } if (weike.LWDescript != null) { description += " " + weike.LWDescript; } %> <%= description %> <% } else { %> <%= weike.Description %> <% } %>
全选 - 取消
<%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.MyWeike(int.MaxValue, this.Title, this.CreateTimeBegin.ToString(null), this.CreateTimeEnd.ToString(null)) }.ToHtml()%>