">
<%= 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() %>]
[<%= 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() %>]
[<%= DefineEnum.清空.Define() %>]
<%= new HtmlYKTip("ParentUser") %>
|
">
<%= Define.Get("ApplicationInstructor_视频文件名").HtmlEncode() %>:
|
<%= new HtmlText("FileName", this.ViewData["_ApplicationInstructor.FileName"]) { ReadOnly = true, Class = "ipt-t ipt-t-dft " }%>
[<%= DefineEnum.删除.Define() %>] [<%= DefineEnum.下载.Define() %>] ','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() %>]
[<%= DefineEnum.清空.Define() %>]
|