Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Tools\SelectPages.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SelectPages.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.SelectPages" %> <!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></title> <%= Import.Theme() %> </head> <body> <div id="divMain" class="gContent"> <div class="gIbx"> <div class="mContent"> <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> <%= DefineEnum.???.Define() %> </span> </th> </tr> <% foreach (var file in this._Files) { %> <tr class="trout"> <td title="" style="background-repeat: no-repeat; background-position: 0pt center;" class="wd0 summary"> </td> <td class="wd1 ckb"> <%= new HtmlCheckBox() { Value = GetAbsolutePath(file.FullName), Class = "trsel", Title = DefineEnum.???_????.Define() }%> </td> <td> <%= this.GetSpace(file.FullName) + GetAbsolutePath(file.FullName)%> </td> </tr> <% } %> </tbody> </table> </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> </div> </div> </body> <%= Import.Script("/jquery-1.44.min.js")%> <%= Import.Script("js","/JQueryUI/jquery-ui-1.8.9.custom.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")%> <script type="text/javascript"> // $(function () { // //?????????????????? // $(".trsel").each(function () { // var menus = '<%=ViewData["pages"] %>'; // var jQChk = $(this); // if (menus.indexOf(jQChk.val()) != -1) { // jQChk.attr("checked", "checked"); // } // }); // }); </script> <script type="text/javascript"> function Confirm() { var paths = ""; var cks = $("input.trsel:checked"); for (var i = 0; i <= cks.length - 1; i++) { var ck = cks[i]; if (i != cks.length - 1) { paths += ck.value + "\r\n"; } else { paths += ck.value; } } parent.SeletePages(paths); } ListInit(); </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de