📄 left.asp
字号:
<%
if session("user_type")<>"S" then
response.redirect "../../index.asp"
end if
%>
<html>
<head>
<title>管理信息列表</title>
<link rel="stylesheet" href="../../system/menu.css">
<base target="middle">
</head>
<body>
<center>
<p align=center><font color="#ffffff"><%=session("lesson_name")%></font>
<p>
<TABLE width=90%>
<TR>
<TD align=center><a href="guest/index.asp">收 件 箱</a></TD>
</TR>
</TABLE>
<p>
<TABLE width=90%>
<TR>
<TD align=center><a href="guest/send.asp">发 信 件</a></TD>
</TR>
</TABLE>
<!-- <p>
<TABLE width=90%>
<TR>
<TD align=center><a href="#" onclick="javascript:window.open('../interact/icq/send.asp','dxjhqticqsend','Status=no,scrollbars=no,resizable=no,width=350,height=180')" target="_self">即时呼叫</a></TD>
</TR>
</TABLE> -->
<p> 
<TABLE width=90%>
<TR>
<TD align=center><a href="teacher/index.asp">教师资料</a></TD>
</TR>
</TABLE>
<p>
<TABLE width=90%>
<TR>
<TD align=center><a href="classmates/index.asp">同学资料</a></TD>
</TR>
</TABLE>
<p>
<%If session("user_id")<>"guest" then%>
<TABLE width=90%>
<TR>
<TD align=center><a href="personal/index.asp">个人资料</a></TD>
</TR>
</TABLE>
<%end if%>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -