📄 teacherfkinfo.asp
字号:
<!--#include file="top.asp"-->
<!--#include file="Function.asp"-->
<!--#include file="Odbc_connection.asp"-->
<!--#include file="incfirst.asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="wangye9pt.css" rel="stylesheet" type="text/css">
<title><%=wtitle%></title><style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style></head>
<body>
<table width="786" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="188" rowspan="2" valign="top" background="images/lefttiao.jpg"><!--#include file="left.asp"--></td>
<td width="598" height="20"><img src="images/righttop.jpg" width="598" height="20"></td>
</tr>
<tr>
<td height="600" valign="top" background="images/rightbg.jpg"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#336699" class="w9pt">
<tr align="center" bgcolor="#FFFFFF">
<td width="100%" height="50" >
<%
depart=request("depart")
teach=request("teach")
term=request("term")
course=request("course")
if depart="请选择教师院系" or teach=Null or teach="请选择教师" then
response.write"<script>alert('请选择教师院系与教师名称!');location='pingjiaone.asp'</script>"
response.End()
end if
response.Write wtitle
%></td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td height="25" > <%="教师院系:"&depart %></td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td height="25" ><%="教师姓名:"&teach %></td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td height="25" ><%="开课学期:"&term%></td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td height="25" ><%="课程名称:"&course %></td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td height="25" >
<% strsql="select count(*) as total from XSFK where xsfk_teach='"&teach&"' and xsfk_depart='"&depart&"' and xsfk_class='"&course&"' and xsfk_term='"&term&"'"
set rs=db.execute(strsql)
xsfkren=rs("total")
response.Write "参加反馈:【"&xsfkren&"】人"
%>
</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td height="25" ><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#34689A" class="w9pt">
<tr bgcolor="#FFFFFF">
<td width="8%" height="25">序号</td>
<td width="12%">反馈人</td>
<td width="15%">反馈标题</td>
<td width="40%">反馈内容</td>
<td width="13%">反馈时间</td>
<td width="12%">反馈IP</td>
</tr>
<%
strsql="select * from XSFK where xsfk_teach='"&teach&"' and xsfk_depart='"&depart&"' and xsfk_class='"&course&"' and xsfk_term='"&term&"'"
set rs=db.execute(strsql)
J=1
do while not rs.eof
%>
<tr bgcolor="#FFFFFF">
<td height="25"><%=j%></td>
<td><%=rs("Username")%></td>
<td><%=rs("xsfk_title")%></td>
<td><%=rs("xsfk_body")%></td>
<td><%=rs("xsfk_date")%></td>
<td><%=rs("IP")%></td>
</tr>
<%
J=J+1
rs.movenext
loop
%>
</table></td>
</tr>
<% if scorel>0 then%>
<%end if %>
<% if scoret>0 then%>
<%end if %>
<% if scores>0 then%>
<%end if %>
<%if scorest>0 then %>
<%end if %>
<TR align="center" valign="middle" bgcolor="#FFFFFF">
<TD height="50"><A href="javascript:window.close();" class="w9pt">【关闭窗口】</A></TD>
</TR>
</table></td>
</tr>
</table>
</body>
</html>
<!--#include file="foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -