">
<%= Define.Get("MeetingChannel_MeetingUserDomainName_平台名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingChannel.ParentMeeting.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingChannel_MeetingUserDomainCode_平台编码").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingChannel.ParentMeeting.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingChannel_MeetingUserUserTypeName_用户类型名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingChannel.ParentMeeting.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingChannel_MeetingUserUserName_用户用户名").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingChannel.ParentMeeting.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingChannel_MeetingUserTrueName_用户真实名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_MeetingChannel.ParentMeeting.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("MeetingChannel_所属教研").HtmlEncode() %>:
|
<%= new HtmlText("ParentMeeting_Name", IN(this.ViewData["_MeetingChannel"], this.ViewData["_MeetingChannel.ParentMeeting.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmMeetingChannel [name=ParentMeeting]","Edit");" }%>
<%= new HtmlHidden("ParentMeeting", this.ViewData["_MeetingChannel.ParentMeeting.Guid"])%>
[<%= DefineEnum.选择.Define() %>]
[<%= DefineEnum.清空.Define() %>]
<%= new HtmlYKTip("ParentMeeting") %>
|
">
<%= Define.Get("MeetingChannel_所属课程").HtmlEncode() %>:
|
<%= new HtmlText("ParentChannel_Name", IN(this.ViewData["_MeetingChannel"], this.ViewData["_MeetingChannel.ParentChannel.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmMeetingChannel [name=ParentChannel]","Edit");" }%>
<%= new HtmlHidden("ParentChannel", this.ViewData["_MeetingChannel.ParentChannel.Guid"])%>
[<%= DefineEnum.选择.Define() %>]
[<%= DefineEnum.清空.Define() %>]
<%= new HtmlYKTip("ParentChannel") %>
|