*优课评比名称: |
<%= new HtmlText("Name", this.ViewData["_Subject.Name"], 256) { }%>
<%= new HtmlYKTip("Name")%>
|
<%if(this.PrimaryKey!=null)
{
%>
*优课评比状态: |
<%= new HtmlSelect("Status", "Value", "Key", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.SubjectStatusEnum), SelectedValue = this.ViewData["_Subject.Status"] }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0)%>
<%= new HtmlYKTip("Status")%>
|
<%
}
%>
<%if(AVA.ResourcesPlatform.Factory.CreateInstance.SubjectDao.Count(l=>l.ParentSubject == this.Subject) == 0 || this.Subject == null)
{
%>
上级优课评比: |
<%= new HtmlSelect("ParentSubject", "Name", "Guid", "Guid") { ID="ParentSubject",Option = this.ListSubject, SelectedValue=this.ViewData["_Subject.ParentSubject.Guid"] }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0)%>
|
<%
}
%>
主办单位名称: |
<%= new HtmlText("Compere", this.ViewData["_Subject.Compere"], 255) { }%>
|
*开始日期: |
<%= new HtmlText("BeginTime", this.ViewData["_Subject.BeginTime"].ToDateTimeN().ToShortDate(), 255) { }%>
<%= new HtmlYKTip("BeginTime")%>
|
*结束日期: |
<%= new HtmlText("EndTime", this.ViewData["_Subject.EndTime"].ToDateTimeN().ToShortDate(), 255) { }%>
<%= new HtmlYKTip("EndTime")%>
|
*截止提交作品日期: |
<%= new HtmlText("CutoffTime", this.ViewData["_Subject.CutoffTime"].ToDateTimeN().ToShortDate(), 255) { }%>
<%= new HtmlYKTip("CutoffTime")%>
|
启用评奖排名: |
<%--<%= new HtmlCheckBox("STEnable",this.ViewData["_Subject.STEnable"], 1, 0) { Class = "", OnClick="SwitchCutoffTimeBeforLock();" }.Style(new { Width = "auto" })%>--%>
<% var STEnableDefault = this.ViewData["_Subject.STEnable"] == null ? true : this.ViewData["_Subject.STEnable"]; %>
<%= new HtmlCheckBox("STEnable", STEnableDefault, 1, 0) { Class = "", OnClick="SwitchCutoffTimeBeforLock();" }.Style(new { Width = "auto" })%>
|
评审未开始前,参赛视频不显示: |
<%= new HtmlCheckBox("CutoffTimeBeforLock", this.ViewData["_Subject.CutoffTimeBeforLock"], 1, 0) { Class = "" }.Style(new { Width = "auto" })%>
|
优课评比封面: |
|
活动海报图: |
|
<%if(AVA.ResourcesPlatform.Factory.CreateInstance.SubjectDao.Count(l=>l.ParentSubject == this.Subject) > 0
&& this.PrimaryKey != null)
{ %>