Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Sys\Security\SecurityGroupSelect.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SecurityGroupSelect.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Sys.Security.SecurityGroupSelect" %> <!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.Script("/jquery.1.9.js")%> </head> <body> <div id="divMain" class="gContent"> <div class="gIbx"> <div class="gCnta-cont"> <div class="g-title-2"> <h3 class="txt-14"> <%= Title %></h3> </div> <div class="mrgt5"> </div> <div class="gIbx-tablayout"> <div class="txt-12 listContainer" id="list"> <table cellspacing="0" cellpadding="2" class="g-table-comm"> <tbody> <tr class="thead"> <th class="wd0"> </th> <th class="wd1 ckb"> <%= new HtmlCheckBox() { Class = "trSelAll", Title = DefineEnum.??????????????????.Define(), Lang = ".listContainer .trsel" }%> </th> <th> <span> <%=Define.Get("SecurityGroup_?????")%> </span> </th> </tr> <% foreach (var item in this._ListSecurityGroup) { %> <tr class="trout"> <td title="" class="wd0 summary"> </td> <td class="wd1 ckb"> <%= new HtmlCheckBox() { Value = item.Guid, Class = "trsel", Key = item.Name, Title = DefineEnum.???_????.Define() }%> </td> <td> <%= item.Name %> <b class="<%= IsTrue(item.Status, "ico-enable" , "ico-disable") %>"></b> </td> </tr> <% } %> </tbody> </table> </div> </div> </div> </div> </div> <table class="g-table-cntacomm"> <tr> <th> </th> <td> <div onclick="Confirm();" class="btn btn-dft btn-dft-impt right"> <span> <%= DefineEnum.????.Define() %></span></div> </td> </tr> </table> </body> <%= Import.Script("js","/JQueryUI/jquery-ui.min.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("js", "/global.js")%> <%= Import.Script("js", "/Public.js")%> <%= Import.Script("js", "/ListPublic.js")%> <%--<%= Import.Script("/Ajax/Sys/SecurityGroupAjax.js")%>--%> <script type="text/javascript"> //?????? </script> <script type="text/javascript"> //?????? function Delete(send) { if (confirm("<%=DefineEnum.??????_.Define().ToScriptChar() %>")) { var key = send.getAttribute("key"); SecurityGroupAjax.Delete(key, send, function (result) { alert("<%=DefineEnum.??????.Define().ToScriptChar() %>"); window.location.href = window.location.href; }); } }; //?????? function BatchDelete(send, key) { SecurityGroupAjax.BatchDelete(key, null, function (result) { Search(null, "SecurityGroup"); }); }; </script> <script type="text/javascript"> //?????? var valueControl = "<%= Request.QueryString["valueControl"].ToString(null).ToScriptChar() %>"; var nameControl = "<%= Request.QueryString["nameControl"].ToString(null).ToScriptChar() %>"; </script> <script type="text/javascript"> //???????? ListInit(); </script> <script type="text/javascript"> //?????? function Confirm() { var name = ""; var value = ""; var chks = $("#list .trsel:checked"); for (var i = 0; i <= chks.length - 1; i++) { name += chks[i].getAttribute("KEY"); value += chks[i].value; if (i != chks.length - 1) { name += ","; value += ","; } } Select(value, name); } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de