📄 list.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>
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
</head>
<BODY leftMargin=0 topMargin=0 marginwidth="0">
<!--#include file=../top.asp-->
<!--#include file=top.asp-->
<div align="center"><td><table width="768" border="0" bgcolor="#FFFFFF"><tr><td><div align="left">
<%
Dim LIST
LIST = Request.QueryString("list")
If LIST = 1 Then response.Write ("<p>所有选题列表</p>") End If
If LIST = 2 Then response.Write ("<p>审核选题列表</p>") End If
If LIST = 3 Then response.Write ("<p>待选题目列表</p>") End If
If LIST = 4 Then response.Write ("<p>已选题目列表</p>") End If
If LIST = 5 Then response.Write ("<p>注册教师列表</p>") End If
If LIST = 6 Then response.Write ("<p>注册学生列表</p>") End If
If LIST = 7 Then response.Write ("<p>已经选题学生列表</p>") End If
If LIST = 8 Then response.Write ("<p>尚未选题学生列表</p>") End If
%>
<table width="760" border="0">
<% If LIST = 1 Then %>
<!--#include file=list/1.asp-->
<% End If %>
<% If LIST = 2 Then %>
<!--#include file=list/2.asp-->
<% End If %>
<% If LIST = 3 Then %>
<!--#include file=list/3.asp-->
<% End If %>
<% If LIST = 4 Then %>
<!--#include file=list/4.asp-->
<% End If %>
<% If LIST = 5 Then %>
<!--#include file=list/5.asp-->
<% End If %>
<% If LIST = 6 Then %>
<!--#include file=list/6.asp-->
<% End If %>
<% If LIST = 7 Then %>
<!--#include file=list/7.asp-->
<% End If %>
<% If LIST = 8 Then %>
<!--#include file=list/8.asp-->
<% End If %>
</table>
</div></td></tr></table></td></div>
<!--#include file=botton.asp-->
<!--#include file=../botton.asp-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -