?? adminleft.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="isadmin.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/css.css" type="text/css">
<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>
<link
</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="adminset.asp" target="main">基本設置</a></td>
</tr>
<tr align=center>
<td height="20"><a href="config.asp" target="main">網站設置</a></td>
</tr>
<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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -