<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.MeetingUserApply.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("MeetingUserApply_MeetingUserDomainName_平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentMeeting.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_MeetingUserDomainCode_平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentMeeting.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_MeetingUserUserTypeName_用户类型名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentMeeting.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_MeetingUserUserName_用户用户名").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentMeeting.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_MeetingUserTrueName_用户真实名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentMeeting.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_所属教研").HtmlEncode() %>: <%= new HtmlText("ParentMeeting_Name", IN(this.ViewData["_MeetingUserApply"], this.ViewData["_MeetingUserApply.ParentMeeting.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmMeetingUserApply [name=ParentMeeting]","Edit");" }%> <%= new HtmlHidden("ParentMeeting", this.ViewData["_MeetingUserApply.ParentMeeting.Guid"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentMeeting") %>
"> <%= Define.Get("MeetingUserApply_UserDomainName_平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_UserDomainCode_平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_UserUserTypeName_用户类型名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_参与用户").HtmlEncode() %>: <%= new HtmlText("ParentUser_TrueName_UserName", IN(this.ViewData["_MeetingUserApply"], this.ViewData["_MeetingUserApply.ParentUser.TrueName"] + "[" + this.ViewData["_MeetingUserApply.ParentUser.UserName"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmMeetingUserApply [name=ParentUser]","Edit");" }%> <%= new HtmlHidden("ParentUser", this.ViewData["_MeetingUserApply.ParentUser.Guid"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentUser") %>
"> <%= Define.Get("MeetingUserApply_申请用户权限").HtmlEncode() %>: <%= new HtmlSelect("GuestType", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.MeetingUserApplyGuestTypeEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_MeetingUserApply.GuestType"])%> <%= new HtmlYKTip("GuestType") %>
"> <%= Define.Get("MeetingUserApply_申请状态").HtmlEncode() %>: <%= new HtmlSelect("ApplyStatus", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.MeetingUserApplyApplyStatusEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_MeetingUserApply.ApplyStatus"])%>
"> <%= Define.Get("MeetingUserApply_申请时间").HtmlEncode() %>: <%= new HtmlText("ApplyTime", this.ViewData["_MeetingUserApply.ApplyTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("ApplyTime") %>
"> <%= Define.Get("MeetingUserApply_申请备注").HtmlEncode() %>: <%= new HtmlTextArea("ApplyRemark", this.ViewData["_MeetingUserApply.ApplyRemark"], 500) { Class = "ipt-t ipt-t-dft width400 height100"}%>
"> <%= Define.Get("ConfirmMeetingUserApply_UserDomainName_Confirm平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentConfirmUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ConfirmMeetingUserApply_UserDomainCode_Confirm平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentConfirmUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("ConfirmMeetingUserApply_UserUserTypeName_Confirm用户类型名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_MeetingUserApply.ParentConfirmUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("MeetingUserApply_审核用户").HtmlEncode() %>: <%= new HtmlText("ParentConfirmUser_TrueName_UserName", IN(this.ViewData["_MeetingUserApply"], this.ViewData["_MeetingUserApply.ParentConfirmUser.TrueName"] + "[" + this.ViewData["_MeetingUserApply.ParentConfirmUser.UserName"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmMeetingUserApply [name=ParentConfirmUser]","Edit");" }%> <%= new HtmlHidden("ParentConfirmUser", this.ViewData["_MeetingUserApply.ParentConfirmUser.Guid"])%> [<%= DefineEnum.选择.Define() %>]
"> <%= Define.Get("MeetingUserApply_确认时间").HtmlEncode() %>: <%= new HtmlText("ConfirmTime", this.ViewData["_MeetingUserApply.ConfirmTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("ConfirmTime") %>
"> <%= Define.Get("MeetingUserApply_确认备注").HtmlEncode() %>: <%= new HtmlTextArea("ConfirmRemark", this.ViewData["_MeetingUserApply.ConfirmRemark"], 500) { Class = "ipt-t ipt-t-dft width400 height100"}%>
<%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_MeetingUserApply"])) { Class = "hidden" }%>
<%= GetSubmitText(this.ViewData["_MeetingUserApply"])%>
<%= 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/MeetingUserApplyAjax.js")%>