">
<%= Define.Get("ApplicationAttachment_ApplicationRecordEquipmentDomainName_平台名称").HtmlEncode()%>:
|
<%= new HtmlText(null, ViewData.Val("ParentRecordEquipment.ParentDomain.Name", this.Application)) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("ApplicationAttachment_ApplicationRecordEquipmentDomainCode_平台编码").HtmlEncode()%>:
|
<%= new HtmlText(null, ViewData.Val("ParentRecordEquipment.ParentDomain.Code", this.Application)) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("ApplicationAttachment_ApplicationRecordEquipmentName_录播设备名称").HtmlEncode()%>:
|
<%= new HtmlText(null, ViewData.Val("ParentRecordEquipment.Name", this.Application)) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("ApplicationAttachment_所属直播").HtmlEncode()%>:
|
<%= new HtmlText("ParentApplication_Title", IN(this.Application, ViewData.Val("Title", this.Application))) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmApplicationAttachment [name=ParentApplication]","Edit");" }%>
<%= new HtmlHidden("ParentApplication", ViewData.Val("Guid", this.Application))%>
[<%= DefineEnum.选择.Define()%>]
[<%= DefineEnum.清空.Define()%>]
<%= new HtmlYKTip("ParentApplication")%>
|
">
<%= Define.Get("ApplicationAttachment_附件名").HtmlEncode()%>:
|
<%--<%= new HtmlText("FileName", this.ViewData["_ApplicationAttachment.FileName"]) { ReadOnly = true, Class = "ipt-t ipt-t-dft " }%>
[<%= DefineEnum.删除.Define() %>] [<%= DefineEnum.下载.Define() %>] ','1','<%= SettingGroup.ApplicationAttachmentUploadPath %>','','0','0')">[<%= DefineEnum.文件上传.Define() %>]
<%= new HtmlYKTip("FileName") %>--%>
<%= new HtmlText("FileName", this.ViewData["_ApplicationAttachment.FileName"], 256) { Class = "ipt-t ipt-t-dft", Width = 400, ReadOnly = true }%>
[<%= DefineEnum.下载.Define()%>]
<%= new HtmlYKTip("FileName")%>
<%= new SingleUploadInstance(this) { UploadTag = "FileName", Accept = CreateInstance.DomainInfoDao.THIS().UploadFileType.ToUpper().Replace("*","").Replace(";",","), UploadControlName="上传附件"}.ToHtml()%>
<%-- <%= new SingleUploadInstance(this) { UploadTag = "FileName", InitParams = "FileFilter=*.*|*.*,SelectFiles=选择上传的附件,Upload=确认上传附件" }.ToHtml()%> --%>
|
">
<%= Define.Get("ApplicationAttachment_文件类型").HtmlEncode()%>:
|
<%= new HtmlSelect("FileType", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.ApplicationAttachmentFileTypeEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_ApplicationAttachment.FileType"])%>
<%= new HtmlYKTip("FileType")%>
|
">
<%= Define.Get("ApplicationAttachment_文件大小").HtmlEncode()%>:
|
<%= new HtmlText("FileSize", this.ViewData["_ApplicationAttachment.FileSize"]) { Class = "ipt-t ipt-t-dft " }%>
<%= new HtmlYKTip("FileSize")%>
|
">
<%= Define.Get("ApplicationAttachment_附件说明").HtmlEncode()%>:
|
<%= new HtmlTextArea("Description", this.ViewData["_ApplicationAttachment.Description"], 2000) { Class = "ipt-t ipt-t-dft width400 height100" }%>
|
">
<%= Define.Get("ApplicationAttachment_排序号")%>:
|
">
<%= new HtmlText("SortNumber", this.ViewData["_ApplicationAttachment.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%>
<%= new HtmlYKTip("SortNumber")%>
|