📄 top.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Top.aspx.cs" Inherits="NetCMS.Web.manage.Top" %>
<!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>
<script language="JavaScript" type="text/javascript" src="../Configuration/JS/Prototype.js"></script>
<script language="JavaScript" type="text/javascript" src="../Configuration/JS/Public.js"></script>
<script language="JavaScript" type="text/javascript" src="../Configuration/JS/jspublic.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../sysImages/<% Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
background-image: url(../sysImages/default/admin/tbg.gif);
margin-left: 0px;
margin-top: 0px;
}
-->
</style>
<script type="text/javascript">
var theDownedButtonObj=null;
function CheckBTN1(theObj,URL,URLmain)
{
var ns6 = document.getElementById&&!document.all
if(ns6)
{
if (!theDownedButtonObj) {theDownedButtonObj='button_down';}
if (theObj.className!='button')
{
theObj.className='button';
theDownedButtonObj.className='button_down';
theDownedButtonObj=theObj;
//frames["menu"].location=URL;
window.menu.location=URL;
if(URLmain!="")
{
window.sys_main.location=URLmain;
}
}
}
else
{
if (!theDownedButtonObj) {theDownedButtonObj=IDC_DownedBUtton;}
if (theObj.className!='button')
{
theObj.className='button';
theDownedButtonObj.className='button_down';
theDownedButtonObj=theObj;
window.menu.location=URL;
if(URLmain!="")
{
window.sys_main.location=URLmain;
}
}
}
}
function loactionURL(url)
{
window.open(url,"sys_main","left=100,top=50,height=300,width=150,menubar=yes,toolbar=yes,location =yes,status=yes,scrollbars=yes,resizable=yes")
}
</script>
</head>
<body onmousedown="javascript:top.menu.setshorcutmenu('none');">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="37" valign="bottom"><img src="../sysImages/logo.gif" /></td>
<td width="26%" height="37" valign="bottom"><a href="../<%Response.Write(NetCMS.Config.UIConfig.dirUser); %>/info/ChangePassword.aspx" target="sys_main" class="menu_ctr">修改密码</a> <a href="Login.aspx" class="menu_ctr" target="_top">注销</a> <a href="http://www.aspxcms.com" class="menu_ctr" target="_blank">aspxCMS.com</a></td>
</tr>
<tr>
<td height="37" colspan="2" valign="bottom">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="59%" style="text-align:left;"><div id="navi_index" style="display:inline;" runat="server" /></td>
<td width="41%"><div style="clear:both;padding-left:18px;display:inline;text-align:right;" id="checkveriframe" runat="server"></div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" valign="top"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -