📄 search_ach.asp
字号:
<!--#include file="conn.asp"-->
<%
'------------------------------------------------------------------------------------
'该程序是由信息中心改制!现使用的只是部分功能,将来会提供更多的服务!
'信息中心简单介绍:
'目前成员:陈峰(主任),俞娟(副主任),徐立挺(副主任),方科亚(辅导员)
'中心属性:社区分团委
'
'------------------------------------------------------------------------------------
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>每周统计系统</title><style type="text/css">
body
{
scrollbar-face-color: #C19A11;
scrollbar-highlight-color: #C19A11;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #000000;
}
</style>
<link rel="stylesheet" href="style.css">
</head>
<body topmargin="0" background="../2s/images/bj.jpg" style="background-attachment: fixed">
<div align="center">
<center>
<table border="0" width="550" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"></td>
</tr>
<tr>
<td width="100%">
</td>
</tr>
<tr>
<td width="100%">
<form method="POST" action="search_ach_2.asp">
<table border="1" width="100%" bordercolorlight="#000000" cellspacing="0" cellpadding="5" bordercolordark="#FFFFFF">
<tr>
<td width="100%" colspan="3">每周学生内务纪律统计</td>
</tr>
<tr>
<td width="34%" align="center">周 次</td>
<td width="33%" align="center">学 院</td>
<td width="33%" align="center">类 型</td>
</tr>
<tr>
<td width="34%" align="center">
<select tabindex=8 size=1
name=stclass class="smallselsect">
<option value="第1周" selected>第1周</option>
<option value="第2周">第2周</option>
<option value="第3周">第3周</option>
<option value="第4周">第4周</option>
<option value="第5周">第5周</option>
<option value="第6周">第6周</option>
<option value="第7周">第7周</option>
<option value="第8周">第8周</option>
<option value="第9周">第9周</option>
<option value="第10周">第10周</option>
<option value="第11周">第11周</option>
<option value="第12周">第12周</option>
<option value="第13周">第13周</option>
<option value="第14周">第14周</option>
<option value="第15周">第15周</option>
<option value="第16周">第16周</option>
<option value="第17周">第17周</option>
<option value="第18周">第18周</option>
<option value="第19周">第19周</option>
<option value="第20周">第20周</option>
</select></td>
<td width="33%" align="center">
<select size="1" name="subject">
<option selected value="信息学院">信息学院</option>
<option value="工学院">工学院</option>
<option value="商学院">商学院</option>
<option value="外语学院">外语学院</option>
</select></td>
<td width="33%" align="center">
<select size="1" name="testno">
<option value="未归">未归</option>
<option value="滞留">滞留</option>
<option value=" " selected>所有</option>
</select></td>
</tr>
<tr>
<td width="100%" colspan="3">
<p align="right"><input type="submit" value="提交" name="B1"></td>
</tr>
</table>
</form>
</td>
</tr>
<table border="0" width="600" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"> 最新登记记录列表</td>
<%set rs=server.createobject("adodb.recordset")%>
<%sql="select top 20 * from st_info order by id desc"%>
<%rs.open sql,conn,1,1%>
</tr>
<tr>
<td width="100%">
<table border="1" width="100%" cellspacing="0" cellpadding="5" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td width="107" align="center" bgcolor="#C0C0C0">日期</td>
<td width="108" align="center" bgcolor="#C0C0C0">学院</td>
<td width="108" align="center" bgcolor="#C0C0C0">班级</td>
<td width="108" align="center" bgcolor="#C0C0C0">姓名</td>
<td width="108" align="center" bgcolor="#C0C0C0">周次</td>
<td width="46" align="center" bgcolor="#C0C0C0">类型</td> </tr>
<%
do while not rs.eof
%>
<tr>
<td width="107" align="center"><%=(year(rs("user_number")))%>-<%=(month(rs("user_number")))%>-<%=(day(rs("user_number")))%></td>
<td width="108" align="center"><b><%=rs("user_city")%></b></td>
<td width="108" align="center"><%=rs("user_class")%></td>
<td width="108" align="center"><A
onclick="window.showModelessDialog('viewuser.asp?id=<%=rs("id")%>',0,'dialogHeight:300px;dialogWidth:550px;center:yes;help:no;resizable:no;status:no')"
href="###"><%=rs("user_name")%></A></td>
<td width="108" align="center"><%=rs("user_testnumber")%></td>
<td width="46" align="center"><%=rs("user_sex")%></td>
</tr>
<%rs.movenext%>
<%loop%>
<%rs.close%>
</table>
</td>
</tr>
</table> </tr>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -