📄 r_top.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
background-color: #B1DB99;
}
-->
</style>
</head>
<body topmargin="0">
<a href="Content.asp" target="R_main">教学内容</a> <a href="DetailSuject.asp?ID=<%=Session("SujectID")%>" target="R_main">课程简介</a><%If Session("UserType") <> "教师" Then%> <a href="DetailTeacher.asp?ID=<%=Session("TeacherID")%>" target="R_main">教师简介</a><%End If%> <%If Session("UserType") = "教师" Then%><a href="Index_Tstudent.asp?SujectID=<%=Session("SujectID")%>" target="R_main">查看学习本课程的学生</a><%End If%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -