<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.ApplicationInstructor.Edit" %> <%= this.Title %> <%= Import.Theme() %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap.css") %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap-theme.css") %> <%= Import.CSS("/zh-cn/bootstrap/admin.css") %> <%-- <%= Import.CSS("/zh-cn/Admin_StyleSheet.css") %>--%> <%= Import.Script("/jquery.1.9.js")%> <%= Import.Script("/app.js")%> <%= Import.Script("/bootstrap/bootstrap.min.js")%>
<% var nav = new NavigationInstance(this) { }; nav.IsTopNav = true; %> <%= nav.ToHtml() %>
<% nav.GetChildMenu(Request["muid"]);%> <%= nav.ToHtml() %>
<% if (Request.UrlReferrer != null && Request.UrlReferrer.ToString().IndexOf("ListIFrame") == -1) { %>
<% } %>
"> <%= Define.Get("ApplicationInstructor_ApplicationRecordEquipmentDomainName_平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentApplication.ParentRecordEquipment.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ApplicationInstructor_ApplicationRecordEquipmentDomainCode_平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentApplication.ParentRecordEquipment.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ApplicationInstructor_ApplicationRecordEquipmentName_录播设备名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentApplication.ParentRecordEquipment.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ApplicationInstructor_所属直播").HtmlEncode() %>: <%= new HtmlText("ParentApplication_Title", IN(this.ViewData["_ApplicationInstructor"], this.ViewData["_ApplicationInstructor.ParentApplication.Title"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmApplicationInstructor [name=ParentApplication]","Edit");" }%> <%= new HtmlHidden("ParentApplication", this.ViewData["_ApplicationInstructor.ParentApplication.Guid"])%> [<%= DefineEnum.选择.Define() %>]
"> <%= Define.Get("ApplicationInstructor_UserDomainName_平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ApplicationInstructor_UserDomainCode_平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ApplicationInstructor_UserUserTypeName_用户类型名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ApplicationInstructor_提交用户").HtmlEncode() %>: <%= new HtmlText("ParentUser_TrueName_UserName", IN(this.ViewData["_ApplicationInstructor"], this.ViewData["_ApplicationInstructor.ParentUser.TrueName"] + "[" + this.ViewData["_ApplicationInstructor.ParentUser.UserName"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmApplicationInstructor [name=ParentUser]","Edit");" }%> <%= new HtmlHidden("ParentUser", this.ViewData["_ApplicationInstructor.ParentUser.Guid"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentUser") %>
"> <%= Define.Get("ApplicationInstructor_视频文件名").HtmlEncode() %>: <%= new HtmlText("FileName", this.ViewData["_ApplicationInstructor.FileName"]) { ReadOnly = true, Class = "ipt-t ipt-t-dft " }%> ','1','<%= SettingGroup.ApplicationInstructorUploadPath %>','','0','0')">[<%= DefineEnum.文件上传.Define() %>]
"> <%= Define.Get("ApplicationInstructor_视频文件类型").HtmlEncode() %>: <%= new HtmlSelect("FileType", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.ApplicationInstructorFileTypeEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_ApplicationInstructor.FileType"])%>
"> <%= Define.Get("ApplicationInstructor_文件上传状态").HtmlEncode() %>: "> <%= new HtmlSelect("DownloadStatus", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.ApplicationInstructorDownloadStatusEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_ApplicationInstructor.DownloadStatus"])%>
"> <%= Define.Get("ApplicationInstructor_文件大小").HtmlEncode() %>: <%= new HtmlText("FileSize", this.ViewData["_ApplicationInstructor.FileSize"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("FileSize") %>
"> <%= Define.Get("ApplicationInstructor_文件录制开始秒数").HtmlEncode() %>: <%= new HtmlText("StartSecond", this.ViewData["_ApplicationInstructor.StartSecond"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("StartSecond") %>
"> <%= Define.Get("ApplicationInstructor_文件录制结束秒数").HtmlEncode() %>: <%= new HtmlText("EndSecond", this.ViewData["_ApplicationInstructor.EndSecond"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("EndSecond") %>
"> <%= Define.Get("ApplicationInstructor_标题").HtmlEncode() %>: <%= new HtmlText("Title", this.ViewData["_ApplicationInstructor.Title"], 512) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("Title") %>
"> <%= Define.Get("ApplicationInstructor_内容").HtmlEncode() %>: <%= new HtmlTextArea("Description", this.ViewData["_ApplicationInstructor.Description"], 512) { Class = "ipt-t ipt-t-dft "}%>
"> <%= Define.Get("ApplicationInstructor_录音").HtmlEncode() %>: <%= new HtmlText("DescriptionSound", this.ViewData["_ApplicationInstructor.DescriptionSound"], 512) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("ApplicationInstructor_提交状态").HtmlEncode() %>: <%= new HtmlCheckBox("SendStatus", this.ViewData["_ApplicationInstructor.SendStatus"], 1, 0) { Class = ""}%>
"> <%= Define.Get("ApplicationInstructor_审核状态").HtmlEncode() %>: <%= new HtmlCheckBox("ValidStatus", this.ViewData["_ApplicationInstructor.ValidStatus"], 1, 0) { Class = ""}%>
"> <%= Define.Get("ValidApplicationInstructor_UserDomainName_Valid平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentValidUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ValidApplicationInstructor_UserDomainCode_Valid平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentValidUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ValidApplicationInstructor_UserUserTypeName_Valid用户类型名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_ApplicationInstructor.ParentValidUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ApplicationInstructor_审核人").HtmlEncode() %>: <%= new HtmlText("ParentValidUser_TrueName_UserName", IN(this.ViewData["_ApplicationInstructor"], this.ViewData["_ApplicationInstructor.ParentValidUser.TrueName"] + "[" + this.ViewData["_ApplicationInstructor.ParentValidUser.UserName"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft" }%> <%= new HtmlHidden("ParentValidUser", this.ViewData["_ApplicationInstructor.ParentValidUser.Guid"])%> [<%= DefineEnum.选择.Define() %>]
<%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_ApplicationInstructor.Guid"])) { Class = "hidden" }%>
<%= GetSubmitText(this.ViewData["_ApplicationInstructor.Guid"])%>
<%= DefineEnum.返_回.Define() %>
<%= Import.Script("/jquery-1.44.min.js")%> <%= Import.Script("js","/JQueryUI/jquery-ui-1.8.9.custom.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/ApplicationInstructorAjax.js")%>