Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\User\Edit.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.User.Edit" %> <!doctype html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <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="gWel-tab"> <div class="tabs txt-link"> <ul> <li>??????</li> <% if (Has(this.ViewData["_User"])) { %> <li>??????</li> <%--<li>??????</li>--%> <li>?????????</li> <li>??????</li> <li>??????</li> <% } %> </ul> </div> <div class="pans"> <div style="display: none;" class="panel"> <div> <form id="frmUser" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr style='<%= IN(this.ViewData["_User"], "", "display:none;")%>'> <th title="<%= Define.Get("User_DomainName_??????").ToScriptTag() %>"> <%= Define.Get("User_DomainName_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_User.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_User"], "", "display:none;")%>'> <th title="<%= Define.Get("User_DomainCode_??????").ToScriptTag() %>"> <%= Define.Get("User_DomainCode_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_User.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????????").ToScriptTag() %>"> <span class="required">*</span><%= Define.Get("User_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentUserType_Name", this.ViewData["_User.ParentUserType.Name"]) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmUser [name=ParentUserType]","Edit");" }%> <%= new HtmlHidden("ParentUserType", this.ViewData["_User.ParentUserType.Guid"])%> <a href="#selectUserType" class="decoration-none" onclick="return SelectUserType('#frmUser [name=ParentUserType]','#frmUser [name=ParentUserType_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("ParentUserType") %> </td> </tr> <tr> <th title="<%= Define.Get("User_???????").ToScriptTag() %>"> <span class="required">*</span><%= Define.Get("User_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentDomain_Name_Code", IN(this.ViewData["_User"], this.ViewData["_User.ParentDomain.Name"] + "[" + this.ViewData["_User.ParentDomain.Code"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmUser [name=ParentDomain]","Edit");" }%> <%= new HtmlHidden("ParentDomain", this.ViewData["_User.ParentDomain.Guid"])%> <a href="#selectDomain" class="decoration-none" onclick="return SelectDomain('#frmUser [name=ParentDomain]','#frmUser [name=ParentDomain_Name_Code]')"><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("ParentDomain") %> </td> </tr> <tr> <th title="<%= Define.Get("User_?????").ToScriptTag() %>"> <span class="required">*</span><%= Define.Get("User_?????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("UserName", this.ViewData["_User.UserName"], 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("UserName") %> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <span class="required">*</span><%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("Password", this.ViewData["_User.Password"], 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("Password") %> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <span class="required">*</span><%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("TrueName", this.ViewData["_User.TrueName"], 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("TrueName") %> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("MobilePhone", this.ViewData["_User.MobilePhone"], 11) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("MobilePhone") %> </td> </tr> <% if (AVA.ResourcesPlatform.Factory.CreateInstance.UnitMasterDao.Count(l => l.Status == (int)AVA.ResourcesPlatform.Model.Pub.UnitMasterStatusEnum.???) > 0 &&(AVA.ResourcesPlatform.Factory.CreateInstance.UnitDao.Count(l => l.Status == (int)AVA.ResourcesPlatform.Model.Pub.UnitStatusEnum.???) > 0)) { %> <tr> <th title="?????????????"> ?????????????? </th> <td> <%= new HtmlText("UnitMasterName", IN(this.ViewData["_User"], this.ViewData["_User.ParentUnit.ParentUnitMaster.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft" }%> <%= new HtmlHidden("ParentUnitMaster", this.ViewData["_User.ParentUnit.Guid"])%> <a href="#selectUnitMaster" class="decoration-none" onclick="return SelectUnitMaster('#frmUser [name=ParentUnitMaster]','#frmUser [name=UnitMasterName]')"><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("User_???????").ToScriptTag() %>"> <%= Define.Get("User_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentUnit_Name", IN(this.ViewData["_User"], this.ViewData["_User.ParentUnit.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft" }%> <%= new HtmlHidden("ParentUnit", this.ViewData["_User.ParentUnit.Guid"])%> <a href="#selectUnit" class="decoration-none" onclick="return SelectUnit('#frmUser [name=ParentUnit]','#frmUser [name=ParentUnit_Name]',$('#frmUser [name=ParentUnitMaster]').val())"><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 style="display:none"> <th title="<%= Define.Get("User_????????").ToScriptTag() %>"> <%= Define.Get("User_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("Groups", this.ViewData["GroupsName"], 500) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> <%= new HtmlHidden("GroupsGuid", this.ViewData["GroupsGuid"])%> <a href="#selectgroups" class="decoration-none" onclick="return SelectGroup('#frmUser [name=GroupsGuid]','#frmUser [name=Groups]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a></td> </tr> <tr> <th title="<%= Define.Get("User_????????").ToScriptTag() %>"> <%= Define.Get("User_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("IDCard", this.ViewData["_User.IDCard"], 255) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("User_IC?????").ToScriptTag() %>"> <%= Define.Get("User_IC?????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ICCard", this.ViewData["_User.ICCard"], 256) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("User_???").ToScriptTag() %>"> <%= Define.Get("User_???").HtmlEncode() %>?? </th> <td> <%= new HtmlText("Telephone", this.ViewData["_User.Telephone"], 256) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("User_Email").ToScriptTag() %>"> <%= Define.Get("User_Email").HtmlEncode() %>?? </th> <td> <%= new HtmlText("Email", this.ViewData["_User.Email"], 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("Email") %> </td> </tr> <tr> <th title="<%= Define.Get("User_MSN").ToScriptTag() %>"> <%= Define.Get("User_MSN").HtmlEncode() %>?? </th> <td> <%= new HtmlText("MSN", this.ViewData["_User.MSN"], 256) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("User_QQ").ToScriptTag() %>"> <%= Define.Get("User_QQ").HtmlEncode() %>?? </th> <td> <%= new HtmlText("QQ", this.ViewData["_User.QQ"], 256) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("Address", this.ViewData["_User.Address"], 255) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("PostalCode", this.ViewData["_User.PostalCode"], 55) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("User_???????").ToScriptTag() %>"> <%= Define.Get("User_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("Introduction", this.ViewData["_User.Introduction"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> <tr> <th title="<%= Define.Get("User_?????????").ToScriptTag() %>"> <%= Define.Get("User_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("OtherContactWay", this.ViewData["_User.OtherContactWay"], 256) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("User_???").ToScriptTag() %>"> <%= Define.Get("User_???").HtmlEncode() %>?? </th> <td> <%= new HtmlHidden("HeadPortrait", ViewData["_User.HeadPortrait"])%> <%= new HtmlImg(SettingGroup.NonePic) { Class = "default-image"}%> <br /> <a href="#deleteHeadPortrait" class="delete-image decoration-none hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a><a href="#uploadHeadPortrait" class="decoration-none" onclick="return UploadFile('#frmUser [name=HeadPortrait]','<%= Define.Get("User_HeadPortrait_?????????")%>','0','<%= SettingGroup.UserUploadPath %>','','160','160')"><span class="txt-info">[<%= DefineEnum.??????.Define() %>]</span></a></td> </tr> <tr> <th title="<%= Define.Get("User_???").ToScriptTag() %>"> <%= Define.Get("User_???").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("Remark", this.ViewData["_User.Remark"], 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 title="<%= Define.Get("User_????").ToScriptTag() %>"> <%= Define.Get("User_????").HtmlEncode() %>?? </th> <td class="tooltip" title="<%= Define.Get("User_Verify_??????????????????").ToScriptTag()%>"> <%= new HtmlCheckBox("Verify", this.ViewData["_User.Verify"], 1, 0) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("User_????").ToScriptTag() %>"> <%= Define.Get("User_????")%>?? </th> <td class="tooltip" title="<%= Define.Get("User_Status_????????????").ToScriptTag()%>"> <%= new HtmlCheckBox("Status", this.ViewData["_User.Status"], 1, 0) { DefaultChecked = 0 }%> </td> </tr> <tr> <th></th> <td> <%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_User"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(this.ViewData["_User"])%></span> </div> <div title="" onclick="GoList();" class="btn btn-dft"> <span> <%= DefineEnum.????.Define() %></span> </div> </td> </tr> </table> </form> </div> </div> <% if (Has(this.ViewData["_User"])) { %> <div style="display: none;" class="panel"> <div> <table class="g-table-cntacomm"> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("AlbumCount", this.ViewData["_User.AlbumCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("VideoCount", this.ViewData["_User.VideoCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <% if (SettingGroup.HasMeeting) { %> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("MeetingCount", this.ViewData["_User.MeetingCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <% } %> <% if (SettingGroup.HasSubject) { %> <tr> <th title="<%= Define.Get("User_?????????").ToScriptTag() %>"> <%= Define.Get("User_?????????").HtmlEncode()%>?? </th> <td> <%= new HtmlText("SubjectCount", this.ViewData["_User.SubjectCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <% } %> <tr> <th title="<%= Define.Get("User_????????").ToScriptTag() %>"> <%= Define.Get("User_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("SpaceView", this.ViewData["_User.SpaceView"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_????????").ToScriptTag() %>"> <%= Define.Get("User_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("VideoView", this.ViewData["_User.VideoView"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("CreateTime", this.ViewData["_User.CreateTime"]) { Class = "ipt-t ipt-t-dft ", DefaultValue = DateTime.Now, ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("LoginTime", this.ViewData["_User.LoginTime"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("LoginOutTime", this.ViewData["_User.LoginOutTime"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_???IP").ToScriptTag() %>"> <%= Define.Get("User_???IP").HtmlEncode() %>?? </th> <td> <%= new HtmlText("LoginIP", this.ViewData["_User.LoginIP"], 255) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????????").ToScriptTag() %>"> <%= Define.Get("User_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("LastLoginTime", this.ViewData["_User.LastLoginTime"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_???????P").ToScriptTag() %>"> <%= Define.Get("User_???????P").HtmlEncode() %>?? </th> <td> <%= new HtmlText("LastLoginIP", this.ViewData["_User.LastLoginIP"], 255) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_??????").ToScriptTag() %>"> <%= Define.Get("User_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("LoginCount", this.ViewData["_User.LoginCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%> </td> </tr> <tr> <th title="<%= Define.Get("User_???").ToScriptTag() %>"> <%= Define.Get("User_???").HtmlEncode() %>?? </th> <td> <%= new HtmlText("Theme", this.ViewData["_User.Theme"], 32) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> </table> </div> </div> <%--<div style="display: none; padding:0px;" class="panel"> <div> <iframe class="ifrmtab" width="100% " height="450px " frameborder="0" scrolling="auto" title="../UserStyle/EditIFrame.aspx?ParentUserGuid=<%= this.PrimaryKey %>"> </iframe> </div> </div>--%> <div style="display: none; padding: 0px;" class="panel"> <div> <iframe class="ifrmtab" width="100% " height="450px " frameborder="0" scrolling="auto" title="../../Sys/ManagerDefine/EditIFrame.aspx?Guid=<%= this.PrimaryKey %>"></iframe> </div> </div> <div style="display: none; padding: 0px;" class="panel"> <div> <iframe class="ifrmtab" width="100% " height="450px " frameborder="0" scrolling="auto" title="../UserCategory/ListIFrame.aspx?UserGuid=<%= this.PrimaryKey %>"></iframe> </div> </div> <div style="display: none; padding: 0px;" class="panel"> <div> <iframe class="ifrmtab" width="100% " height="450px " frameborder="0" scrolling="auto" title="../UserGrade/ListIFrame.aspx?UserGuid=<%= this.PrimaryKey %>"></iframe> </div> </div> <% } %> </div> </div> </div> </div> </div> </div> </div> </div> </div> </body> <%= 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/UserAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmUser" }); //?????????? $("#frmUser [name=ParentUserType]").formValidator({ targetFocus: "#frmUser [name=ParentUserType_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("User_UserTypeGuid_?????????????").ToScriptChar() %>" } }); //??????? $("#frmUser [name=ParentDomain]").formValidator({ targetFocus: "#frmUser [name=ParentDomain_Name_Code]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("User_DomainGuid_????????????").ToScriptChar() %>" } }); //????? $("#frmUser [name=UserName]").formValidator({ validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("User_UserName_?????????").ToScriptChar() %>" } }); //?????? $("#frmUser [name=Password]").formValidator({ validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("User_Password_???????????").ToScriptChar() %>" } }); //?????? $("#frmUser [name=TrueName]").formValidator({ validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("User_TrueName_???????????").ToScriptChar() %>" } }); //?????? //$("#frmUser [name=MobilePhone]").formValidator({ // validatorGroup: "Edit", // rules: // { // required: null, // regex: "mobile" // }, // message: // { // required: "???????????", // regex: "??????????????" // } //}); //Email //$("#frmUser [name=Email]").formValidator({ // validatorGroup: "Edit", // rules: // { // required: null, // regex: "email" // }, // message: // { // required: "????????????", // regex: "<%= Define.Get("User_Email_??????????????????").ToScriptChar() %>" // } //}); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { UserAjax.Insert($("#frmUser"), send, function (json) { document.getElementById("frmUser").KEY.value = json.Key alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { UserAjax.Update($("#frmUser"), send, function (json) { document.getElementById("frmUser").KEY.value = json.Key alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmUser").KEY.value; UserAjax.Delete(key, send, function (json) { GoList(); }); }; </script> <script type="text/javascript"> //?????? //??????????? //??? $("#frmUser [name=HeadPortrait]").siblings("img").attr("src", Global.Site + "<%= SettingGroup.UserUploadPath %>" + $("#frmUser [name=HeadPortrait]").val()); //??????????? </script> <script type="text/javascript"> //?????? </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de