Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Tools\SelectPage.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SelectPage.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Tools.SelectPage" %> <!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></title> <%= Import.Theme() %> <%= Import.Script("/jquery.1.9.js")%> </head> <body> <div id="divMain" class="gContent"> <div class="gIbx"> <div class="mContent"> <div id="dvTitleinbox"> <div class="g-title-1"> <div class="fn-fle"> <h2> <%= Title %> </h2> </div> </div> </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"> </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 select" onclick="parent.SeletePage('<%= this.GetAbsolutePath(file.FullName)%>')"> </td> <td> <%= this.GetSpace(file.FullName) + GetAbsolutePath(file.FullName)%> </td> </tr> <% } %> </tbody> </table> </div> </div> </div> </div> </div> </body> <%= Import.Script("js","/JQueryUI/jquery-ui.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> $(function () { //?????? $(".trout nobr a").click(function () { var url = $(this).attr("name"); url = $.trim(url); parent.SeletePage(url); }); ListInit(); }); </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de