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

📄 left.asp

📁 ASP编写的刷ALEXA的平台
💻 ASP
字号:
<%
if session("admin")="" then
response.Redirect"login.asp"
end if
%>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.cs {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
-->
</style>
</head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CC9900" class="cs">
  <tr>
    <th height="30" colspan="2" align="center" bgcolor="#0066FF">后台管理系统</th>
  </tr>
  <tr>
    <th height="30" colspan="2" align="center" bgcolor="#FF9999">号码管理</th>
  </tr>
  <tr>
    <td width="7%" height="30" align="center" bgcolor="#FFFFCC"><img src="../images/Bmore.gif" width="20" height="14" /></td>
    <td width="93%" bgcolor="#FFFFCC"><a href="adminxx.asp" target="2">管理员修改</a></td>
  </tr>
  <tr>
    <td height="30" align="center" bgcolor="#FFFFCC"><img src="../images/Bmore.gif" width="20" height="14" /></td>
    <td height="30" bgcolor="#FFFFCC"><a href="user.asp" target="2">用户信息管理</a></td>
  </tr>
  <tr>
    <td height="30" align="center" bgcolor="#FFFFCC"><img src="../images/Bmore.gif" width="20" height="14" /></td>
    <td height="30" bgcolor="#FFFFCC"><a href="ly.asp" target="2">留言管理</a></td>
  </tr>
  <tr>
    <td height="30" colspan="2" align="center" bgcolor="#FF9999"><a href="User_Logout.Asp">退出登陆</a></td>
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

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