You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

IndexLessonTerm.cshtml 5.9 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. @{
  2. ViewBag.Title = "课程表";
  3. Layout = "~/Views/Shared/_Index.cshtml";
  4. }
  5. <link href="~/Content/static/css/TimeTable.css" rel="stylesheet" />
  6. <script src="~/Content/static/js/LodopFuncs.js"></script>
  7. <style id="style1" media="print">
  8. * {
  9. -webkit-box-sizing: border-box;
  10. -moz-box-sizing: border-box;
  11. box-sizing: border-box;
  12. }
  13. ul {
  14. margin: 0px;
  15. padding: 0px;
  16. list-style: none;
  17. }
  18. li {
  19. list-style: none;
  20. }
  21. table, tr, td {
  22. cellspacing: 0px;
  23. cellpadding: 0px;
  24. padding: 0;
  25. margin: 0;
  26. }
  27. body {
  28. font-family: "Microsoft YaHei", "微软雅黑" !important;
  29. padding: 10px;
  30. color: #333;
  31. font-size: 12px;
  32. margin: 0;
  33. }
  34. .personalBox {
  35. padding: 10px;
  36. }
  37. .personT {
  38. font-size: 24px;
  39. text-align: center;
  40. margin-bottom: 15px
  41. }
  42. .perSemester {
  43. text-align: center;
  44. border: 1px solid #333;
  45. line-height: 25px;
  46. height: 30px;
  47. }
  48. .perWeek {
  49. overflow: hidden;
  50. line-height: 26px;
  51. height: 30px;
  52. text-align: center;
  53. border-left: 1px solid #333;
  54. border-right: 1px solid #333;
  55. }
  56. /*.perWeek li {
  57. width: 12.5%;
  58. float: left;
  59. border-left: 1px solid #dfdfdf;
  60. }*/
  61. .perFestivalsBox {
  62. border-left: 1px solid #333;
  63. border-right: 1px solid #333;
  64. border-bottom: 1px solid #333;
  65. text-align: center;
  66. }
  67. .perFestivalsBox td {
  68. border-left: 1px solid #333;
  69. border-top: 1px solid #333;
  70. padding: 1px;
  71. width: 9%;
  72. font-size: 12px;
  73. }
  74. .perFestivalsBox table {
  75. display: block;
  76. width: 100%;
  77. text-align: center;
  78. }
  79. .perFestivalsBox td div {
  80. min-height: 16px;
  81. line-height: 16px;
  82. }
  83. .perFestivalsBox td:first-child, .perWeek li:first-child {
  84. border-left: 0;
  85. }
  86. </style>
  87. <style>
  88. .lr-select {
  89. width: 150px;
  90. }
  91. .radio {
  92. margin-bottom: 0px;
  93. }
  94. .radio input[type=radio] {
  95. margin-top: 8px;
  96. }
  97. .WeekTimes label {
  98. padding-right: 5px;
  99. }
  100. .perWeek1 li {
  101. width: 9%;
  102. float: left;
  103. /*border-left: 1px solid #333;*/
  104. height: 100%;
  105. }
  106. .leftDiv {
  107. width: 80%;
  108. float: left;
  109. }
  110. .rightDiv {
  111. width: 20%;
  112. height: 50%;
  113. float: right;
  114. }
  115. .rightDiv .rdiv {
  116. margin-left: 20%;
  117. margin-top: 10px;
  118. }
  119. .rightDiv .dbtn {
  120. margin-left: 20%;
  121. margin-top: 10px;
  122. }
  123. .rightDiv .ebtn {
  124. margin-top: 10px;
  125. margin-left: 20px;
  126. }
  127. .perFestivalsBox td {
  128. padding: 1px;
  129. width: 9%;
  130. }
  131. .WeekTimes {
  132. text-align: left;
  133. border: 1px solid #dfdfdf;
  134. line-height: 30px;
  135. /*height: 30px;*/
  136. }
  137. </style>
  138. <div class="lr-layout lr-layout-left-center">
  139. <div class="lr-layout-left">
  140. <div class="lr-layout-wrap">
  141. <div class="lr-layout-title lrlt ">班级信息</div>
  142. <div id="dataTree" class="lr-layout-body"></div>
  143. </div>
  144. </div>
  145. <div class="lr-layout-center">
  146. <div class="lr-layout-wrap lr-layout-wrap-notitle ">
  147. <div class="lr-layout-tool">
  148. <div class="lr-layout-tool-right">
  149. <div class=" btn-group btn-group-sm">
  150. <a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
  151. </div>
  152. </div>
  153. </div>
  154. <div class="lr-layout-body" style="overflow: auto;">
  155. <div class="warpper">
  156. <div class="personalBox">
  157. @*<div class="personT"></div>*@
  158. <div class="leftDiv">
  159. @*<div class="perSemester"></div>*@
  160. <div class="WeekTimes" id="WeekTimes">周次:</div>
  161. @*<ul class="perWeek perWeek1">
  162. <li>节次/星期</li>
  163. <li>星期一</li>
  164. <li>星期二</li>
  165. <li>星期三</li>
  166. <li>星期四</li>
  167. <li>星期五</li>
  168. <li>星期六</li>
  169. <li>星期日</li>
  170. <li>星期八</li>
  171. <li>星期九</li>
  172. <li>星期十</li>
  173. </ul>*@
  174. <div class="perFestivalsBox">
  175. <table id="lessonTermTable" cellspacing="0" border="0" style="width: 100%"></table>
  176. </div>
  177. </div>
  178. <div class="rightDiv">
  179. <input id="ALTId" hidden="hidden" />
  180. <div class="rdiv" id="LessonInfo"></div>
  181. <div class="rdiv" id="EmpInfo"></div>
  182. <div class="rdiv" id="ClassroomInfo"></div>
  183. <div class="rdiv" id="WeekTimeSelect"></div>
  184. <div class="rdiv" id="WeekSelect"></div>
  185. <div class="rdiv" id="NodeSelect"></div>
  186. <button class="btn btn-default dbtn" id="delete">删除</button>
  187. <button class="btn btn-default ebtn" id="edit">修改</button>
  188. </div>
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. @Html.AppendJsFile("/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTerm.js")