BrowseMenu.aspx 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <%@ Page Language="C#" Debug=true AutoEventWireup="true" CodeFile="BrowseMenu.aspx.cs" Inherits="EditMenu_BrowseMenu" %>
  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 id="Head1" runat="server">
  5. <title></title>
  6. <style>
  7. #maindiv{
  8. width:900px;
  9. height:auto;
  10. border:#06F 1px groove;
  11. margin:0 auto;
  12. margin-top:10px;
  13. border-radius:15px;
  14. box-shadow:#CCC 6px 6px;
  15. padding:10px;
  16. font-size:12px;
  17. background-color:White;
  18. }
  19. #menu1{
  20. background-color:#E7F4F8;
  21. border:#03C 1px dotted;
  22. border-radius:8px;
  23. color:#FFF;
  24. padding:3px;
  25. box-shadow:#859CAD 4px 4px;
  26. text-align:left;
  27. color:#333399;
  28. }
  29. #stNav
  30. {
  31. padding:5px;
  32. margin-top:6px;
  33. background-color:#87B6E9;
  34. text-align:center;
  35. border:#F00 1px thick;
  36. box-shadow:#859CAD 3px 3px;
  37. border-radius:10px;
  38. }
  39. table
  40. {box-shadow:#859CAD 3px 3px;
  41. border-radius:10px;
  42. }
  43. h2{
  44. font-size:40px;
  45. font-family:"黑体";
  46. text-align:center;
  47. color:#00C;
  48. text-shadow:#000 2px 2px 5px, #FFFFFF -1px -1px 8px,2px 2px 6px #000000;
  49. /*color:#E6E073;
  50. -webkit-text-stroke: 1px #000; */
  51. }
  52. .style1
  53. {
  54. height: 12px;
  55. }
  56. .style2
  57. {
  58. height: 39px;
  59. }
  60. #XQ
  61. {
  62. width: 148px;
  63. }
  64. #JC
  65. {
  66. width: 132px;
  67. }
  68. .style3
  69. {
  70. height: 12px;
  71. width: 15%;
  72. }
  73. .style4
  74. {
  75. width: 15%;
  76. }
  77. .zhpj
  78. {
  79. font-size:22px;
  80. font-family:楷体;
  81. }
  82. </style>
  83. <script>
  84. function checkbox(checkbox_name, table_tr_name) {
  85. var ckData = []; //selection checkbox array
  86. var ckstr = ""; //selection checkbox string
  87. var ckArr = document.getElementsByName(checkbox_name);
  88. var text = document.getElementById("TextBox5");
  89. for (var i = 0; i < ckArr.length; i++) {
  90. if (ckArr[i].checked) {
  91. ckData.push(ckArr[i].value);
  92. ckstr += ckArr[i].value;
  93. }
  94. }
  95. if (ckstr.length > 0) {
  96. // document.getElementById(table_tr_name).style.backgroundColor = "#FB9C97";
  97. document.getElementById(table_tr_name).style.backgroundColor = "#86D0F9";
  98. }
  99. else
  100. { document.getElementById(table_tr_name).style.backgroundColor = ""; }
  101. text.value = text.value + ckstr;
  102. }
  103. </script>
  104. <link href="js/tableCSS.css" rel="stylesheet" type="text/css" />
  105. <link href="js/ASPNET2BaseCss.css" rel="stylesheet" type="text/css" />
  106. </head>
  107. <body bgcolor="#006666">
  108. <form id="form1" runat="server">
  109. <div id="maindiv">
  110. <div id="stNav">
  111. &nbsp;&nbsp;&nbsp;<table width='96%' height='111' border='1' align="center" cellspacing='1' bordercolor="#C1E7FD" bgcolor="#F4FCFF">
  112. <!--DWLayoutTable-->
  113. <tr bgcolor="#E2F2FC" >
  114. <td height='33' colspan="2" align="center">
  115. <h2><asp:Literal ID="Literal2" runat="server"></asp:Literal></h2> </td>
  116. </tr>
  117. <TR>
  118. <TD colspan="2"><!--DWLayoutEmptyCell-->&nbsp;</TD>
  119. </TR>
  120. <tr align='center'>
  121. <td align='center' valign='middle' nowrap class="style3">
  122. 评价人姓名(督导) </td>
  123. <td width=85% align='left' valign='middle' class="style1">
  124. <asp:TextBox ID="TextBox1" runat="server" Width="120px" Height="26px"
  125. CssClass="Input3"></asp:TextBox>
  126. &nbsp;听课时间:<asp:TextBox ID="ZJ" Width="120px" Height="26px"
  127. runat="server"></asp:TextBox>
  128. &nbsp; 听课地点:<asp:TextBox ID="DD" Width="120px" Height="26px" runat="server"></asp:TextBox>
  129. 系部:<asp:TextBox ID="XB" Width="120px" Height="26px" runat="server"></asp:TextBox>
  130. </td>
  131. </tr>
  132. <tr align='center'>
  133. <td align='center' valign='middle' class="style3"> 被评教师姓名</td>
  134. <td width=85% align='left' valign='middle' class="style1">
  135. <asp:TextBox
  136. ID="JSXM" runat="server" Width="143px" Height="26px" CssClass="Input3">张XX</asp:TextBox>
  137. &nbsp;授课班级:<asp:TextBox ID="BJ" Width="143px" Height="26px" runat="server"></asp:TextBox>
  138. &nbsp; 课程名称:<asp:TextBox ID="KM" Width="143px" Height="26px" runat="server"></asp:TextBox>
  139. </td>
  140. </tr>
  141. <tr align='center'>
  142. <td height='12' align='center' valign='middle' class="style4"> 星期</td>
  143. <td align='left' valign='middle'>
  144. <label>
  145. <asp:TextBox ID="XQ" Width="143px" Height="26px" runat="server"></asp:TextBox>
  146. &nbsp;
  147. 节&nbsp; 次: <asp:TextBox ID="JC" Width="143px" Height="26px" runat="server"></asp:TextBox>
  148. &nbsp;评价分(0-100)<asp:TextBox ID="PF" Width="143px" Height="26px" runat="server"></asp:TextBox>
  149. </label>
  150. </td>
  151. </tr>
  152. <tr align='center'>
  153. <td height='12' align='center' valign='middle' class="style4"><p>教学评价内容</p>
  154. <p style="color: #FF3300">
  155. <asp:Literal ID="Literal3" runat="server"></asp:Literal>
  156. </p>
  157. </td>
  158. <td width=85% align='left' valign='middle'>
  159. <asp:TextBox ID="ZHPJ" runat="server" TextMode="MultiLine"
  160. Width="663px" class="zhpj" Height="205px"></asp:TextBox>
  161. <BR> </td>
  162. </tr>
  163. <tr align='center'>
  164. <td colspan="2" align='center' valign='middle' class="style2"> &nbsp;
  165. </td>
  166. </tr>
  167. </table><br />
  168. </div>
  169. </div>
  170. </form>
  171. </body>
  172. </html>