sk_top.asp

来自「1.支持文章」· ASP 代码 · 共 51 行

ASP
51
字号
<!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="css/images/admin_logo.gif";
		obj.title="打开左边管理菜单";
	}
	else{
		parent.frame.cols="180,*";
		displayBar=true;
		obj.src="css/images/admin_logo_1.gif";
		obj.title="关闭左边管理菜单";
	}
}
//-->
</script>
<link href="css/admin_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  height="28"><table cellSpacing="0" cellPadding="0" width="100%" border="0">
	<tr bgcolor="#307ED6">
		<td align="left"><img src="css/images/admin_logo.gif" onClick="switchBar(this)" width="150" height="32" border=0 alt="关闭左边管理菜单" style="cursor:hand"></td>
		<td width="50%"><div align="center"><span style="font-size: 14px;">SK采集系统控制面板</span>&nbsp;&nbsp;&nbsp;</div></td>
		<td width="10%" align=right noWrap bgcolor="#307ED6">官方公告:</td>
		<td width="35%"><iframe scrolling="no" name="frampack" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="20" allowTransparency src="http://www.skxiu.com/webgg/1.asp"></iframe></td>
		<td width="5%" align=right><A href="http://www.skxiu.com" target=_blank><img src="css/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>

⌨️ 快捷键说明

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