%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyVideoToSubject" %>
优课评比封面 | 优课评比名称 | 状态 | 优课评比开展日期 | 截止加入日期 | 操作 | |
<%= new HtmlCheckBox() { Value = SetKey(subject.Guid, subject.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> |
|
<%= new HtmlAnchor(subject.Name) { Href = WebUrl.SubjectView(subject.Guid), Target = "_blank" }%>
|
<% var classStatus = ""; if (subject.Status == (int)AVA.ResourcesPlatform.Model.Pub.SubjectStatusEnum.启动) { classStatus = "pass"; } else { classStatus = ""; } %> <%= new HtmlSelect(null, "Value", "Key", "Key") { OnChange = "SubjectChangeStatusClient(this,'" + SetKey(subject.Guid, subject.Version) + "');", Lang = subject.Status.ToString(), Option = typeof(AVA.ResourcesPlatform.Model.Pub.SubjectStatusEnum), SelectedValue = subject.Status }.Style(new { Width = "auto" })%> |
<%= subject.BeginTime.ToShortDate()%>
至 <%= subject.EndTime.ToShortDate()%> |
<%= subject.CutoffTime.ToShortDate()%> | '); return false;">添加 |