⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 晴和教务管理系统
💻 ASP
字号:
<!--#include file="../inc/top.asp"-->
<div align="center">
<table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<tr> 
<td width="180" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="table-you">
<!--#include file="../loginout.asp"-->
<table width=100% border=0 align=center cellpadding=0 cellspacing=0>
<tr>
<td height="35" bgcolor="f1f1f1" background="/jw/images/menu_10.gif" align="right" valign="bottom">
软 件 搜 索&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr>
<tr>
<td class="table-xia">
<table width="90%" border="0" cellspacing="0" cellpadding="2" align="center">
<form name="34" method="post" action="/down/searchsoft.asp">
<tr> 
<td align="center"><font color="#999999">输入搜索内容包含的关键字</font></td>
</tr>
<tr> 
<td align="center">关键字: 
<input type="text" class="wenbenkuang" name="key" size="14">
</td>
</tr>
<tr> 
<td align="center">搜索类别: 
<select size="1" name="fl">
	<option selected value="">所有分类</option>
	<option value="教学相关">教学相关</option>
	<option value="系统工具">系统工具</option>
	<option value="网络程序">网络程序</option>
	<option value="编程开发">编程开发</option>
	<option value="图形处理">图形处理</option>
	<option value="程序源码">程序源码</option>
	<option value="媒体播放">媒体播放</option>
	<option value="其它软件">其它软件</option>
</select>
</td>
</tr>
<tr> 
<td align="center" height="38"> 
<input class=go-wenbenkuang name="imageField" value="搜 索" type=submit onFocus="this.blur()">
<input class=go-wenbenkuang type=reset value="重 新 输 入" name=Submit2>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>

</td>

<td width="580" valign="top" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> 
<!--1-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td class="table-shangxia" bgcolor="#ffffff" height="35"><img src="/jw/images/menu_06.gif" width="41" height="33" align="absmiddle"> <a href="/jw/index.asp">教学系统</a> >>  >> 评课系统
</td>
</tr>
</table>
<!--2-->
<%If request.Cookies("jiaowu")("login") = "true" Then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td  height="30" align="center" class="table-xia"><font color="#FF0000">
请选择科目,每科可以评价三次</font></td>
</tr>
</table>
<table width="580" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td class="table-you" align="center" width="145" height="22"><p class="table-xia">课程代码</p></td>
<td class="table-you" align="center" width="145" height="22"><p class="table-xia">课程名称</p></td>
<td class="table-you" align="center" width="145" height="22"><p class="table-xia">授课教师</p></td>
<td align="center" width="145" height="22"><p class="table-xia">评课</p></td>
</tr>
<%
set rs=server.CreateObject("adodb.recordset")
sql="select Jw_stuclass.*,Jw_teaclass.* from Jw_stuclass,Jw_teaclass where Jw_stuclass.studentNum = '"& request.Cookies("jiaowu")("Num") &"' and  Jw_teaclass.ID = Jw_stuclass.teacherclassID"
rs.open sql,conn,1,3
do while not rs.eof
%>
<TR>

<td class="table-you" align="center" width="145" height="22"><p class="table-xia"><% =rs(4)%></p></td>
<td class="table-you" align="center" width="145" height="22"><p class="table-xia"><% =rs(6)%></p></td>
<td class="table-you" align="center" width="145" height="22"><p class="table-xia"><% =rs(7)%></p></td>
<td align="center" width="145" height="22"><p class="table-xia">
<a href="info.asp?classNum=<% =rs(4)%>&classname=<% =rs(6)%>&teacher=<% =rs(7)%>&teachernum=<% =rs(8)%>">评课</a></p></td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
</table>
<% Else %>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<TR>
<td  height="100" align="center" class="table-xia"><font color="#FF0000">你还没有登陆本系统</font></td>
</tr>
</table>
<% End If%>
</td>
</tr>
</table>
</div>
<!--#include file="../inc/end.asp"-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -