📄 shiti_indexgl.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="checkuser.asp"-->
<%
dim rs,sql
set rs=server.createobject("adodb.recordset")
sql="select * from index where id=1"
rs.open sql,conn,1,1
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>吻宇考试管理系统</title>
<style type="text/css">
<!--
body {
background-color: #EFF8FE;
}
body,td,th {
font-size: 12px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
color: #000000;
}
.style1 {color: #FF0000}
-->
</style>
</head>
<body>
<table width="487" align="center" cellpadding="1" cellspacing="1" bgcolor="#67B0ED">
<tr bgcolor="#EFF8FE">
<td colspan="2"><div align="center">欢迎来到吻宇考试管理系统<span class="style1">试题管理</span>系统</div></td>
</tr>
<tr bgcolor="#EFF8FE">
<td colspan="2">本考试管理系统的<span class="style1">试题管理</span>系统是通过分库对试题进行管理的</td>
</tr>
<tr>
<td width="213" bgcolor="#EFF8FE">现在考试管理系统共有题库:<%=rs("sjzs")%>个</td>
<td width="265" bgcolor="#EFF8FE">在下面我们可以选择我们需要管理的题库进行管理</td>
</tr>
<tr bgcolor="#EFF8FE">
<td colspan="2"><table cellspacing="1" cellpadding="1">
<%for i=1 to rs("sjzs")%>
<td width="76"><a href="shiti_gl.asp?tk=<%=i%>&mdb=shiti<%=i-1%>">题库<%=i%></a></td>
<%
if int(i/6)=i/6 then
response.write"<tr></tr>"
end if
next%>
</table></td>
</tr>
</table>
</body>
</html>
<%
rs.close
set rs=nothing
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -