📄 fi.asp
字号:
<!--#include file="conn.asp" -->
<%
dim filename,download
mclass=request("mclass")
sclass=request("sclass")
filename="index.asp"
dim msearchword
msearchword=Request("search")
vestid=Request("id")
if not isempty(request("page")) then
currentPage=cint(request("page"))
else
currentPage=1
end if
if mclass="" then
mclass="1"
end if
%>
<html>
<head>
<title>管理员页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
a:link { text-decoration: none}
body { font-size: 10.5pt}
table { font-size: 10.5pt}
a:active { text-decoration: none}
a:hover { text-decoration: none}
a:visited { text-decoration: none}
-->
</style>
<base target="mainFrame">
</head>
<body bgcolor="#333333" link="#FFFFFF" text="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"><%
sql="select * from mclass where mclass_id="&session("dd")&""
set rs=server.createobject("adodb.recordset")
rs.Open sql,conn,1,3
if not rs.EOF then
allcust=rs("allcust")
rs.close
set rs=nothing
end if
%>
<p align="center"><font color="#FFFFFF"><%if session("ming")="未填" then
response.write session("name")
else
response.write session("ming")
end if%>,你好!</font></p><p align=center>
<span style="font-size: 9pt"><a target="mainFrame" href="admin.asp">系统首页</a></span><font color="#FFFFCC">
<p align=center>
<span style="font-size: 9pt"><a target="mainFrame" href="system_userlist.asp?mclass=<%=session("dd")%>">用户管理</a></span>
<p align=center>
<span style="font-size: 9pt"><a href="buglist.asp">错误报告</a></span>
<p align=center>
<span style="font-size: 9pt"><a target="_top" href="../guanli.asp">
<font color="#FF6600">返回前台</font></a></span><p align=center>
<p align=center>
<span style="font-size: 9pt"><a target="_top" href="../loginout.asp">退出管理</a> </span>
</font>
<p align="center"><font size="1">Ver2.0Bate</font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -