<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SecurityGroupSelect.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Sys.Security.SecurityGroupSelect" %> <%= this.Title %> <%= Import.Theme() %> <%= Import.Script("/jquery.1.9.js")%>

<%= Title %>

<% foreach (var item in this._ListSecurityGroup) { %> <% } %>
<%= new HtmlCheckBox() { Class = "trSelAll", Title = DefineEnum.全选_不选_本页所有记录.Define(), Lang = ".listContainer .trsel" }%> <%=Define.Get("SecurityGroup_组名称")%>
<%= new HtmlCheckBox() { Value = item.Guid, Class = "trsel", Key = item.Name, Title = DefineEnum.选择_不选.Define() }%> <%= item.Name %> ">
<%= DefineEnum.确_认.Define() %>
<%= 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")%>--%>