📄 left.asp
字号:
<!--#include file="Check.asp"-->
<html>
<%
Dim TeachingSujectID
TeachingSujectID = Session("TestTeachingSujectID")
Session("TestTeachingSujectID") = TeachingSujectID
If Session("TestTeachingSujectID") = "" Then
Response.Write("参数错误!")
Response.End
End If
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=Application("TestVersion")%>_类别管理</title>
<style>
BODY
{
FONT-FAMILY: "宋体";
FONT-SIZE: 9pt;
background-color: #B1DB99;
}
.p1{FONT-FAMILY: "宋体";font-size:9pt ; }
body,td,th {
font-size: 12px;
}
</style>
<base target=mains>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="5"
style="border-right:1px solid #000000;border-bottom:1px solid #000000">
<tr>
<td height="22" bgcolor="#66C06D">:: 系统管理 ::</td>
<td height="14"><img src="images/1.gif" width="8" height="10"> <a href="adminsubject.asp">类别管理</a></td>
<td height="14"><img src="images/1.gif" width="8" height="10"> <a href="AdminTopic.asp">题库管理</a></td>
<td height="14"><img src="images/1.gif" width="8" height="10"> <a href="CreateTest1.asp">自测生成</a></td>
<td height="14"><img src="images/1.gif" width="8" height="10"> <a href="AboutResult.asp">分数说明</a></td>
<td height="14"><img src="images/1.gif" width="8" height="10"> <a href="SelectSubject.asp">自测管理</a>
</td>
<td height="14"><img src="images/1.gif" width="8" height="10"> <a href="ShowAll.asp">用户信息</a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -