Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Top.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Top.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Top" %> <!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")%> <style type="text/css"> #switchMenu { -moz-user-select: none; } html, body { padding: 0px; margin: 0px; } </style> </head> <body onselectstart="return false"> <div id="dvLoadingMsg" class="tip-popup tip-popup-frame" style="display: none; margin: 0px auto;"> <b class="ico ico-loading"></b> <p id="spnLoadingMsg" class="txt-tips"> <%= DefineEnum.???????????__.Define() %> </p> </div> <div id="switchMenu"> <table class="gFtable" style="height: 74px;"> <thead> <tr> <td class="gFToptd"> <div class="bd-bottom" style="height: 74px;"> <div class="gTop theme-tr has-musicBox"> <div class="theme-tl"> <div class="fn-bg top-tl"> </div> <div class="links" style="text-align: right;"> <span> <%= CookieGroup.ParentName %> <%= CookieGroup.UserName %> </span><a style="color: rgb(22, 150, 14);" target="_blank" href="http://www.ava.com.cn/"> <%= DefineEnum.??????.Define()%></a> | <%--<a target="fraMain" href="Theme.aspx"> <%= DefineEnum.???.Define()%></a> |--%> <a target="_blank" href="http://www.ava.com.cn/"> <%= DefineEnum.???.Define()%></a> | <a onclick="window.top.location.href='logout.aspx';return false;" href="#logout"> <%= DefineEnum.????.Define()%></a> </div> <h1 id="h1Logo" class="logo-ext-163"> <img src="images/avalogo.png" style="margin-top: 15px;" /> </h1> <div class="info" style="font-size: 16px; padding-top: 24px;"> <a onfocus="this.blur();" onclick="GetMenu();" hidefocus="true" href="javascript:void(0)" style="text-decoration: none;"> <%= DefineEnum.???.Define() %></a> | <% for (int i = 0; i <= this._ListSecurityMenu.Count - 1; i++) { var item = this._ListSecurityMenu[i]; if ((item.Name == "???" || item.Name == "??????") && SettingGroup.HasMeeting == false) { continue; } else if ((item.Name == "???" || item.Name == "???") && SettingGroup.HasLive == false) { continue; } %> <a onfocus="this.blur();" onclick="GetMenu('<%= item.Guid %>');" style="cursor: pointer"> <%= Define.Get(item.Name) %></a> <% if (i != this._ListSecurityMenu.Count - 1) { %> | <% } } %> </div> <div class="tip"> <div id="dvShowMsgInfo" class="t"> </div> </div> <div id="dvTab" class="tab-ctrl"> </div> </div> </div> </div> </td> </tr> </thead> </table> </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"> //????????????????? function GetMenu(guid) { if (typeof (guid) != "undefined") { window.parent.frames["fraLeft"].location.href = "<%= Request.WebPath() %>/left.aspx?guid=" + guid; window.parent.document.getElementById("fstMain").cols = "191,*"; window.parent.frames["fraMain"].location.href = "<%= Request.WebPath() %>/summary.aspx?guid=" + guid; } else { //??????????? window.parent.document.getElementById("fstMain").cols = "0,*"; window.parent.frames["fraMain"].location.href = "<%= Request.WebPath() %>/main.aspx"; } } $("#switchMenu").bind("dblclick", function () { if (window.top.document.getElementById("frmMaster").rows != "71,*") { window.top.document.getElementById("frmMaster").rows = "71,*"; $(window.document.body).css("margin-top", "0px"); } else { window.top.document.getElementById("frmMaster").rows = "4,*"; $(window.document.body).css("margin-top", "-67px"); } }); </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de