📄 left.asp
字号:
<!--#include file="conn.asp" -->
<%
if not session("checked")=2 then
response.Redirect "login.asp"
else
end if
%>
<%
exec="select * from user"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<!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>
<link href="../css/index.css" rel="stylesheet" type="text/css" />
<link href="../css/alink.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#ffffff">
<table width="96" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td align="center"> 欢迎:
<% =session("uname") %> </td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><a href="../index.asp" target="mainFrame">网站首页</a></td>
</tr>
<tr>
<td align="center"><a href="xwtj.asp" target="mainFrame">留言 / 管理</a></td>
</tr>
<tr>
<td align="center"><a href="right.asp" target="mainFrame">内容管理</a></td>
</tr>
<tr>
<td align="center"><a href="del.asp" target="mainFrame"></a></td>
</tr>
<tr>
<td align="center"><a href="set.asp" target="mainFrame">个人信息</a></td>
</tr>
<tr>
<td align="center"><a href="../logon.asp" target="_parent">退出管理</a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -