⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_top.asp

📁 网络上经典的图片程序
💻 ASP
字号:
<!--#include file="setup.asp"-->
<!--#include file="check.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>管理中心</title>
<meta http-equiv=Content-Type content=text/html;charset=gb2312>
<base target="main">
<script language="javascript">
<!--
var displayBar=true;
function switchBar(obj){
	if (displayBar)
	{
		parent.frame.cols="0,*";
		displayBar=false;
		obj.src="images/admin_logo_2.gif";
		obj.title="打开左边管理菜单";
	}
	else{
		parent.frame.cols="180,*";
		displayBar=true;
		obj.src="images/admin_logo_1.gif";
		obj.title="关闭左边管理菜单";
	}
}
//-->
</script>
<link href="style.css" type=text/css rel=stylesheet>
<style type=text/css>
a { color:#FFFFFF;text-decoration:none}
a:hover {color:#DBDBDB;text-decoration: underline}
td {color: #FFFFFF; font-family: "宋体";font-weight:bold;}
</style>
</head>
<body leftmargin="0" topmargin="0">
<table cellSpacing="0" cellPadding="0" align="center" width="100%" border="0">
	<tr>
		<td class="BodyTitle" height="28"><table cellSpacing="0" cellPadding="0" width="100%" border="0">
	<tr>
		<td align="left"><img src="images/admin_logo.gif" onclick="switchBar(this)" width="150" height="32" border=0 alt="关闭左边管理菜单" style="cursor:hand"></td>
		<td width="50%"><font color="FFFFAA">新云网站管理系统控制面板</font>&nbsp;&nbsp; 
			<a href="admin_config.asp?action=reload" target=main>重建缓存</a>&nbsp;&nbsp;<a href=admin_password.asp target=main>修改密码</a>&nbsp;&nbsp;<a href="http://bbs.newasp.net" target=_blank>新云论坛</a>&nbsp;&nbsp;<a href="javascript:window.showModalDialog('about.asp','ResWin','dialogWidth:388px;dialogHeight:282px;help:no;scroll:no;status:no');">关于新云<a></td>
		<td width="10%" noWrap align=right>官方公告:</td>
		<td width="35%"><iframe scrolling="no" name="frampack" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="20" allowTransparency src="http://www.newasp.net/pack.html?site=<%=Newasp.SiteUrl%>"></iframe></td>
		<td width="5%" align=right><A href=../ target=_blank><img src="images/i_home.gif" title="返回首页" border=0></A>&nbsp;</TD>
	</tr>
		</table></td> </tr>
	<tr><td bgColor="#485161" height="1"></td></tr>
	<tr><td bgColor="#CDCDCD" height="1"></td></tr>
	<tr><td bgColor="#B5BCC7" height="1"></td></tr>
</table>
</body>
</html>
<%
Call CloseConn
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -