Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Left.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Left.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Left" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <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")%> <style> html, body { width: 100%; height: 100%; } body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } </style> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap.css") %> <%= Import.CSS("/zh-cn/Admin_StyleSheet.css") %> </head> <body style="margin: 0px; padding: 0px; height: 100%"> <a id="menu-toggler" href="#"><span></span></a> <div id="sidebar"> <ul class="nav nav-list"> <% if (this._ListSecurityMenu != null && this._ListSecurityMenu.Count > 0) { foreach (var item in this._ListSecurityMenu) { %> <li style="cursor: pointer; font-size: 14px;" id="Li1" class="active"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-target="#" id="dLabel<%= item.Guid %>"> <i class="icon-money"></i> <span><%= Define.Get(item.Name)%></span> <b class="arrow icon-angle-down"></b> </a> <ul id="ul3" name="<%= item.Guid %>" class=" submenu" role="menu" aria-labelledby="dLabel<%= item.Guid %>" > <% var childListSecurityMenu = this.GetChildSecurityMenu(item); foreach (var childItem in childListSecurityMenu) { %> <li id="Li2" class=""> <a title="<%= childItem.Description %>" class="ct hell" hidefocus="true" style="cursor: pointer" name="<%= Request.WebPath() + childItem.PageUrl %>"> <i class="icon-double-angle-right"></i><%= Define.Get(childItem.Name)%> </a> </li> <% } %> </ul> </li> <% }%> <% } %> </ul> </div> </body> <%-- = Import.Script("/jquery.1.9.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")%> <script type="text/javascript"> // $('#ulSysFolders li').click(function () { // $('#ulSysFolders li').removeClass("on"); // $(this).addClass("on"); // }); var currentli; $('.hell').click(function (e) { var url = $(e.currentTarget).attr("name"); if (window != parent) parent.NavigateMain(url); if (currentli !== null) $(currentli).parent().removeClass("on").removeClass("active"); currentli = e.currentTarget; $(e.currentTarget).parent().addClass("on").addClass("active"); }); $('#ulSysFolders li').hover(function () { $("#ulSysFolders li").removeClass("over"); $(this).addClass("over"); }, function () { $("#ulSysFolders li").removeClass("over"); }); $('#ulSysFolders li a').click(function () { var url = $(this).attr("name"); //parent.NavigateMain(url); }); $("#switchMenu").bind("click", function () { if (window.top.document.getElementById("fstMain").cols != "191,*") { window.top.document.getElementById("fstMain").cols = "191,*"; this.style.className = ""; } else { window.top.document.getElementById("fstMain").cols = "4,*"; this.style.className = "left_frame_bar"; } }) //????????? $(".folder_title").click( function () { //$(".folder_item").hide(); var jQItemContainer = $(this).next().next(); if (jQItemContainer.is(":visible")) { jQItemContainer.hide(); } else { jQItemContainer.show(); } } ); //??????????? $(".gSidebar").children().eq(2).show(); $(".folder_item").show(); </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de