Default.aspx 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <%@ Page Language="C#" Debug="true" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title></title>
  6. <link href="js/tableCSS.css" rel="stylesheet" type="text/css" />
  7. <link href="js/ASPNET2BaseCss.css" rel="stylesheet" type="text/css" />
  8. <style>
  9. #maindiv{
  10. width:900px;
  11. height:auto;
  12. border:#06F 1px groove;
  13. margin:0 auto;
  14. margin-top:10px;
  15. border-radius:15px;
  16. box-shadow:#CCC 6px 6px;
  17. padding:10px;
  18. font-size:12px;
  19. background-color:White;
  20. }
  21. #menu1{
  22. background-color:#E7F4F8;
  23. border:#03C 1px dotted;
  24. border-radius:8px;
  25. color:#FFF;
  26. padding:3px;
  27. box-shadow:#859CAD 4px 4px;
  28. text-align:left;
  29. color:#333399;
  30. }
  31. #stNav
  32. {
  33. padding:5px;
  34. margin-top:6px;
  35. background-color:#87B6E9;
  36. text-align:center;
  37. border:#F00 1px thick;
  38. box-shadow:#859CAD 3px 3px;
  39. border-radius:10px;
  40. }
  41. table
  42. {box-shadow:#859CAD 3px 3px;
  43. border-radius:10px;
  44. }
  45. .style1
  46. {
  47. height: 12px;
  48. }
  49. .style2
  50. {
  51. height: 39px;
  52. }
  53. .Input3
  54. {}
  55. #XQ
  56. {
  57. width: 148px;
  58. }
  59. #JC
  60. {
  61. width: 132px;
  62. }
  63. .style3
  64. {
  65. height: 12px;
  66. width: 13%;
  67. }
  68. .style4
  69. {
  70. width: 13%;
  71. }
  72. </style>
  73. <script>
  74. function checkbox(checkbox_name, table_tr_name) {
  75. var ckData = []; //selection checkbox array
  76. var ckstr = ""; //selection checkbox string
  77. var ckArr = document.getElementsByName(checkbox_name);
  78. var text = document.getElementById("TextBox5");
  79. for (var i = 0; i < ckArr.length; i++) {
  80. if (ckArr[i].checked) {
  81. ckData.push(ckArr[i].value);
  82. ckstr += ckArr[i].value;
  83. }
  84. }
  85. if (ckstr.length > 0) {
  86. // document.getElementById(table_tr_name).style.backgroundColor = "#FB9C97";
  87. document.getElementById(table_tr_name).style.backgroundColor = "#86D0F9";
  88. }
  89. else
  90. { document.getElementById(table_tr_name).style.backgroundColor = ""; }
  91. text.value = text.value + ckstr;
  92. }
  93. </script>
  94. </head >
  95. <body bgcolor="#006666">
  96. <form id="form1" runat="server">
  97. <div id="maindiv">
  98. <div id="stNav">
  99. &nbsp;&nbsp;&nbsp;<table width='96%' height='111' border='1' align="center" cellspacing='1' bordercolor="#C1E7FD" bgcolor="#F4FCFF">
  100. <!--DWLayoutTable-->
  101. <tr bgcolor="#E2F2FC" >
  102. <td height='33' colspan="2" align="center">
  103. <font color="#FF0000" size="4" face="黑体">教学效果评分</font> </td>
  104. </tr>
  105. <TR>
  106. <TD colspan="2"><!--DWLayoutEmptyCell-->&nbsp;</TD>
  107. </TR>
  108. <tr align='center'>
  109. <td align='center' valign='middle' nowrap class="style3">
  110. 评价人姓名(督导) </td>
  111. <td width=85% align='left' valign='middle' class="style1">
  112. <asp:TextBox ID="TextBox1" runat="server" Width="120px" Height="26px" CssClass="Input3"></asp:TextBox>
  113. &nbsp;听课时间:<asp:TextBox ID="ZJ" Width="120px" Height="26px" runat="server"></asp:TextBox>
  114. &nbsp; 听课地点:<asp:TextBox ID="DD" Width="120px" Height="26px" runat="server"></asp:TextBox>
  115. &nbsp;系部:<asp:DropDownList ID="XB" Width="120px" Height="26px" CssClass="Input3" runat="server">
  116. <asp:ListItem>计算机系</asp:ListItem>
  117. <asp:ListItem>机械系</asp:ListItem>
  118. <asp:ListItem>电气系</asp:ListItem>
  119. <asp:ListItem>外语系</asp:ListItem>
  120. <asp:ListItem>经管系</asp:ListItem>
  121. <asp:ListItem>基础部</asp:ListItem>
  122. </asp:DropDownList>
  123. </td>
  124. </tr>
  125. <tr align='center'>
  126. <td align='center' valign='middle' class="style3"> 被评教师姓名</td>
  127. <td width=85% align='left' valign='middle' class="style1">
  128. <asp:TextBox
  129. ID="JSXM" runat="server" Width="120px" Height="26px" CssClass="Input3"></asp:TextBox>
  130. &nbsp;授课班级:<asp:TextBox ID="BJ" Width="120px" Height="26px" runat="server"></asp:TextBox>
  131. &nbsp; 课程名称:<asp:TextBox ID="KM" Width="276px" Height="26px" runat="server"></asp:TextBox>
  132. </td>
  133. </tr>
  134. <tr align='center'>
  135. <td height='12' align='center' valign='middle' class="style4"> 星期</td>
  136. <td align='left' valign='middle'>
  137. <label>
  138. <asp:DropDownList ID="XQ" runat="server" Width="120px" Height="26px" >
  139. <asp:ListItem>一</asp:ListItem>
  140. <asp:ListItem>二</asp:ListItem>
  141. <asp:ListItem>三</asp:ListItem>
  142. <asp:ListItem>四</asp:ListItem>
  143. <asp:ListItem>五</asp:ListItem>
  144. <asp:ListItem>六</asp:ListItem>
  145. <asp:ListItem>日</asp:ListItem>
  146. </asp:DropDownList>
  147. &nbsp;
  148. 节&nbsp;&nbsp;次&nbsp;:
  149. <asp:DropDownList ID="JC" runat="server" Width="120px" Height="26px" >
  150. <asp:ListItem>第1-2节</asp:ListItem>
  151. <asp:ListItem>第3-4节</asp:ListItem>
  152. <asp:ListItem>第5-6节</asp:ListItem>
  153. <asp:ListItem>第7-8节</asp:ListItem>
  154. <asp:ListItem>第9-10节</asp:ListItem>
  155. <asp:ListItem>第11-12节</asp:ListItem>
  156. <asp:ListItem>第1节</asp:ListItem>
  157. <asp:ListItem>第2节</asp:ListItem>
  158. <asp:ListItem>第3节</asp:ListItem>
  159. <asp:ListItem>第4节</asp:ListItem>
  160. <asp:ListItem>第5节</asp:ListItem>
  161. <asp:ListItem>第6节</asp:ListItem>
  162. <asp:ListItem>第7节</asp:ListItem>
  163. <asp:ListItem>第8节</asp:ListItem>
  164. <asp:ListItem>第9节</asp:ListItem>
  165. <asp:ListItem>第10节</asp:ListItem>
  166. <asp:ListItem>第11节</asp:ListItem>
  167. <asp:ListItem>第12节</asp:ListItem>
  168. </asp:DropDownList>
  169. &nbsp; 综合评价分(0-100)<asp:TextBox ID="PF" Width="120px" Height="26px"
  170. runat="server"></asp:TextBox>
  171. </label>
  172. </td>
  173. </tr>
  174. <tr align='center'>
  175. <td height='12' align='center' valign='middle' class="style4"><p>教学评价内容</p>
  176. <p style="color: #FF3300">(100字以上)</p>
  177. </td>
  178. <td width=85% align='left' valign='middle'>
  179. <asp:TextBox ID="TextBox5" runat="server" TextMode="MultiLine"
  180. Width="663px" CssClass="Input3" Height="107px"></asp:TextBox>
  181. <BR> </td>
  182. </tr>
  183. <tr align='center'>
  184. <td height='12' align='center' valign='middle' class="style4"><p>督导情况记录</p>
  185. <p>(60字以上)</p>
  186. </td>
  187. <td width=85% align='left' valign='middle'>
  188. <asp:TextBox ID="TextBox2" runat="server" TextMode="MultiLine"
  189. Width="663px" CssClass="Input3" Height="107px"></asp:TextBox>
  190. <BR> </td>
  191. </tr>
  192. <tr align='center'>
  193. <td colspan="2" align='center' valign='middle' class="style2"> &nbsp;<asp:Button
  194. ID="Button1" runat="server" CssClass="Input3" Height="26px"
  195. Text=" 全部提交 " onclick="Button1_Click" />
  196. <input type='reset' name='Submit2' value=' 全部重写 ' Height="26px" class="Input3"></td>
  197. </tr>
  198. </table><br />
  199. </div>
  200. <div id="menu1">
  201. <asp:Literal ID="Literal1" runat="server"></asp:Literal>
  202. </div>
  203. </form>
  204. </body>
  205. </html>