academicr.php 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Document</title>
  6. <style media="print">
  7. @media print {
  8. .Noprint{display:none;}
  9. body {color: #000; background: #fff;font-family:"宋体";}
  10. h1 {color: #000; background: none; }
  11. nav, aside {display: none;}
  12. body, article { width: 100%; margin: 0; padding: 0; }
  13. article a { font-weight: bolder; text-decoration: none; }
  14. article a[href^=http]{display: none;}
  15. @page{margin: 1cm; }
  16. @page {size:B5 portrait;}
  17. @page:left { margin-left: 1cm;}
  18. @page:right { margin-left:1cm;}
  19. @page:right {
  20. @bottom-right {
  21. margin: 10pt 0 30pt 0;
  22. border-top: .25pt solid #666;
  23. content: 33;
  24. font-size: 9pt;
  25. }
  26. }
  27. }
  28. </style>
  29. <style type="text/css">
  30. *{margin: 0;padding: 0;}
  31. body{font-family: '微软雅黑';color:#000;margin: 8px;font-size: 10px;}
  32. .fl{float: left;}
  33. .fr{float: right;}
  34. .tac{text-align: center !important;}
  35. .tal{text-align: left !important;}
  36. .fzxl{font-size: 14px;}
  37. .fzl{font-size: 12px;}
  38. .fzm{font-size: 10px;}
  39. .fzs{font-size: 8px;}
  40. .gray-font{color: #696969;}
  41. .clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
  42. .clearfix {*zoom:1; }
  43. .main-con{width: 900px;border: 1px solid #000;margin: auto;}
  44. .tec-title{font-size: 14px;line-height: 20px;margin: 0 40px;}
  45. .tec-lis{margin: 0 26px;}
  46. .tl-tit{margin: 6px 0;}
  47. img{vertical-align: middle;}
  48. ul li{list-style: none;}
  49. table{border: 1px solid #C4C4C4;border-bottom: none;font-size: 10px;margin: auto;}
  50. td{border-right: 1px solid #C4C4C4;border-bottom: 1px solid #C4C4C4;}
  51. td:last-child,tr:last-child{border-right: none;}
  52. .class-analyze-detail,.cad-main-tables,.knowledge-hasget-count,
  53. .knowledge-counts{width: 100%;margin-top: 6px;}
  54. .class-analyze-detail{font-size: 8px;}
  55. .class-analyze-detail p{margin: 4px;}
  56. .class-analyze-detail tr{width: 25%;}
  57. .cad-main-tables td{padding: 2px;width: 33.33%;}
  58. .cmt-tab-lis{width: 24.4%;margin-right: .82%;font-size: 8px;}
  59. .cad-main-tables table:last-child{margin-right: 0;}
  60. .knowledge-hasget-count td{height: 22px;}
  61. .test-point-name{text-indent: 4px;}
  62. .test-point-name,.sel-theme-ser{text-align: left;}
  63. .sel-theme-ser > span{display: inline-block;margin: 1px;width: 16px;height: 16px;line-height: 16px;border: 1px solid #C0C0C2;background: #FAFAFA;border-radius: 50%;font-size: 8px;}
  64. .knowledge-counts td{padding: 4px 0;}
  65. .test-point-name{width: 40%;}
  66. .sel-theme-ser{width: 25%;}
  67. .them-apecial-style{position: relative;margin-top: 6px;}
  68. .cad-main-tables{margin: 6px auto;}
  69. .tas-tit-stl{
  70. position: relative;
  71. padding: 0 12px;
  72. opacity: 0.85;
  73. height: 18px;
  74. width: 30px;
  75. line-height: 18px;
  76. background: #D8D9D8;
  77. -webkit-transform: skew(-30deg);
  78. -moz-transform: skew(-30deg);
  79. -o-transform: skew(-30deg);
  80. transform: skew(-30deg);
  81. color: #000;
  82. z-index: 100;
  83. }
  84. .tts-msg{background: #D8D9D8;font-size: 10px;color: #000;position: absolute;left: 10px;line-height: 18px;z-index: 200;}
  85. .quadrangle-right{
  86. position: relative;
  87. z-index: 99;
  88. float: left;
  89. width: 20px;
  90. height: 18px;
  91. background: #EDEDED;
  92. -webkit-transform: skew(30deg);
  93. -moz-transform: skew(30deg);
  94. -o-transform: skew(30deg);
  95. transform: skew(30deg);
  96. }
  97. .tas-score-detail{
  98. border-bottom: 1px solid #D9D9D9;
  99. line-height: 18px;
  100. padding: 0 6px;
  101. }
  102. .tsd-lis-detail{padding: 0 4px 0 2px;border-right: 1px solid #D6D6D7;}
  103. .tsd-lis-detail:last-child{border: none;}
  104. .theme-detail-msg p,.answer-explain-detail p,.ltc-case-answer p{display: inline;}
  105. .lis-four{width: 23%;}
  106. .lis-two{width: 44%;}
  107. .lis-one{width: 88%;}
  108. .lis-one p{display: inline;}
  109. .answer li{margin: 4px 0;}
  110. .theme-detail-msg{margin: 4px 0;}
  111. .aed-answer-msg,.lcc-tit-msg{margin-right: 6px;position: relative;padding-left: 12px;}
  112. .aed-answer-msg:before,.lcc-tit-msg:before{
  113. content: '';
  114. border-top: 5px solid transparent;
  115. border-bottom: 5px solid transparent;
  116. border-left: 8px solid #B4B4B4;
  117. position: absolute;
  118. left: 0;
  119. top: 2px;
  120. }
  121. .aed-answer-explain{width: 100%;}
  122. .guide {width: 95%;border-radius: 4px;border: 1px solid #bfbfbf;margin-top: 20px;padding-left: 4px;}
  123. .fontBold {font-weight: bold;}
  124. .guide legend{margin-left: 4px;}
  125. .ltc-case-con{margin-top: 6px;}
  126. .lcc-tit-msg {margin-top: 6px;}
  127. .lcc-case-detail{width: 86%;}
  128. .stars{width: 8px;}
  129. .tit-white-bg{position: relative;height: 20px;background: #fff;}
  130. .font10 {
  131. font-size: 10px !important;
  132. }
  133. .topic-point {
  134. margin-top: 3px;
  135. line-height: 14px;
  136. }
  137. .topic-order {
  138. padding: 0 4px;
  139. height: 16px;
  140. line-height: 16px;
  141. background-color: #3a3a3a;
  142. color: #fff;
  143. }
  144. .fontBold {
  145. font-weight: bold;
  146. }
  147. .topic-point-border {
  148. border-bottom: 1px solid #ccc;
  149. }
  150. .aed-answer-msgs,.lcc-tit-msgs{margin-right: 6px;position: relative;}
  151. .no-border{border: none;}
  152. .slq-topic-order{
  153. padding: 0 8px;
  154. height: 16px;
  155. line-height: 16px;
  156. background-color: #6A6A6A;
  157. color: #fff;
  158. border-radius: 8px;
  159. }
  160. .slq-answer {margin-left: 10px;margin-top: 6px;}
  161. .slq-list .aed-answer-explain{width: 100%;}
  162. .sweep-icon{position: absolute;right: 0;top: 6px;width: 50px;height: 50px;}
  163. .slq-list .them-apecial-style{min-height: 60px;}
  164. .has-ma{width: 88%;}
  165. .answer-explain-detail {margin-top: 6px;}
  166. .aed-answer-msgs,.aed-answer-explain{line-height: 24px;}
  167. .line {border-bottom: 1px solid #D9D9D9;position: absolute;left: 0;right: 0;top: 16px;}
  168. .little-themes-con{position: relative;}
  169. .theme-answer-cons.has-ma{min-height: 60px;}
  170. .theme-answer-cons{position: relative;}
  171. img{max-width: 100%;}
  172. </style>
  173. </head>
  174. <body>
  175. <?php
  176. if(!isset($imgUrl)){
  177. $imgUrl = Yii::app()->request->hostInfo;
  178. }
  179. ?>
  180. <p class="tec-title tac"><?php echo $examName; ?>-<?php echo $className ?>-教师讲案</p>
  181. <div class="tec-lis">
  182. <p class="tl-tit fzl">一、班级情况分析</p>
  183. <table cellpadding="0" cellspacing="0" class="class-analyze-detail">
  184. <tr>
  185. <td>
  186. <p class="tl-num-detail">参加考试人数&nbsp;&nbsp;<?php if (isset($totalNum)): echo $totalNum; endif; ?>人</p>
  187. <p class="tl-num-warn"><?php if (isset($absentNum)): echo $absentNum; else: echo '0'; endif; ?>人缺考</p>
  188. </td>
  189. <td>
  190. <p class="tl-num-detail">平均得分率&nbsp;&nbsp;<?php if (isset($avgRate)): echo $avgRate; endif; ?>%</p>
  191. <p class="tl-num-warn">较上次考试<?php if (isset($avgFluctuate)): if ($avgFluctuate > 0): echo '+'; endif; echo $avgFluctuate; endif; ?>%</p>
  192. </td>
  193. <td>
  194. <p class="tl-num-detail">平均分&nbsp;&nbsp;<?php if (isset($avgScore)): echo $avgScore; endif; ?></p>
  195. <p class="tl-num-warn">最高分<?php if (isset($maxScore)): echo $maxScore; endif; ?>, 最低分<?php if (isset($minScore)): echo $minScore; endif; ?>, 满分<?php if (isset($fullScore)): echo $fullScore; endif; ?></p>
  196. </td>
  197. <td>
  198. <p class="tl-num-detail">及格率&nbsp;&nbsp;<?php if (isset($passRate)): echo $passRate; else: echo '0'; endif; ?>%</p>
  199. <p class="tl-num-warn">其中得分率90%以上的有<?php if (isset($passNum_90)): echo $passNum_90; else: echo '0'; endif; ?>人</p>
  200. </td>
  201. </tr>
  202. </table>
  203. <div class="cad-main-tables clearfix">
  204. <table cellpadding="0" cellspacing="0" class="cmt-tab-lis tac fl">
  205. <tr>
  206. <td colspan="3" class="fzm">大幅进步</td>
  207. </tr>
  208. <tr class="gray-font">
  209. <td>姓名</td>
  210. <td>班级排名</td>
  211. <td>排名提升</td>
  212. </tr>
  213. <?php if (isset($forwards)): ?>
  214. <?php $i = 1; ?>
  215. <?php foreach ($forwards as $key => $val): ?>
  216. <?php foreach ($val as $k => $v): ?>
  217. <?php if ($i > 5): break 2; endif; ?>
  218. <tr>
  219. <td><?php echo $v['realname']; ?></td>
  220. <td><?php echo $v['rank']; ?></td>
  221. <td><?php echo $key; ?></td>
  222. </tr>
  223. <?php $i++; ?>
  224. <?php endforeach; ?>
  225. <?php endforeach; ?>
  226. <?php endif; ?>
  227. </table>
  228. <table cellpadding="0" cellspacing="0" class="cmt-tab-lis tac fl">
  229. <tr>
  230. <td colspan="3" class="fzm">大幅退步</td>
  231. </tr>
  232. <tr class="gray-font">
  233. <td>姓名</td>
  234. <td>班级排名</td>
  235. <td>排名下降</td>
  236. </tr>
  237. <?php if (isset($rewinds)): ?>
  238. <?php $i = 1; ?>
  239. <?php foreach ($rewinds as $key => $val): ?>
  240. <?php foreach ($val as $k => $v): ?>
  241. <?php if ($i > 5): break 2; endif; ?>
  242. <tr>
  243. <td><?php echo $v['realname']; ?></td>
  244. <td><?php echo $v['rank']; ?></td>
  245. <td><?php echo $key; ?></td>
  246. </tr>
  247. <?php $i++; ?>
  248. <?php endforeach; ?>
  249. <?php endforeach; ?>
  250. <?php endif; ?>
  251. </table>
  252. <table cellpadding="0" cellspacing="0" class="cmt-tab-lis tac fl">
  253. <tr>
  254. <td colspan="3" class="fzm">班级前五名</td>
  255. </tr>
  256. <tr class="gray-font">
  257. <td>姓名</td>
  258. <td>班级排名</td>
  259. </tr>
  260. <?php if (isset($ranks)): ?>
  261. <?php $i = 1; ?>
  262. <?php foreach ($ranks as $rank): ?>
  263. <?php if ($i > 5): break; endif; ?>
  264. <tr>
  265. <td><?php echo $rank['realname']; ?></td>
  266. <td><?php echo $rank['rank']; ?></td>
  267. </tr>
  268. <?php $i++; ?>
  269. <?php endforeach; ?>
  270. <?php endif; ?>
  271. </table>
  272. <table cellpadding="0" cellspacing="0" class="cmt-tab-lis tac fl">
  273. <tr>
  274. <td colspan="3" class="fzm">班级后五名</td>
  275. </tr>
  276. <tr class="gray-font">
  277. <td>姓名</td>
  278. <td>班级排名</td>
  279. </tr>
  280. <?php if (isset($ranks)): ?>
  281. <?php $i = 1; ?>
  282. <?php foreach (array_reverse($ranks) as $rank): ?>
  283. <?php if ($i > 5): break; endif; ?>
  284. <tr>
  285. <td><?php echo $rank['realname']; ?></td>
  286. <td><?php echo $rank['rank']; ?></td>
  287. </tr>
  288. <?php $i++; ?>
  289. <?php endforeach; ?>
  290. <?php endif; ?>
  291. </table>
  292. </div>
  293. </div>
  294. <div class="tec-lis">
  295. <p class="tl-tit fzl">二、考试情况分析</p>
  296. <?php if (isset($errorNums)): ?>
  297. <?php $n = count($errorNums); ?>
  298. <?php $p = ceil($n / 8); ?>
  299. <?php for ($i = 0; $i < $p; $i++): ?>
  300. <table cellpadding="0" cellspacing="0" class="knowledge-hasget-count tac">
  301. <tr>
  302. <td class="tal">&nbsp;题号</td>
  303. <?php for ($j = 1; $j <= 8; $j++): ?>
  304. <td>
  305. <?php if (isset($errorNums[$j + $i * 8])): ?>
  306. <?php // echo ($j + $i * 8); ?>
  307. <?php echo isset($newTopicNos[$topicIds[$j + $i * 8 - 1]]) ? $newTopicNos[$topicIds[$j + $i * 8 - 1]] : ($j + $i * 8);?>
  308. <?php endif; ?>
  309. </td>
  310. <?php endfor; ?>
  311. </tr>
  312. <tr>
  313. <td class="tal">&nbsp;答错人数</td>
  314. <?php for ($j = 1; $j <= 8; $j++): ?>
  315. <td>
  316. <?php if (isset($errorNums[$j + $i * 8])): ?>
  317. <?php echo $errorNums[$j + $i * 8]; ?>
  318. <?php endif; ?>
  319. </td>
  320. <?php endfor; ?>
  321. </tr>
  322. <tr>
  323. <td class="tal" style="width:58px;">&nbsp;错误率</td>
  324. <?php
  325. for ($j = 1; $j <= 8; $j++): ?>
  326. <td style="width:51px;">
  327. <?php if (isset($errorNums[$j + $i * 8])): ?>
  328. <?php echo isset($topicIds[($j + $i * 8 - 1)])?(100 - $topics[$topicIds[$j + $i * 8 - 1]]['avgRate']):100; ?>%
  329. <?php endif; ?>
  330. </td>
  331. <?php endfor; ?>
  332. </tr>
  333. </table>
  334. <?php endfor; ?>
  335. <?php endif; ?>
  336. </div>
  337. <div class="tec-lis">
  338. <p class="tl-tit fzl">三、知识点掌握情况(考点统计)</p>
  339. <table cellpadding="0" cellspacing="0" class="knowledge-counts tac">
  340. <thead>
  341. <td class="test-point-name tac">考点名称</td>
  342. <td class="test-get-level">考点掌握水平</td>
  343. <td class="class-score-rate">班级得分率</td>
  344. <td class="error-counts">答错人数</td>
  345. <td class="sel-theme-ser tac">选题对应题号</td>
  346. </thead>
  347. <?php if (isset($methodNos)): ?>
  348. <?php foreach ($methodNos as $methodId => $nos): ?>
  349. <tr>
  350. <td class="test-point-name"><?php if (isset($methodNames[$methodId])): echo $methodNames[$methodId]; else: echo $methodId; endif; ?></td>
  351. <?php $rate = number_format($methodScores[$methodId] / $methodFullScores[$methodId], 4) * 100; ?>
  352. <td class="test-get-level">
  353. <?php if ($rate < 40): ?>
  354. <?php $star = 1; ?>
  355. <?php elseif ($rate >= 40 && $rate < 60): ?>
  356. <?php $star = 2; ?>
  357. <?php elseif ($rate >= 60 && $rate < 80): ?>
  358. <?php $star = 3; ?>
  359. <?php elseif ($rate >= 80 && $rate < 90): ?>
  360. <?php $star = 4; ?>
  361. <?php else: ?>
  362. <?php $star = 5; ?>
  363. <?php endif; ?>
  364. <?php for ($i = 1; $i <= $star; $i++): ?>
  365. <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAMAAACxiD++AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjNzJhZjRkYy03MTQwLTQwNmYtOTVmYS0yYzc5YTY1ZmQ5NDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUFCN0ZDMjUzQkE4MTFFNzkxM0NEREIyRTUxNDU3QzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUFCN0ZDMjQzQkE4MTFFNzkxM0NEREIyRTUxNDU3QzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTkwNDg4MS1hZWE4LTQ2MjgtYTgyMC05YTRjNDBiNDUxMDQiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZDU4YzUzYS03N2E4LTExN2EtOWRmNS1lZGQ2ZjFiODM4ZDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FhkuMAAAAwFBMVEWcnJz////8/Pz8/Pyfn5/7+/vPz8+enp7S0tL+/v7e3t7n5+fx8fGgoKCwsLDNzc2urq6mpqbV1dXY2Njj4+P29vaxsbHr6+vt7e3U1NT6+vr39/ednZ25ubmpqamhoaG/v7+3t7fv7+/5+fmvr6+srKyrq6vu7u7X19ezs7O2traioqK8vLytra3GxsadnZ3Dw8Pk5OSkpKTp6emnp6f4+PjLy8vZ2dnz8/OlpaXKysrw8PD19fXg4ODb29v///8jpzsDAAAAQHRSTlP///////////////////////////////////////////////////////////////////////////////////8AwnuxRAAAAQxJREFUeNp80uduwzAMBOA70PJ2kqZJs9C9Z7p3m/d/q1qpI9CwbP4z7wNkUcRKFyXLWeusUPuSD2Cb7YB9AJFpByYqAUK2AYY2RyBtQII1QEw/YPyfoxA/kKICGNIHONzk2BfWAMnjycVN4ABuP39yKdsW0Dz0Lwt4amt3NkmI9wAddUgcoLPGuO8Gcyyuu/KY4PixKy+vyZfntty+fDkHzs/8ecrNoGTgiZcjulFTdpp5RvUWHDXnSP1YfG0eITXQPAJfGiSeB0k1WHhucad/MvOAgQJuG4FTd9gyUeCqap5MKWFUfXwr0Ft3elO7ZI7kCqQ2Pmc1GxpL9hI9h6fZEdWu0/y+VZv9J8AAurVkME920MoAAAAASUVORK5CYII=" alt="" class="stars">
  366. <?php endfor; ?>
  367. <?php if (5 - $star >= 1): ?>
  368. <?php for ($i = 1; $i <= 5 - $star; $i++): ?>
  369. <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAMAAACxiD++AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjNzJhZjRkYy03MTQwLTQwNmYtOTVmYS0yYzc5YTY1ZmQ5NDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkNBNkIxOUQzQkE4MTFFN0IyNDNGNzU0NzdFMjE5OTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkNBNkIxOUMzQkE4MTFFN0IyNDNGNzU0NzdFMjE5OTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTkwNDg4MS1hZWE4LTQ2MjgtYTgyMC05YTRjNDBiNDUxMDQiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZDU4YzUzYS03N2E4LTExN2EtOWRmNS1lZGQ2ZjFiODM4ZDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6hPxIfAAAAilBMVEXx8fHY2Nja2trw8PD////v7+/Z2dne3t7+/v7m5ubf39/l5eXn5+fc3Nzh4eHY2Njs7Ozo6Oj6+vrb29vd3d3j4+Pn5+f4+Pju7u77+/vq6urg4ODr6+v9/f35+fn19fXp6env7+/t7e339/f8/Pz29vbz8/Pi4uL19fX09PTy8vLk5OTg4OD///+TZt6CAAAALnRSTlP///////////////////////////////////////////////////////////8Ago9zVQAAAUhJREFUeNp8k+lugzAQhFe2hTkEw+kElERxTtom7/96tQ1ttTRkfmHm02CPF3oyqcNzIeLLCvIt0CMSH++ADJkR9TqwQSSlSONVQCMjMhjWABdgiaRAvwKkPoAowUO9BkJAiBiXgIr7sdRTgI8Qhg57NQNx/Vnl8JoCQkRQt73uFfVRWORFMsw+kR2Sop2gG30h76qTpP/aHjONgiS0pRVZDUmqQ75C2BZHv8kHmu1Lv0Gl/DHjFOL0YgvC+6EHR0Tl0i8FjuqnKPcVDNzfRSjVX5NxB3BAwLK7OCDngEbMgL1rhOmOmgFXJBwwuDHAYrc4BHYMMJjbNGa6FomMAUUT3poGbhYCkhcMaB/ednPQ5DNSaAZEiUycfXdbr11rwi0jNnJInZ1uQnfqrB2SgiW42dHn31lWo58nBlzsqNgft7GX6eFbgAEAYateOzxWRMYAAAAASUVORK5CYII=" alt="" class="stars">
  370. <?php endfor; ?>
  371. <?php endif; ?>
  372. </td>
  373. <td class="class-score-rate"><?php echo $rate; ?>%</td>
  374. <td class="error-counts"><?php echo count($methodErrorStudents[$methodId]); ?></td>
  375. <td class="sel-theme-ser">
  376. <?php foreach ($nos as $no): ?>
  377. <span class="sts-num tac"><?php echo $no; ?></span>
  378. <?php endforeach; ?>
  379. </td>
  380. </tr>
  381. <?php endforeach; ?>
  382. <?php endif; ?>
  383. </table>
  384. </div>
  385. <div class="tec-lis">
  386. <?php if(isset($gen_topics) && $gen_topics):?>
  387. <p class="tl-tit fzl">四、共性问题</p>
  388. <?php foreach($gen_topics as $k=>$v):?>
  389. <?php foreach($v as $gen_topic):?>
  390. <?php if($gen_topic['is_template'] == 1):?>
  391. <div><span class="">第<?php echo isset($newTopicNos[$gen_topic["topic_id"]])?$newTopicNos[$gen_topic["topic_id"]]:"";?>题</span>【<?php echo $gen_topic["topic_id"]; ?>】考点:<?php echo (isset($gen_topics_msg[$gen_topic["topic_id"]]) && isset($gen_topics_msg[$gen_topic["topic_id"]]['methods']))?$gen_topics_msg[$gen_topic["topic_id"]]['methods']:"";?></div>
  392. <?php else:?>
  393. <div style="background: url(<?php echo $imgUrl;?>/images/bsxl-topic.png) no-repeat;background-size: contain;padding-left: 30px;line-height: 22px;">变式训练</div>
  394. <div><span>1</span>【<?php echo $gen_topic["topic_id"]; ?>】<span><?php echo (isset($gen_topics_msg[$gen_topic["topic_id"]]) && isset($gen_topics_msg[$gen_topic["topic_id"]]['school_province_name']))?$gen_topics_msg[$gen_topic["topic_id"]]['school_province_name']:"";?>已有<?php echo (isset($gen_topics_msg[$gen_topic["topic_id"]]) && isset($gen_topics_msg[$gen_topic["topic_id"]]['province_count']))?$gen_topics_msg[$gen_topic["topic_id"]]['province_count']:0;?>人挑战</span>&nbsp;难度系数:<span><?php echo (isset($gen_topics_msg[$gen_topic["topic_id"]]) && isset($gen_topics_msg[$gen_topic["topic_id"]]['difficulty']))?$gen_topics_msg[$gen_topic["topic_id"]]['difficulty']:"";?></span></div>
  395. <?php endif;?>
  396. <?php if(isset($gen_topics_detail[$gen_topic["topic_id"]])):?>
  397. <div class="theme-detail-msg">
  398. <?php echo $gen_topics_detail[$gen_topic["topic_id"]]['title']; ?>
  399. </div>
  400. <?php $answers = array(); ?>
  401. <?php if (($gen_topics_detail[$gen_topic["topic_id"]]['type_id'] == 1 || $gen_topics_detail[$gen_topic["topic_id"]]['type_id'] == 2) && isset($gen_topics_detail[$gen_topic["topic_id"]]['items']) && isset($gen_topics_detail[$gen_topic["topic_id"]]['items'][0]) && isset($gen_topics_detail[$gen_topic["topic_id"]]['items'][0]['options'])): ?>
  402. <ul class="answer clearfix">
  403. <?php $i = 1; ?>
  404. <?php foreach ($gen_topics_detail[$gen_topic["topic_id"]]['items'][0]['options'] as $option): ?>
  405. <?php if ($gen_topics_detail[$gen_topic["topic_id"]]['items'][0]['list_type'] == 1): ?>
  406. <li class="fl lis-four"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  407. <?php elseif ($gen_topics_detail[$gen_topic["topic_id"]]['items'][0]['list_type'] == 2): ?>
  408. <li class="fl lis-two"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  409. <?php else: ?>
  410. <li class="fl lis-one"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  411. <?php endif; ?>
  412. <?php if ($option['option_correct']): $answers[] = $this->numToLetter($i); endif; ?>
  413. <?php $i++; ?>
  414. <?php endforeach; ?>
  415. </ul>
  416. <?php elseif (isset($gen_topics_detail[$gen_topic["topic_id"]]['items']) && isset($gen_topics_detail[$gen_topic["topic_id"]]['items'][0]) && isset($gen_topics_detail[$gen_topic["topic_id"]]['items'][0]['options'])): ?>
  417. <?php foreach ($gen_topics_detail[$gen_topic["topic_id"]]['items'][0]['options'] as $option): ?>
  418. <?php $answers[] = $option['option_content']; ?>
  419. <?php endforeach; ?>
  420. <?php endif; ?>
  421. <div class="answer-explain-detail clearfix">
  422. <?php if ($answers): ?>
  423. <div class="fl aed-answer-msg">答案: <?php foreach ($answers as $answer): ?><?php echo $answer; ?> <?php endforeach; ?></div>
  424. <?php endif; ?>
  425. <div class="fl aed-answer-explain">解析:<?php echo $gen_topics_detail[$gen_topic["topic_id"]]['parse_content']; ?></div>
  426. </div>
  427. <?php endif;?>
  428. <?php endforeach;?>
  429. <?php endforeach;?>
  430. <?php endif;?>
  431. </div>
  432. <?php if ($wb_isp_version != 1) :?>
  433. <div class="tec-lis">
  434. <?php if(isset($gen_topics) && $gen_topics):?>
  435. <p class="tl-tit fzl">五、试卷讲评</p>
  436. <?php else:?>
  437. <p class="tl-tit fzl">四、试卷讲评</p>
  438. <?php endif;?>
  439. <?php if (isset($topicIds)): ?>
  440. <?php $idx = 1; ?>
  441. <?php foreach ($topicIds as $topicId): ?>
  442. <?php if (isset($topicDetails[$topicId])):?>
  443. <div class="little-themes-con">
  444. <div class="them-apecial-style clearfix">
  445. <div class="tit-white-bg fl">
  446. <div class="tas-tit-stl fl"></div>
  447. <div class="tts-msg">第<?php // echo $this->numToUpper($idx); ?><?php echo isset($newTopicNos[$topicIds[$idx - 1]]) ? $newTopicNos[$topicIds[$idx - 1]] : $this->numToUpper($idx)?>题</div>【<?php echo $topicId ?>】
  448. <div class="quadrangle-right fl"></div>
  449. </div>
  450. <div class="tas-score-detail">
  451. <span class="tsd-lis-detail">班级得分率:<?php if (isset($groupTopics[$topicId]) && isset($topics[$topicId]['classRate'])): echo $topics[$topicId]['classRate'].'%'; endif; ?></span>
  452. <span class="tsd-lis-detail">年级得分率:<?php if (isset($gradeTopicRate[$topicId])): echo $gradeTopicRate[$topicId].'%'; endif; ?></span>
  453. <span class="tsd-lis-detail">答对:<?php if (isset($topics[$topicId])): echo $topics[$topicId]['numRight']; endif; ?>人</span>
  454. <span class="tsd-lis-detail">答错:<?php if (isset($topics[$topicId])): echo $topics[$topicId]['numWrong']; endif; ?>人</span>
  455. </div>
  456. </div>
  457. <div class="theme-detail-msg">
  458. <?php if(isset($topics[$topicId]['rateLess70']) && isset($topics[$topicId]['rateLess70']) && $topics[$topicId]['rateLess70']):?>
  459. <p class="font-bold"><?php echo ($topicDetails[$topicId]['type_id'] == 1)?'答错学生:':'得分率低于70%的学生:';?><?php echo implode('、',$topics[$topicId]['rateLess70']);?></p>
  460. <?php endif;?>
  461. </div>
  462. <div class="theme-detail-msg">
  463. <?php echo $topicDetails[$topicId]['title']; ?>
  464. </div>
  465. <?php $answers = array(); ?>
  466. <?php if (($topicDetails[$topicId]['type_id'] == 1 || $topicDetails[$topicId]['type_id'] == 2) && isset($topicDetails[$topicId]['items']) && isset($topicDetails[$topicId]['items'][0]) && isset($topicDetails[$topicId]['items'][0]['options'])): ?>
  467. <ul class="answer clearfix">
  468. <?php $i = 1; ?>
  469. <?php foreach ($topicDetails[$topicId]['items'][0]['options'] as $option): ?>
  470. <?php if ($topicDetails[$topicId]['items'][0]['list_type'] == 1): ?>
  471. <li class="fl lis-four"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  472. <?php elseif ($topicDetails[$topicId]['items'][0]['list_type'] == 2): ?>
  473. <li class="fl lis-two"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  474. <?php else: ?>
  475. <li class="fl lis-one"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  476. <?php endif; ?>
  477. <?php if ($option['option_correct']): $answers[] = $this->numToLetter($i); endif; ?>
  478. <?php $i++; ?>
  479. <?php endforeach; ?>
  480. </ul>
  481. <?php elseif (in_array($topicDetails[$topicId]['type_id'],array(5,6)) && isset($topicDetails[$topicId]['items']) && isset($topicDetails[$topicId]['items'][0]) && isset($topicDetails[$topicId]['items'][0]['options'])): ?>
  482. <?php foreach ($topicDetails[$topicId]['items'][0]['options'] as $option): ?>
  483. <?php $answers[] = $option['option_content']; ?>
  484. <?php endforeach; ?>
  485. <?php endif; ?>
  486. <div class="answer-explain-detail clearfix">
  487. <?php if ($answers): ?>
  488. <div class="fl aed-answer-msg">答案: <?php foreach ($answers as $answers): ?><?php echo $answers; ?> <?php endforeach; ?></div>
  489. <?php endif; ?>
  490. <div class="fl aed-answer-explain"><?php echo $topicDetails[$topicId]['parse_content']; ?></div>
  491. </div>
  492. <?php if(isset($excellent_solution) && $excellent_solution && isset($excellent_solution[$topicId]) && $excellent_solution[$topicId]):?>
  493. <div><span>同学优解</span>&nbsp;&nbsp;<span><?php echo isset($excellent_solution[$topicId]['class_name'])?$excellent_solution[$topicId]['class_name']:"";?></span>&nbsp;<span><?php echo isset($excellent_solution[$topicId]['student_name'])?$excellent_solution[$topicId]['student_name']:"";?></span></div>
  494. <div><img style="width:250px" src="<?php echo isset($excellent_solution[$topicId]['answer_url'])?$excellent_solution[$topicId]['answer_url']:"";?>"></div>
  495. <?php else:?>
  496. <?php if(in_array($topicDetails[$topicId]['type_id'],array(7,17,27))):?>
  497. <div><span>同学优解</span>&nbsp;&nbsp;<span>本题无优解</span></div>
  498. <?php endif;?>
  499. <?php endif;?>
  500. <?php if ($topicDetails[$topicId]['teacher_tips']): ?>
  501. <fieldset class="guide">
  502. <legend class="fontBold">名师指点</legend>
  503. <div style="padding:8px 3px;" class="font10">
  504. <?php echo $topicDetails[$topicId]['teacher_tips']; ?>
  505. </div>
  506. </fieldset>
  507. <?php endif; ?>
  508. <?php if (isset($fcCallbacks) && isset($fcCallbacks[$topicId]) && isset($topicDetails[$fcCallbacks[$topicId]])): ?>
  509. <div class="ltc-case-con clearfix">
  510. <div class="fl lcc-tit-msg">案例题【<?php echo $topicDetails[$fcCallbacks[$topicId]]['id'] ?>】</div>
  511. <div class="fl lcc-case-detail">
  512. <div class="theme-detail-msg">
  513. <?php echo $topicDetails[$fcCallbacks[$topicId]]['title']; ?>
  514. </div>
  515. <?php $fcAnswers = array(); ?>
  516. <?php if (($topicDetails[$fcCallbacks[$topicId]]['type_id'] == 1 || $topicDetails[$fcCallbacks[$topicId]]['type_id'] == 2) && isset($topicDetails[$fcCallbacks[$topicId]]['items']) && isset($topicDetails[$fcCallbacks[$topicId]]['items'][0]) && isset($topicDetails[$fcCallbacks[$topicId]]['items'][0]['options'])): ?>
  517. <ul class="answer clearfix">
  518. <?php $i = 1; ?>
  519. <?php foreach ($topicDetails[$fcCallbacks[$topicId]]['items'][0]['options'] as $option): ?>
  520. <?php if ($topicDetails[$fcCallbacks[$topicId]]['items'][0]['list_type'] == 1): ?>
  521. <li class="fl lis-four"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  522. <?php elseif ($topicDetails[$topicId]['items'][0]['list_type'] == 2): ?>
  523. <li class="fl lis-two"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  524. <?php else: ?>
  525. <li class="fl lis-one"><?php echo $this->numToLetter($i); ?>.<?php echo $option['option_content']; ?></li>
  526. <?php endif; ?>
  527. <?php if ($option['option_correct']): $fcAnswers[] = $this->numToLetter($i); endif; ?>
  528. <?php $i++; ?>
  529. <?php endforeach; ?>
  530. </ul>
  531. <?php elseif ($topicDetails[$fcCallbacks[$topicId]]['type_id'] == 5 && isset($topicDetails[$fcCallbacks[$topicId]]['items']) && isset($topicDetails[$fcCallbacks[$topicId]]['items'][0]) && isset($topicDetails[$fcCallbacks[$topicId]]['items'][0]['options'])): ?>
  532. <?php foreach ($topicDetails[$fcCallbacks[$topicId]]['items'][0]['options'] as $option): ?>
  533. <?php $fcAnswers[] = $option['option_content']; ?>
  534. <?php endforeach; ?>
  535. <?php endif; ?>
  536. </div>
  537. </div>
  538. <div class="ltc-case-answer">
  539. 【答案】<?php foreach ($fcAnswers as $fcAnswer): ?><?php echo $fcAnswer; ?> <?php endforeach; ?>
  540. 【解析】<?php echo $topicDetails[$fcCallbacks[$topicId]]['parse_content']; ?>
  541. </div>
  542. <?php endif; ?>
  543. </div>
  544. <?php endif; ?>
  545. <?php $idx++; ?>
  546. <?php endforeach; ?>
  547. <?php endif; ?>
  548. </div>
  549. <?php elseif ($wb_isp_version == 1):?>
  550. <div class="tec-lis">
  551. <?php if(isset($gen_topics) && $gen_topics):?>
  552. <p class="tl-tit fzl">五、试卷讲评</p>
  553. <?php else:?>
  554. <p class="tl-tit fzl">四、试卷讲评</p>
  555. <?php endif;?>
  556. <?php $index = 0; ?>
  557. <?php foreach ($template_topic_arr as $template_id => $level_topic) : $index += 1; $topic_detail = $topic_details[$template_id]?>
  558. <div class="little-themes-con">
  559. <div class="them-apecial-style clearfix">
  560. <!--<div class="fontBold topic-order fl">第<?php // echo $topic_no_arr[$template_id];?>题</div>【<?php // echo $template_id ?>】-->
  561. <div class="tas-score-detail no-border">
  562. <span class="fontBold topic-order">第<?php echo $topic_no_arr[$template_id];?>题</span>
  563. <span>【<?php echo $template_id;?>】</span>
  564. <span>考点:<?php echo $topic_detail['methods'];?></span>
  565. <span class="line"></span>
  566. </div>
  567. </div>
  568. <div class="theme-detail-msg" style="margin-left: 5px;">
  569. <span class="tsd-lis-detail">班级得分率:<?php if (isset($groupTopics[$template_id]) && isset($topics[$template_id]['classRate'])): echo $topics[$template_id]['classRate'].'%'; endif; ?></span>
  570. <span class="tsd-lis-detail">年级得分率:<?php if (isset($gradeTopicRate[$template_id])): echo $gradeTopicRate[$template_id].'%'; endif; ?></span>
  571. <span class="tsd-lis-detail">答对:<?php if (isset($topics[$template_id])): echo $topics[$template_id]['numRight']; endif; ?>人</span>
  572. <span class="tsd-lis-detail">答错:<?php if (isset($topics[$template_id])): echo $topics[$template_id]['numWrong']; endif; ?>人</span>
  573. </div>
  574. <div class="theme-detail-msg" style="margin-left: 5px;margin-bottom: 10px;">
  575. <?php if(isset($topics[$template_id]['rateLess70']) && isset($topics[$template_id]['rateLess70']) && $topics[$template_id]['rateLess70']):?>
  576. <p class="font-bold"><?php echo ($topic_detail['type'] == 1)?'答错学生:':'得分率低于70%的学生:';?><?php echo implode('、',$topics[$template_id]['rateLess70']);?></p>
  577. <?php endif;?>
  578. </div>
  579. <div class="theme-answer-cons <?php if ($topic_detail['parse_video_qrcode']) echo 'has-ma'?>">
  580. <div class="theme-detail-msg <?php if ($topic_detail['parse_video_qrcode']) echo 'has-ma'?>">
  581. <?php echo $topic_detail['queBody'];?>
  582. </div>
  583. <?php if ($topic_detail['options']):?>
  584. <ul class="answer clearfix <?php if ($topic_detail['parse_video_qrcode']) echo 'has-ma'?>">
  585. <?php echo $topic_detail['options'];?>
  586. </ul>
  587. <?php endif;?>
  588. <?php if ($topic_detail['parse_video_qrcode']):?>
  589. <img src="data:image/png;base64,<?php echo $topic_detail['parse_video_qrcode']; ?>" alt="" class="sweep-icon">
  590. <?php endif;?>
  591. </div>
  592. <?php if(isset($excellent_solution) && $excellent_solution && isset($excellent_solution[$template_id]) && $excellent_solution[$template_id]):?>
  593. <div><span>同学优解</span>&nbsp;&nbsp;<span><?php echo isset($excellent_solution[$template_id]['class_name'])?$excellent_solution[$template_id]['class_name']:"";?></span>&nbsp;<span><?php echo isset($excellent_solution[$template_id]['student_name'])?$excellent_solution[$template_id]['student_name']:"";?></span></div>
  594. <div><img style="width:250px" src="<?php echo isset($excellent_solution[$template_id]['answer_url'])?$excellent_solution[$template_id]['answer_url']:"";?>"></div>
  595. <?php else:?>
  596. <?php if(in_array($topic_detail['type'],array(7,17,27))):?>
  597. <div><span>同学优解</span>&nbsp;&nbsp;<span>本题无优解</span></div>
  598. <?php endif;?>
  599. <?php endif;?>
  600. <div class="answer-explain-detail clearfix">
  601. <div class="fl aed-answer-msgs">【答案】 <?php echo $topic_detail['answer']; ?></div>
  602. <div class="aed-answer-explain">【解析】<?php echo $topic_detail['analysis'];?></div>
  603. </div>
  604. <div class="student-level-question">
  605. <?php foreach ($level_topic as $level => $topic_id): $level_topic_detail = $topic_details[$topic_id]; ?>
  606. <div class="slq-list">
  607. <div class="them-apecial-style clearfix">
  608. <div class="theme-answer-cons <?php if ($level_topic_detail['parse_video_qrcode']) echo 'has-ma'?>">
  609. <?php // if($level_rule != 1):?>
  610. <div class="fontBold slq-topic-order fl"><?php switch ($level){case 1:echo '尖子生';break;case 2: echo '优秀生';break;case 3: echo '中等生';break;case 4:echo '学困生';break;} ?></div>
  611. <?php // endif;?>
  612. <div class="tas-score-detail no-border <?php if ($level_topic_detail['parse_video_qrcode']) echo 'has-ma'?>">
  613. <span>【<?php echo $topic_id?>】</span>
  614. <span><?php echo $level_topic_detail['queBody'];?></span>
  615. </div>
  616. <?php if ($level_topic_detail['options']):?>
  617. <ul class="slq-answer answer clearfix">
  618. <?php echo $level_topic_detail['options']; ?>
  619. </ul>
  620. <?php endif; ?>
  621. </div>
  622. <div class="answer-explain-detail clearfix">
  623. <div class="fl aed-answer-msgs">【答案】 <?php echo $level_topic_detail['answer'];?></div>
  624. <div class="aed-answer-explain">【解析】<?php echo $level_topic_detail['analysis'];?></div>
  625. </div>
  626. <?php if ($level_topic_detail['parse_video_qrcode']):?>
  627. <img src="data:image/png;base64,<?php echo $level_topic_detail['parse_video_qrcode']; ?>" alt="" class="sweep-icon">
  628. <?php endif;?>
  629. </div>
  630. </div>
  631. <?php endforeach;?>
  632. </div>
  633. </div>
  634. <?php endforeach;?>
  635. </div>
  636. <?php endif; ?>
  637. </body>
  638. </html>