<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.MeetingChannel.Edit" %> <%= this.Title %> <%= Import.Theme() %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap.css") %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap-theme.css") %> <%= Import.CSS("/zh-cn/bootstrap/admin.css") %> <%-- <%= Import.CSS("/zh-cn/Admin_StyleSheet.css") %>--%> <%= Import.Script("/jquery.1.9.js")%> <%= Import.Script("/app.js")%> <%= Import.Script("/bootstrap/bootstrap.min.js")%>
<% var nav = new NavigationInstance(this) { }; nav.IsTopNav = true; %> <%= nav.ToHtml() %>
<% nav.GetChildMenu(Request["muid"]);%> <%= nav.ToHtml() %>
"> <%= 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() %>] <%= 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() %>] <%= new HtmlYKTip("ParentChannel") %>
<%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_MeetingChannel"])) { Class = "hidden" }%>
<%= GetSubmitText(this.ViewData["_MeetingChannel"])%>
<%= DefineEnum.返_回.Define() %>
<%= Import.Script("js","/JQueryUI/jquery-ui.min.js")%> <%= Import.Script("js", "/XhEditor/xheditor-zh-cn.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("js","/FancyBox/jquery.fancybox-1.2.1.js")%> <%= Import.CSS("js", "/FancyBox/jquery.fancybox.css")%> <%= Import.Script("/ToolTip/jquery.tipsy.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("/SelectForm.js")%> <%= Import.Script("js", "/global.js")%> <%= Import.Script("js", "/Public.js")%> <%= Import.Script("js", "/ListPublic.js")%> <%= Import.Script("js", "/Ajax/Pub/MeetingChannelAjax.js")%>