Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Summary.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Summary.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Summary" %> <!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.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")%> <%= Import.Script("/app.js")%> <%= Import.Script("/bootstrap/bootstrap.min.js")%> </head> <body> <div class="wrap"> <% var nav = new NavigationInstance(this) { }; nav.GetTopMenu();%> <%= nav.ToHtml() %> <div class="container-fulid"> <div class="row"> <% nav.GetChildMenu(Request["muid"]); %> <%= nav.ToHtml() %> <div class="col-md-12"> <div id="divMain" class="gContent"> <script> <% if(nav._ListSecurityMenu[0].PageUrl ==null){ if (nav._ListSecurityMenu[0]._ListSecurityMenu.Count != 0 && nav._ListSecurityMenu[0]._ListSecurityMenu[0].PageUrl != null) { %> //window.location.href = "<%=nav._ListSecurityMenu[0]._ListSecurityMenu[0].PageUrl+"?guid="+nav._ListSecurityMenu[0]._ListSecurityMenu[0].Guid%>"; <%} }else{ %> // window.location.href = "<%=nav._ListSecurityMenu[0].PageUrl+"?guid="+nav._ListSecurityMenu[0].Guid%>"; <%}%> </script> </div> </div> </div> </div> </div> <%-- <div class="gWel-tab"> <div class="pan-recmd"> <% foreach (var item in this._ListSecurityMenu) { %> <div class="prt2 fn-clear"> <ul> <% var childListSecurityMenu = this.GetChildSecurityMenu(item); foreach (var childItem in childListSecurityMenu) { %> <li> <img src="<%= Request.WebPath()+ SettingGroup.SecurityMenuUploadPath + childItem.ImageUrl %>" alt="" style="float: left; margin-top: -2px; margin-right:10px;" height="48px" width="48px" onerror="this.src='<%= SettingGroup.NonePic %>'" /> <a onclick="SetMenu('<%= childItem.Guid %>','<%= Request.WebPath() + childItem.PageUrl %>');return false;" href="<%= Request.WebPath() + childItem.PageUrl %>"> <%= Define.Get(childItem.Name) %></a> <br> <span class="txt-info"> <%= Define.Get(childItem.Description)%></span> </li> <% } %> </ul> </div> <% } %> </div> </div>--%> </body> <%--<script type="text/javascript"> function SetMenu(guid, url) { $(window.parent.frames["fraLeft"].document).find('#ulSysFolders li').removeClass("on"); var menu = $(window.parent.frames["fraLeft"].document.getElementById("menu" + guid)); menu.addClass("on"); var folderitem = menu.parents("div"); if (folderitem.css("display") == "none") { //??????????????????????????????????????????????? $(window.parent.frames["fraLeft"].document).find('.folder_item').hide(); folderitem.show(); } window.location.href = url; } $(function () { $(window.parent.frames["fraLeft"].document).find('#ulSysFolders li').removeClass("on"); }) </script>--%> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de