📄 list.asp
字号:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<script language=javascript>
<!--
function fnsubmit()
{ var bselected =1
for (var i=1;i<=17;i++)
{for (var j=0;j<eval("frmsubmit.vote"+i+".length");j++)
{ if (eval("frmsubmit.vote"+i+"["+j+"].checked"))
{ bselected =bselected+1;}
}
}
if (bselected >=18)
{
frmsubmit.action="vote.asp"
frmsubmit.submit();
}
else
alert("请把这份调查填写完毕!");
}
-->
</script>
</head>
<body bgcolor="#E2F5E2">
<form name=frmsubmit method="post">
<input type="hidden" name="coursename" value=<%=request.querystring("coursename") %>>
<input type="hidden" name="teachername" value=<%=request.querystring("teachername") %>>
<input type="hidden" name="stuid" value=<%=request.querystring("username") %>>
<input type="hidden" name="sequence" value=<%=request.querystring("sequence") %>>
<table border="0" width="861">
<td align="left" width="305" ><font color="#990000"> 课程名称:</font>
<font color="#336600"> <b><%=request.querystring("coursename")%> </b></font>
<td align="left" width="257" ><font color="#990000">被评教师:</font>
<font color="#336600"> <b> <%=request.querystring("teachername")%></b></font>
<td align="right" width="279" ><a href="javascript:window.history.back()"><font color="#990000">返回课程列表:</font></a>
</table>
<table border="1" width="811" bordercolorlight="#f2f4ff" cellpadding="4" bordercolorlight="#f1f4ff" style="font-size:x-small" align="center" height="564" >
<tr align="center" bgcolor="#66ccff">
<td colspan="2" height="16" width="476" ><font color="#80000">项目</font></td>
<td colspan="6" width="307" height="16" ><font color="#80000">满意度</font></td>
</tr>
<tr align="center">
<td colspan="2" width="476" height="14"> <b style="color:red">第一部分</b>:单项选择</td>
<td width="61" height="14">1</td>
<td width="55" height="14">2</td>
<td width="47" height="14">3</td>
<td width="48" height="14">4</td>
<td width="48" height="14">5</td>
</tr>
<tr align="center">
<td width="60" height="108" rowspan="4"> 教<p>学</p><p>态</p><p>度
<td width="404" height="19" align="left"> (1)备课充分,授课认真
<td width="61" height="19" align="center"><input type="radio" name="vote1" value="1">
<td width="55" height="19" align="center" ><input type="radio" name="vote1" value="2">
<td width="47" height="19" align="center"><input type="radio" name="vote1" value="3">
<td width="48" height="19" align="center"><input type="radio" name="vote1" value="4">
<td width="48" height="19" align="center"><input type="radio" name="vote1" value="5">
<tr align="center">
<td width="404" height="17" align="left"> (2)授课姿态
<td width="61" height="19" align="center"><input type="radio" name="vote2" value="1">
<td width="55" height="19" align="center" ><input type="radio" name="vote2" value="2">
<td width="47" height="19" align="center"><input type="radio" name="vote2" value="3">
<td width="48" height="19" align="center"><input type="radio" name="vote2" value="4">
<td width="48" height="19" align="center"><input type="radio" name="vote2" value="5">
<tr align="center">
<td width="404" height="18" align="left"> (3)虚心听取学生意见,改进教学
<td width="61" height="19" align="center"><input type="radio" name="vote3" value="1">
<td width="55" height="19" align="center" ><input type="radio" name="vote3" value="2">
<td width="47" height="19" align="center"><input type="radio" name="vote3" value="3">
<td width="48" height="19" align="center"><input type="radio" name="vote3" value="4">
<td width="48" height="19" align="center"><input type="radio" name="vote3" value="5">
<tr align="center">
<td width="404" height="18" align="left"> (4)充分有效地利用上课时间
<td width="61" height="19" align="center"><input type="radio" name="vote4" value="1">
<td width="55" height="19" align="center" ><input type="radio" name="vote4" value="2">
<td width="47" height="19" align="center"><input type="radio" name="vote4" value="3">
<td width="48" height="19" align="center"><input type="radio" name="vote4" value="4">
<td width="48" height="19" align="center"><input type="radio" name="vote4" value="5">
<tr align="center">
<td width="60" height="109" rowspan="4"> 教<p>学</p>
<p>内</p>
<p>容<td width="404" height="19" align="left"> (5)授课内容符合本课程教学大纲要求
<td width="61" height="19" align="center"><input type="radio" name="vote5" value="1">
<td width="55" height="19" align="center" ><input type="radio" name="vote5" value="2">
<td width="47" height="19" align="center"><input type="radio" name="vote5" value="3">
<td width="48" height="19" align="center"><input type="radio" name="vote5" value="4">
<td width="48" height="19" align="center"><input type="radio" name="vote5" value="5">
<tr align="center">
<td width="404" height="18" align="left"> (6)授课内容条理清楚,重点突出
<td width="61" height="19" align="center"><input type="radio" name="vote6" value="1">
<td width="55" height="19" align="center" ><input type="radio" name="vote6" value="2">
<td width="47" height="19" align="center"><input type="radio" name="vote6" value="3">
<td width="48" height="19" align="center"><input type="radio" name="vote6" value="4">
<td width="48" height="19" align="center"><input type="radio" name="vote6" value="5">
<tr align="center">
<td width="404" height="18" align="left"> (7)有效地利用实例讲解
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -