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