adminleft.asp
来自「一个关于学校网站教育资源的网站,能实现文件的上载,可以实现教育资源的共响」· ASP 代码 · 共 52 行
ASP
52 行
<!--#include file="conn.asp"-->
<!--#include file="isadmin.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE>TD {
FONT-SIZE: 9pt; LINE-HEIGHT: 140%
}
BODY {
FONT-SIZE: 9pt; LINE-HEIGHT: 140%
}
A:link {
COLOR: #0033cc; TEXT-DECORATION: none
}
A:visited {
COLOR: #0033cc; TEXT-DECORATION: none
}
A:active {
COLOR: #ff0000; TEXT-DECORATION: none
}
A:hover {
COLOR: #000000; TEXT-DECORATION: underline
}
</STYLE>
</head>
<body text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0>
<br>
<table style="BORDER-COLLAPSE: collapse" borderColor=#808080 width=80 border=1 align="center">
<tr align=center>
<td height="20"><a href="adminteacher.asp" target="main">教师管理</a></td>
</tr>
<tr align=center>
<td height="20"><a href="addtype.asp" target="main">栏目管理</a></td>
</tr>
<tr align=center>
<td height="20"><a href="pub.asp" target="main">添加资料</a></td>
</tr>
<tr align=center>
<td height="20"><a href="list.asp" target="main">管理资料</a></td>
</tr>
<tr align=center>
<td height="20"><a href="logout.asp" target="_top">退出管理</a></td>
</tr>
</table>
</body>
</html>
<%
conn.close
set conn = nothing
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?