">
<%= Define.Get("MeetingTag_MeetingUserDomainName_平台名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingTag.ParentMeeting.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingTag_MeetingUserDomainCode_平台编码").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingTag.ParentMeeting.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingTag_MeetingUserUserTypeName_用户类型名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingTag.ParentMeeting.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingTag_MeetingUserUserName_用户用户名").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingTag.ParentMeeting.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingTag_MeetingUserTrueName_用户真实名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingTag.ParentMeeting.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingTag_所属教研").HtmlEncode() %>:
|
<%= new HtmlText("ParentMeeting_Name", IN(this.ViewData["_MeetingTag"], this.ViewData["_MeetingTag.ParentMeeting.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmMeetingTag [name=ParentMeeting]","Edit");" }%>
<%= new HtmlHidden("ParentMeeting", this.ViewData["_MeetingTag.ParentMeeting.Guid"])%>
[<%= DefineEnum.选择.Define() %>]
[<%= DefineEnum.清空.Define() %>]
<%= new HtmlYKTip("ParentMeeting") %>
|
">
<%= Define.Get("MeetingTag_标签名称").HtmlEncode() %>:
|
<%= new HtmlText("Title", this.ViewData["_MeetingTag.Title"], 256) { Class = "ipt-t ipt-t-dft " }%>
<%= new HtmlYKTip("Title") %>
|
">
<%= Define.Get("MeetingTag_排序号")%>:
|
">
<%= new HtmlText("SortNumber", this.ViewData["_MeetingTag.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%>
<%= new HtmlYKTip("SortNumber") %>
|