Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\PublicClassUserApply\Edit.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.PublicClassUserApply.Edit" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> <%= this.Title %></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")%> </head> <body> <div class="wrap"> <% var nav = new NavigationInstance(this) { }; nav.IsTopNav = true; %> <%= nav.ToHtml() %> <div class="container-fulid"> <div class="row"> <% nav.GetChildMenu(Request["muid"]);%> <%= nav.ToHtml() %> <div class="col-md-12 " id="content"> <div id="divMain" class="gContent"> <div class="gCnta"> <div class="gCnta-cont"> <div class="g-title-2"> <div class="ico-loading right hidden"> </div> <div title="<%= DefineEnum.?????????.Define().ToScriptTag() %>" class="ico-question right"> </div> <h3 class="txt-14"> <%= Title %></h3> <span class="txt-info">[<a href="#" onclick="GoList();return false;"><%= DefineEnum.???.Define() %></a>]</span> </div> <div class="ln-thick ln-c-mid"> </div> <div class="subcontent"> <form id="frmPublicClassUserApply" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr style='<%= IN(this.ViewData["_PublicClassUserApply.ParentPublicClass"], "", "display:none;")%>'> <th title="<%= Define.Get("PublicClassUserApply_PublicClassUserTrueName_?????????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_PublicClassUserTrueName_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_PublicClassUserApply.ParentPublicClass.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("PublicClassUserApply_?????????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentPublicClass_Name", IN(this.ViewData["_PublicClassUserApply"], this.ViewData["_PublicClassUserApply.ParentPublicClass.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmPublicClassUserApply [name=ParentPublicClass]","Edit");" }%> <%= new HtmlHidden("ParentPublicClass", this.ViewData["_PublicClassUserApply.ParentPublicClass.Guid"])%> <a href="#selectPublicClass" class="decoration-none" onclick="return SelectPublicClass('#frmPublicClassUserApply [name=ParentPublicClass]','#frmPublicClassUserApply [name=ParentPublicClass_Name]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a href="#clear" class="decoration-none select-clear hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <%= new HtmlYKTip("ParentPublicClass") %> </td> </tr> <tr style='<%= IN(this.ViewData["_PublicClassUserApply.ParentUser"], "", "display:none;")%>'> <th title="<%= Define.Get("PublicClassUserApply_UserDomainName_??????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_UserDomainName_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_PublicClassUserApply.ParentUser.ParentUserType.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_PublicClassUserApply.ParentUser"], "", "display:none;")%>'> <th title="<%= Define.Get("PublicClassUserApply_UserDomainCode_??????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_UserDomainCode_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_PublicClassUserApply.ParentUser.ParentUserType.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_PublicClassUserApply.ParentUser"], "", "display:none;")%>'> <th title="<%= Define.Get("PublicClassUserApply_UserUserTypeName_?????????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_UserUserTypeName_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_PublicClassUserApply.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("PublicClassUserApply_?????????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentUser_TrueName_UserName", IN(this.ViewData["_PublicClassUserApply"], this.ViewData["_PublicClassUserApply.ParentUser.TrueName"] + "[" + this.ViewData["_PublicClassUserApply.ParentUser.UserName"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmPublicClassUserApply [name=ParentUser]","Edit");" }%> <%= new HtmlHidden("ParentUser", this.ViewData["_PublicClassUserApply.ParentUser.Guid"])%> <a href="#selectUser" class="decoration-none" onclick="return SelectUser('#frmPublicClassUserApply [name=ParentUser]','#frmPublicClassUserApply [name=ParentUser_TrueName_UserName]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a href="#clear" class="decoration-none select-clear hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <%= new HtmlYKTip("ParentUser") %> </td> </tr> <tr> <th title="<%= Define.Get("PublicClassUserApply_???????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlSelect("ApplyStatus", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.PublicClassUserApplyApplyStatusEnum) }.InsertOption("::" + DefineEnum.???.Define() + "::", null, 0).SelectValue(this.ViewData["_PublicClassUserApply.ApplyStatus"])%> <%= new HtmlYKTip("ApplyStatus") %> </td> </tr> <tr> <th title="<%= Define.Get("PublicClassUserApply_??????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ApplyTime", this.ViewData["_PublicClassUserApply.ApplyTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("ApplyTime") %> </td> </tr> <tr> <th title="<%= Define.Get("PublicClassUserApply_??????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("ApplyRemark", this.ViewData["_PublicClassUserApply.ApplyRemark"], 500) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> <tr style='<%= IN(this.ViewData["_PublicClassUserApply.ParentConfirmUser"], "", "display:none;")%>'> <th title="<%= Define.Get("ConfirmPublicClassUserApply_UserDomainName_Confirm??????").ToScriptTag() %>"> <%= Define.Get("ConfirmPublicClassUserApply_UserDomainName_Confirm??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_PublicClassUserApply.ParentConfirmUser.ParentUserType.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_PublicClassUserApply.ParentConfirmUser"], "", "display:none;")%>'> <th title="<%= Define.Get("ConfirmPublicClassUserApply_UserDomainCode_Confirm??????").ToScriptTag() %>"> <%= Define.Get("ConfirmPublicClassUserApply_UserDomainCode_Confirm??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_PublicClassUserApply.ParentConfirmUser.ParentUserType.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_PublicClassUserApply.ParentConfirmUser"], "", "display:none;")%>'> <th title="<%= Define.Get("ConfirmPublicClassUserApply_UserUserTypeName_Confirm?????????").ToScriptTag() %>"> <%= Define.Get("ConfirmPublicClassUserApply_UserUserTypeName_Confirm?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_PublicClassUserApply.ParentConfirmUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("PublicClassUserApply_??????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentConfirmUser_TrueName_UserName", IN(this.ViewData["_PublicClassUserApply"], this.ViewData["_PublicClassUserApply.ParentConfirmUser.TrueName"] + "[" + this.ViewData["_PublicClassUserApply.ParentConfirmUser.UserName"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft" }%> <%= new HtmlHidden("ParentConfirmUser", this.ViewData["_PublicClassUserApply.ParentConfirmUser.Guid"])%> <a href="#selectConfirmUser" class="decoration-none" onclick="return SelectUser('#frmPublicClassUserApply [name=ParentConfirmUser]','#frmPublicClassUserApply [name=ParentConfirmUser_TrueName_UserName]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a href="#clear" class="decoration-none select-clear hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> </td> </tr> <tr> <th title="<%= Define.Get("PublicClassUserApply_??????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ConfirmTime", this.ViewData["_PublicClassUserApply.ConfirmTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("ConfirmTime") %> </td> </tr> <tr> <th title="<%= Define.Get("PublicClassUserApply_??????").ToScriptTag() %>"> <%= Define.Get("PublicClassUserApply_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("ConfirmRemark", this.ViewData["_PublicClassUserApply.ConfirmRemark"], 500) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> </table> </div> <div style="margin-top: -1px;" class="ln-thin ln-c-mid"> </div> <table class="g-table-cntacomm"> <tr> <th> </th> <td> <%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_PublicClassUserApply"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(this.ViewData["_PublicClassUserApply"])%></span></div> <div title="" onclick="GoList();" class="btn btn-dft"> <span> <%= DefineEnum.????.Define() %></span></div> </td> </tr> </table> </form> </div> </div> </div> </div> </div> </div> </div> </div> </body> </html> <%= 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/PublicClassUserApplyAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmPublicClassUserApply" }); //????????? $("#frmPublicClassUserApply [name=ParentPublicClass]").formValidator({ targetFocus: "#frmPublicClassUserApply [name=ParentPublicClass_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("PublicClassUserApply_PublicClassGuid_??????????????").ToScriptChar() %>" } }); //????????? $("#frmPublicClassUserApply [name=ParentUser]").formValidator({ targetFocus: "#frmPublicClassUserApply [name=ParentUser_TrueName_UserName]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("PublicClassUserApply_UserGuid_??????????????").ToScriptChar() %>" } }); //??????? $("#frmPublicClassUserApply [name=ApplyStatus]").formValidator({ validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("PublicClassUserApply_ApplyStatus_????????????").ToScriptChar() %>" } }); //?????? $("#frmPublicClassUserApply [name=ApplyTime]").formValidator({ validatorGroup: "Edit", rules: { regex: "datetime" }, message: { regex: "<%= Define.Get("PublicClassUserApply_ApplyTime_??????????????").ToScriptChar() %>" } }); //?????? $("#frmPublicClassUserApply [name=ConfirmTime]").formValidator({ validatorGroup: "Edit", rules: { regex: "datetime" }, message: { regex: "<%= Define.Get("PublicClassUserApply_ConfirmTime_??????????????").ToScriptChar() %>" } }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { PublicClassUserApplyAjax.Insert($("#frmPublicClassUserApply"), send, function (json) { document.getElementById("frmPublicClassUserApply").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { PublicClassUserApplyAjax.Update($("#frmPublicClassUserApply"), send, function (json) { document.getElementById("frmPublicClassUserApply").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmPublicClassUserApply").KEY.value; PublicClassUserApplyAjax.Delete(key, send, function (json) { GoList(); }); }; </script> <script type="text/javascript"> //?????? //??????????? //??????????? </script> <script type="text/javascript"> //?????? </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de