<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.SubjectApplication.EditIFrame" %> <%= this.Title %> <%= Import.Theme() %> <%= Import.Script("/jquery.1.9.js")%>

<%= Title %>

<%--[<%= DefineEnum.返回.Define() %>]--%>
"> <%= Define.Get("SubjectApplication_所属优课评比").HtmlEncode() %>: <%= new HtmlText("ParentSubject_Name", IN(this.Subject, this.Subject.Name)) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmSubjectSpeaker [name=ParentSubject]","Edit");" }%> <%= new HtmlHidden("ParentSubject", IN(this.Subject, this.Subject.Guid))%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentSubject") %>
"> <%= Define.Get("SubjectApplication_ApplicationRecordEquipmentDomainName_平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_SubjectApplication.ParentApplication.ParentRecordEquipment.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("SubjectApplication_ApplicationRecordEquipmentDomainCode_平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_SubjectApplication.ParentApplication.ParentRecordEquipment.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("SubjectApplication_ApplicationRecordEquipmentName_录播设备名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_SubjectApplication.ParentApplication.ParentRecordEquipment.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("SubjectApplication_所属直播").HtmlEncode() %>: <%= new HtmlText("ParentApplication_Title", IN(this.ViewData["_SubjectApplication"], this.ViewData["_SubjectApplication.ParentApplication.StartTime"] + " " + this.ViewData["_SubjectApplication.ParentApplication.Title"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft width300", OnBlur = "$.validator.itemValid("#frmSubjectApplication [name=ParentApplication]","Edit");" }%> <%= new HtmlHidden("ParentApplication", this.ViewData["_SubjectApplication.ParentApplication.Guid"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentApplication") %>
"> <%= Define.Get("SubjectApplication_提交时间").HtmlEncode() %>: <%= new HtmlText("SubmissionTime", this.ViewData["_SubjectApplication.SubmissionTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("SubmissionTime") %>
"> <%= Define.Get("SubjectApplication_提交备注").HtmlEncode() %>: <%= new HtmlTextArea("SubmissionRemark", this.ViewData["_SubjectApplication.SubmissionRemark"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%>
<%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_SubjectApplication"])) { Class = "hidden" }%>
<%= GetSubmitText(this.ViewData["_SubjectApplication"])%>
<%= DefineEnum.返_回.Define() %>
<%= Import.Script("js","/JQueryUI/jquery-ui.min.js")%> <%= Import.Script("js", "/XhEditor/xheditor-zh-cn.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("js","/FancyBox/jquery.fancybox-1.2.1.js")%> <%= Import.CSS("js", "/FancyBox/jquery.fancybox.css")%> <%= Import.Script("/ToolTip/jquery.tipsy.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.Script("/global.aspx")%> <%= Import.Script("/SelectForm.js")%> <%= Import.Script("js", "/global.js")%> <%= Import.Script("js", "/Public.js")%> <%= Import.Script("js", "/ListPublic.js")%> <%= Import.Script("js", "/Ajax/Pub/SubjectApplicationAjax.js")%>