📄 sk_top.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--#include file="inc/setup.asp"-->
<!--#include file="inc/cj_cls.asp"-->
<html>
<head>
<title>管理中心</title>
<%
'----是否登陆---------------------
Call Skcj.Admin()
If Skcj.IsAdmin=False Then
ErrMsg="<li> 您没有登陆或不是管理员。请<a href='sk_login.asp' target='_top'>登陆</a>。"
response.Redirect("Sk_err.asp?action=AdminErr&ErrMsg="&ErrMsg&"")
response.End()
End If
'-------------------------------------
%>
<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;}
body {
background-color: #307ED6;
}
</style>
</head>
<body leftmargin="0" topmargin="0">
<table width="100%" height="37" border="0" align="center" cellPadding="0" cellSpacing="0">
<tr>
<td height="28"><table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr bgcolor="#307ED6">
<td width="15%" align="left"> </td>
<td width="46%" align="left" bgcolor="#307ED6"> <a href="sk_config.asp"><img src="css/images/top_bt2.gif" width="96" height="32" border="0"></a><a href="Sk_Pwd.asp"><img src="css/images/top_bt1.gif" width="96" height="32" border="0"></a><a href="Sk_CleanCache.asp" ><img src="css/images/top_bt3.gif" width="96" height="32" border="0"></a></td>
<td width="23%" align=right noWrap bgcolor="#307ED6">官方程序:</td>
<td width="14%" bgcolor="#307ED6">http://cj.iising.com</td>
<td width="2%" align=right bgcolor="#307ED6"><A href="http://cj.iising.com" target=_blank><img src="css/images/i_home.gif" width="19" border=0 title="官方网站"></A> </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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -