">
<%= Define.Get("VideoAttachment_VideoUserDomainName_平台名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_VideoAttachment.ParentVideo.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("VideoAttachment_VideoUserDomainCode_平台编码").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_VideoAttachment.ParentVideo.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("VideoAttachment_VideoUserUserTypeName_用户类型名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_VideoAttachment.ParentVideo.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("VideoAttachment_VideoUserTrueName_用户真实名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_VideoAttachment.ParentVideo.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("VideoAttachment_VideoUserUserName_用户用户名").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_VideoAttachment.ParentVideo.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("VideoAttachment_所属视频").HtmlEncode() %>:
|
<%= new HtmlText("ParentVideo_Name", IN(this.ViewData["_VideoAttachment"], this.ViewData["_VideoAttachment.ParentVideo.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmVideoAttachment [name=ParentVideo]","Edit");" }%>
<%= new HtmlHidden("ParentVideo", this.ViewData["_VideoAttachment.ParentVideo.Guid"])%>
[<%= DefineEnum.选择.Define() %>]
[<%= DefineEnum.清空.Define() %>]
<%= new HtmlYKTip("ParentVideo") %>
|
">
<%= Define.Get("VideoAttachment_附件名").HtmlEncode() %>:
|
<%= new HtmlText("FileName", this.ViewData["_VideoAttachment.FileName"]) { ReadOnly = true, Class = "ipt-t ipt-t-dft " }%>
[<%= DefineEnum.删除.Define() %>] [<%= DefineEnum.下载.Define() %>] ','1','<%= SettingGroup.VideoAttachmentUploadPath %>','','0','0')">[<%= DefineEnum.文件上传.Define() %>]
<%= new HtmlYKTip("FileName") %>
|
">
<%= Define.Get("VideoAttachment_文件类型").HtmlEncode() %>:
|
<%= new HtmlSelect("FileType", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoAttachmentFileTypeEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_VideoAttachment.FileType"])%>
<%= new HtmlYKTip("FileType") %>
|
">
<%= Define.Get("VideoAttachment_文件大小").HtmlEncode() %>:
|
<%= new HtmlText("FileSize", this.ViewData["_VideoAttachment.FileSize"]) { Class = "ipt-t ipt-t-dft " }%>
<%= new HtmlYKTip("FileSize") %>
|
">
<%= Define.Get("VideoAttachment_附件说明").HtmlEncode() %>:
|
<%= new HtmlTextArea("Description", this.ViewData["_VideoAttachment.Description"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%>
|
">
<%= Define.Get("VideoAttachment_排序号")%>:
|
">
<%= new HtmlText("SortNumber", this.ViewData["_VideoAttachment.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%>
<%= new HtmlYKTip("SortNumber") %>
|