%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyWeike.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyWeike" %> <%= new MyVideoNavTopInstance(this) { Local= MyVideoNavTopItem.微课进度 }.ToHtml()%>
微课 | 创建日期 | 截取状态 | ||
<%= 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 %> <% } %> |