?? teacherleft.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="isteacher.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="pub.asp" target="main">發布資料</a></td>
</tr>
<tr align=center>
<td height="20"><a href="list.asp?teacherid=<%=session("teacherid")%>" target="main">管理資料</a></td>
</tr>
<tr align=center>
<td height="20"><a href="editinfo.asp?id=<%=session("teacherid")%>" 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 + -