Xtzs.cshtml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. @model CP.Web.ZstOutHelp
  2. @using CP.Model;
  3. @using CP.Common;
  4. @{
  5. Layout = "~/Views/Shared/_zst.cshtml";
  6. Page.TrendPageType = TrendPageType.renxuan;
  7. Page.Chart = Model.Chart;
  8. Page.Cz = Model.Cz;
  9. Page.InnerLink = Model.InnerLinkList;
  10. Page.ZsList = Model.ZsList;
  11. Page.GjList = Model.GjList;
  12. Page.YlList = Model.YlList;
  13. Page.TbList = Model.TbList;
  14. Page.ZtList = Model.ZtList;
  15. Page.Title = Model.Chart.title;
  16. Page.Description = Model.Chart.description;
  17. Page.Keywords = Model.Chart.keywords;
  18. var chart = Model.Chart;
  19. var cz = Model.Cz;
  20. var tjmenu = Model.InnerLinkList;
  21. var pagesize = Model.PageSize;
  22. var year = Model.Year;
  23. }
  24. <div class="wrap">
  25. <div class="navbar">
  26. <span>当前位置:</span><a href="/">首页</a> - <a href="/zs/">走势图</a> - <a href="">@cz.name</a> - @chart.name
  27. </div>
  28. </div>
  29. <div class="wrap">
  30. <div class="container">
  31. <div class="title">
  32. <div class="search-box" id="trendSearchBox">
  33. <div class="search-link">
  34. @Html.Raw(Model.Pagehtml)
  35. </div>
  36. <div class="mSelectBox" id="mSelectBox">
  37. <span class="mSelect year">按年份</span>
  38. <div class="mSelectList year">
  39. @Html.Raw(Model.Yearhtml)
  40. </div>
  41. </div>
  42. <div class="zs-search">
  43. <input type="text" id="startTerm" name="startTerm" class="input-term" value="@Model.Sqi"
  44. onkeyup="this.value=this.value.replace(/[^0-9]/g,'')" /><span>至</span>
  45. <input type="text" id="endTerm" name="endTerm" class="input-term" value="@Model.Eqi"
  46. onkeyup="this.value=this.value.replace(/[^0-9]/g,'')" /><span>期</span>
  47. </div>
  48. <input type="submit" value="查看" class="btn-search" id="btnSearch" />
  49. <input type="button" value="刷新" class="btn-search" id="btnRefresh" />
  50. </div>
  51. <h1>
  52. @chart.name
  53. </h1>
  54. </div>
  55. <div class="trend" id="trendBox">
  56. <!--走势图功能选择部分 begin-->
  57. <div class="ctl-box">
  58. 标注形式选择:
  59. <span class="ctl-item"><input type="checkbox" name="ctl_foldLine" id="ctl_foldLine1" checked="checked" autocomplete="off"><label for="ctl_foldLine1">折线</label></span>
  60. <span class="ctl-item"><input type="checkbox" name="ctl_miss" id="ctl_miss1" autocomplete="off"><label for="ctl_miss1">不带遗漏数据</label></span>
  61. <span class="ctl-item"><input type="checkbox" name="ctl_sliceMiss" id="ctl_sliceMiss1" autocomplete="off"><label for="ctl_sliceMiss1">遗漏分层</label></span>
  62. </div>
  63. <!--走势图功能选择部分 end-->
  64. <!--数据体部分 begin-->
  65. <table class="chartTable" id="chartBody" cellspacing="1" cellpadding="0" border="0">
  66. <thead>
  67. <tr>
  68. <th width="60" rowspan="2" class="sort_up brl"><strong>期号</strong></th>
  69. <th width="32" rowspan="2"><strong>星期</strong></th>
  70. <th rowspan="2" class="split02"></th>
  71. <th colspan="12">一区</th>
  72. <th rowspan="2" class="split02"></th>
  73. <th colspan="12">二区</th>
  74. <th rowspan="2" class="split02"></th>
  75. <th colspan="11">三区</th>
  76. <th rowspan="2" class="split02"></th>
  77. <th colspan="12">后区</th>
  78. <th rowspan="2" class="split02"></th>
  79. <th colspan="4" class="brr">红球分析</th>
  80. </tr>
  81. <tr>
  82. <th class="wdh18">01</th>
  83. <th class="wdh18">02</th>
  84. <th class="wdh18">03</th>
  85. <th class="wdh18">04</th>
  86. <th class="wdh18">05</th>
  87. <th class="wdh18">06</th>
  88. <th class="wdh18">07</th>
  89. <th class="wdh18">08</th>
  90. <th class="wdh18">09</th>
  91. <th class="wdh18">10</th>
  92. <th class="wdh18">11</th>
  93. <th class="wdh18">12</th>
  94. <th class="wdh18">13</th>
  95. <th class="wdh18">14</th>
  96. <th class="wdh18">15</th>
  97. <th class="wdh18">16</th>
  98. <th class="wdh18">17</th>
  99. <th class="wdh18">18</th>
  100. <th class="wdh18">19</th>
  101. <th class="wdh18">20</th>
  102. <th class="wdh18">21</th>
  103. <th class="wdh18">22</th>
  104. <th class="wdh18">23</th>
  105. <th class="wdh18">24</th>
  106. <th class="wdh18">25</th>
  107. <th class="wdh18">26</th>
  108. <th class="wdh18">27</th>
  109. <th class="wdh18">28</th>
  110. <th class="wdh18">29</th>
  111. <th class="wdh18">30</th>
  112. <th class="wdh18">31</th>
  113. <th class="wdh18">32</th>
  114. <th class="wdh18">33</th>
  115. <th class="wdh18">34</th>
  116. <th class="wdh18">35</th>
  117. <th class="wdh18">01</th>
  118. <th class="wdh18">02</th>
  119. <th class="wdh18">03</th>
  120. <th class="wdh18">04</th>
  121. <th class="wdh18">05</th>
  122. <th class="wdh18">06</th>
  123. <th class="wdh18">07</th>
  124. <th class="wdh18">08</th>
  125. <th class="wdh18">09</th>
  126. <th class="wdh18">10</th>
  127. <th class="wdh18">11</th>
  128. <th class="wdh18">12</th>
  129. <th width="32">和值</th>
  130. <th width="32">跨度</th>
  131. <th width="46">三区比</th>
  132. <th width="46" class="brr">奇偶比</th>
  133. </tr>
  134. </thead>
  135. <tbody id="chartData">
  136. @Html.Raw(Model.Oinfo.zsthtml)
  137. </tbody>
  138. <!--模拟选号框-->
  139. <tbody id="preseleBody">
  140. <tr class="presele">
  141. <td colspan="3" class="presele-title brl"><strong>选号1</strong></td>
  142. <td class="presele-ball" pl="red">01</td>
  143. <td class="presele-ball" pl="red">02</td>
  144. <td class="presele-ball" pl="red">03</td>
  145. <td class="presele-ball" pl="red">04</td>
  146. <td class="presele-ball" pl="red">05</td>
  147. <td class="presele-ball" pl="red">06</td>
  148. <td class="presele-ball" pl="red">07</td>
  149. <td class="presele-ball" pl="red">08</td>
  150. <td class="presele-ball" pl="red">09</td>
  151. <td class="presele-ball" pl="red">10</td>
  152. <td class="presele-ball" pl="red">11</td>
  153. <td class="presele-ball" pl="red">12</td>
  154. <td class="split01"></td>
  155. <td class="presele-ball" pl="red">13</td>
  156. <td class="presele-ball" pl="red">14</td>
  157. <td class="presele-ball" pl="red">15</td>
  158. <td class="presele-ball" pl="red">16</td>
  159. <td class="presele-ball" pl="red">17</td>
  160. <td class="presele-ball" pl="red">18</td>
  161. <td class="presele-ball" pl="red">19</td>
  162. <td class="presele-ball" pl="red">20</td>
  163. <td class="presele-ball" pl="red">21</td>
  164. <td class="presele-ball" pl="red">22</td>
  165. <td class="presele-ball" pl="red">23</td>
  166. <td class="presele-ball" pl="red">24</td>
  167. <td class="split01"></td>
  168. <td class="presele-ball" pl="red">25</td>
  169. <td class="presele-ball" pl="red">26</td>
  170. <td class="presele-ball" pl="red">27</td>
  171. <td class="presele-ball" pl="red">28</td>
  172. <td class="presele-ball" pl="red">29</td>
  173. <td class="presele-ball" pl="red">30</td>
  174. <td class="presele-ball" pl="red">31</td>
  175. <td class="presele-ball" pl="red">32</td>
  176. <td class="presele-ball" pl="red">33</td>
  177. <td class="presele-ball" pl="red">34</td>
  178. <td class="presele-ball" pl="red">35</td>
  179. <td class="split01"></td>
  180. <td class="presele-ball" pl="blue">01</td>
  181. <td class="presele-ball" pl="blue">02</td>
  182. <td class="presele-ball" pl="blue">03</td>
  183. <td class="presele-ball" pl="blue">04</td>
  184. <td class="presele-ball" pl="blue">05</td>
  185. <td class="presele-ball" pl="blue">06</td>
  186. <td class="presele-ball" pl="blue">07</td>
  187. <td class="presele-ball" pl="blue">08</td>
  188. <td class="presele-ball" pl="blue">09</td>
  189. <td class="presele-ball" pl="blue">10</td>
  190. <td class="presele-ball" pl="blue">11</td>
  191. <td class="presele-ball" pl="blue">12</td>
  192. <td class="split01"></td>
  193. <td></td>
  194. <td></td>
  195. <td></td>
  196. <td class="brr"></td>
  197. </tr>
  198. <tr class="presele">
  199. <td colspan="3" class="presele-title brl"><strong>选号2</strong></td>
  200. <td class="presele-ball" pl="red">01</td>
  201. <td class="presele-ball" pl="red">02</td>
  202. <td class="presele-ball" pl="red">03</td>
  203. <td class="presele-ball" pl="red">04</td>
  204. <td class="presele-ball" pl="red">05</td>
  205. <td class="presele-ball" pl="red">06</td>
  206. <td class="presele-ball" pl="red">07</td>
  207. <td class="presele-ball" pl="red">08</td>
  208. <td class="presele-ball" pl="red">09</td>
  209. <td class="presele-ball" pl="red">10</td>
  210. <td class="presele-ball" pl="red">11</td>
  211. <td class="presele-ball" pl="red">12</td>
  212. <td class="split01"></td>
  213. <td class="presele-ball" pl="red">13</td>
  214. <td class="presele-ball" pl="red">14</td>
  215. <td class="presele-ball" pl="red">15</td>
  216. <td class="presele-ball" pl="red">16</td>
  217. <td class="presele-ball" pl="red">17</td>
  218. <td class="presele-ball" pl="red">18</td>
  219. <td class="presele-ball" pl="red">19</td>
  220. <td class="presele-ball" pl="red">20</td>
  221. <td class="presele-ball" pl="red">21</td>
  222. <td class="presele-ball" pl="red">22</td>
  223. <td class="presele-ball" pl="red">23</td>
  224. <td class="presele-ball" pl="red">24</td>
  225. <td class="split01"></td>
  226. <td class="presele-ball" pl="red">25</td>
  227. <td class="presele-ball" pl="red">26</td>
  228. <td class="presele-ball" pl="red">27</td>
  229. <td class="presele-ball" pl="red">28</td>
  230. <td class="presele-ball" pl="red">29</td>
  231. <td class="presele-ball" pl="red">30</td>
  232. <td class="presele-ball" pl="red">31</td>
  233. <td class="presele-ball" pl="red">32</td>
  234. <td class="presele-ball" pl="red">33</td>
  235. <td class="presele-ball" pl="red">34</td>
  236. <td class="presele-ball" pl="red">35</td>
  237. <td class="split01"></td>
  238. <td class="presele-ball" pl="blue">01</td>
  239. <td class="presele-ball" pl="blue">02</td>
  240. <td class="presele-ball" pl="blue">03</td>
  241. <td class="presele-ball" pl="blue">04</td>
  242. <td class="presele-ball" pl="blue">05</td>
  243. <td class="presele-ball" pl="blue">06</td>
  244. <td class="presele-ball" pl="blue">07</td>
  245. <td class="presele-ball" pl="blue">08</td>
  246. <td class="presele-ball" pl="blue">09</td>
  247. <td class="presele-ball" pl="blue">10</td>
  248. <td class="presele-ball" pl="blue">11</td>
  249. <td class="presele-ball" pl="blue">12</td>
  250. <td class="split01"></td>
  251. <td></td>
  252. <td></td>
  253. <td></td>
  254. <td class="brr"></td>
  255. </tr>
  256. <tr class="presele">
  257. <td colspan="3" class="presele-title brl"><strong>选号3</strong></td>
  258. <td class="presele-ball" pl="red">01</td>
  259. <td class="presele-ball" pl="red">02</td>
  260. <td class="presele-ball" pl="red">03</td>
  261. <td class="presele-ball" pl="red">04</td>
  262. <td class="presele-ball" pl="red">05</td>
  263. <td class="presele-ball" pl="red">06</td>
  264. <td class="presele-ball" pl="red">07</td>
  265. <td class="presele-ball" pl="red">08</td>
  266. <td class="presele-ball" pl="red">09</td>
  267. <td class="presele-ball" pl="red">10</td>
  268. <td class="presele-ball" pl="red">11</td>
  269. <td class="presele-ball" pl="red">12</td>
  270. <td class="split01"></td>
  271. <td class="presele-ball" pl="red">13</td>
  272. <td class="presele-ball" pl="red">14</td>
  273. <td class="presele-ball" pl="red">15</td>
  274. <td class="presele-ball" pl="red">16</td>
  275. <td class="presele-ball" pl="red">17</td>
  276. <td class="presele-ball" pl="red">18</td>
  277. <td class="presele-ball" pl="red">19</td>
  278. <td class="presele-ball" pl="red">20</td>
  279. <td class="presele-ball" pl="red">21</td>
  280. <td class="presele-ball" pl="red">22</td>
  281. <td class="presele-ball" pl="red">23</td>
  282. <td class="presele-ball" pl="red">24</td>
  283. <td class="split01"></td>
  284. <td class="presele-ball" pl="red">25</td>
  285. <td class="presele-ball" pl="red">26</td>
  286. <td class="presele-ball" pl="red">27</td>
  287. <td class="presele-ball" pl="red">28</td>
  288. <td class="presele-ball" pl="red">29</td>
  289. <td class="presele-ball" pl="red">30</td>
  290. <td class="presele-ball" pl="red">31</td>
  291. <td class="presele-ball" pl="red">32</td>
  292. <td class="presele-ball" pl="red">33</td>
  293. <td class="presele-ball" pl="red">34</td>
  294. <td class="presele-ball" pl="red">35</td>
  295. <td class="split01"></td>
  296. <td class="presele-ball" pl="blue">01</td>
  297. <td class="presele-ball" pl="blue">02</td>
  298. <td class="presele-ball" pl="blue">03</td>
  299. <td class="presele-ball" pl="blue">04</td>
  300. <td class="presele-ball" pl="blue">05</td>
  301. <td class="presele-ball" pl="blue">06</td>
  302. <td class="presele-ball" pl="blue">07</td>
  303. <td class="presele-ball" pl="blue">08</td>
  304. <td class="presele-ball" pl="blue">09</td>
  305. <td class="presele-ball" pl="blue">10</td>
  306. <td class="presele-ball" pl="blue">11</td>
  307. <td class="presele-ball" pl="blue">12</td>
  308. <td class="split01"></td>
  309. <td></td>
  310. <td></td>
  311. <td></td>
  312. <td class="brr"></td>
  313. </tr>
  314. </tbody>
  315. </table>
  316. <!--数据体部分 end-->
  317. <div class="ctl-box">
  318. 标注形式选择:
  319. <span class="ctl-item"><input type="checkbox" name="ctl_foldLine" id="ctl_foldLine2" checked="checked" autocomplete="off"><label for="ctl_foldLine2">折线</label></span>
  320. <span class="ctl-item"><input type="checkbox" name="ctl_miss" id="ctl_miss2" autocomplete="off"><label for="ctl_miss2">不带遗漏数据</label></span>
  321. <span class="ctl-item"><input type="checkbox" name="ctl_sliceMiss" id="ctl_sliceMiss2" autocomplete="off"><label for="ctl_sliceMiss2">遗漏分层</label></span>
  322. <div class="dataAnalysisBox">
  323. <input name="analysisbtn" id="currentAnalysis" checked="checked" type="radio" autocomplete="off">
  324. <label for="currentAnalysis">当前页统计</label>
  325. <input name="analysisbtn" id="historyAnalysis" type="radio" autocomplete="off">
  326. <label for="historyAnalysis">历史统计</label>
  327. </div>
  328. </div>
  329. <!--数据统计-->
  330. <table class="chartTable" cellspacing="1" cellpadding="0" border="0">
  331. <tbody>
  332. <tr>
  333. <th width="60" rowspan="2" class="sort_up brl"><strong>期号</strong></th>
  334. <th width="32" rowspan="2"><strong>星期</strong></th>
  335. <th rowspan="2" class="split02"></th>
  336. <th colspan="12">一区</th>
  337. <th rowspan="2" class="split02"></th>
  338. <th colspan="12">二区</th>
  339. <th rowspan="2" class="split02"></th>
  340. <th colspan="11">三区</th>
  341. <th rowspan="2" class="split02"></th>
  342. <th colspan="12">后区</th>
  343. <th rowspan="2" class="split02"></th>
  344. <th colspan="4" class="brr">红球分析</th>
  345. </tr>
  346. <tr>
  347. <th class="wdh18">01</th>
  348. <th class="wdh18">02</th>
  349. <th class="wdh18">03</th>
  350. <th class="wdh18">04</th>
  351. <th class="wdh18">05</th>
  352. <th class="wdh18">06</th>
  353. <th class="wdh18">07</th>
  354. <th class="wdh18">08</th>
  355. <th class="wdh18">09</th>
  356. <th class="wdh18">10</th>
  357. <th class="wdh18">11</th>
  358. <th class="wdh18">12</th>
  359. <th class="wdh18">13</th>
  360. <th class="wdh18">14</th>
  361. <th class="wdh18">15</th>
  362. <th class="wdh18">16</th>
  363. <th class="wdh18">17</th>
  364. <th class="wdh18">18</th>
  365. <th class="wdh18">19</th>
  366. <th class="wdh18">20</th>
  367. <th class="wdh18">21</th>
  368. <th class="wdh18">22</th>
  369. <th class="wdh18">23</th>
  370. <th class="wdh18">24</th>
  371. <th class="wdh18">25</th>
  372. <th class="wdh18">26</th>
  373. <th class="wdh18">27</th>
  374. <th class="wdh18">28</th>
  375. <th class="wdh18">29</th>
  376. <th class="wdh18">30</th>
  377. <th class="wdh18">31</th>
  378. <th class="wdh18">32</th>
  379. <th class="wdh18">33</th>
  380. <th class="wdh18">34</th>
  381. <th class="wdh18">35</th>
  382. <th class="wdh18">01</th>
  383. <th class="wdh18">02</th>
  384. <th class="wdh18">03</th>
  385. <th class="wdh18">04</th>
  386. <th class="wdh18">05</th>
  387. <th class="wdh18">06</th>
  388. <th class="wdh18">07</th>
  389. <th class="wdh18">08</th>
  390. <th class="wdh18">09</th>
  391. <th class="wdh18">10</th>
  392. <th class="wdh18">11</th>
  393. <th class="wdh18">12</th>
  394. <th width="32">和值</th>
  395. <th width="32">跨度</th>
  396. <th width="46">三区比</th>
  397. <th width="46" class="brr">奇偶比</th>
  398. </tr>
  399. </tbody>
  400. <tbody id="currentData" style="">
  401. @{
  402. var ylList = (List<TcdltChzsMissInfo>)Model.Oinfo.yl;
  403. var index = 0;
  404. if (ylList.Count > 0)
  405. {
  406. foreach (var yl in ylList)
  407. {
  408. if (index < 3)
  409. {
  410. <tr>
  411. <td colspan="3" class="brl" title="@yl.name">@yl.name</td>
  412. @for (var p = 1; p < 36; p++)
  413. {
  414. var red = yl.qq[p];
  415. if (red > 99)
  416. {
  417. <td title="@red" class="bg-yellow"><div class="ft9">@red</div></td>
  418. }
  419. else
  420. {
  421. <td class="bg-yellow">@red</td>
  422. }
  423. if (p == 12 || p == 24 || p == 35)
  424. {
  425. <td class="split01"></td>
  426. }
  427. }
  428. @for (var p = 1; p < 13; p++)
  429. {
  430. var blue = yl.hq[p];
  431. if (blue > 99)
  432. {
  433. <td title="@blue" class="bg-yellow"><div class="ft9">@blue</div></td>
  434. }
  435. else
  436. {
  437. <td class="bg-yellow">@blue</td>
  438. }
  439. }
  440. <td class="split01"></td>
  441. <td></td>
  442. <td></td>
  443. <td></td>
  444. <td class="brr"></td>
  445. </tr>
  446. }
  447. else
  448. {
  449. var max = new int[] { yl.qq.Max(), yl.hq.Max() }.Max();
  450. <tr>
  451. <td colspan="3" class="brl" title="@yl.name">@yl.name</td>
  452. @{
  453. for (var p = 1; p < 36; p++)
  454. {
  455. var red = yl.qq[p];
  456. <td class="appears bg-yellow">@red<br><img width="16" height="@Math.Round((double)red / max * 60)" src="/static/images/line-red.gif" alt=""></td>
  457. if (p == 12 || p == 24 || p == 35)
  458. {
  459. <td class="split01"></td>
  460. }
  461. }
  462. }
  463. @for (var p = 1; p < 13; p++)
  464. {
  465. var blue = yl.hq[p];
  466. <td class="appears bg-yellow">@blue<br><img width="16" height="@Math.Round((double)blue / max * 60)" src="~/static/images/line-blue.gif" alt=""></td>
  467. }
  468. <td class="split01"></td>
  469. <td></td>
  470. <td></td>
  471. <td></td>
  472. <td class="brr"></td>
  473. </tr>
  474. }
  475. index++;
  476. }
  477. }
  478. }
  479. </tbody>
  480. <tbody id="historyData" style="display:none;">
  481. @{
  482. var lsylList = (List<TcdltChzsMissInfo>)Model.Oinfo.lsyl;
  483. var lsIndex = 0;
  484. if (lsylList.Count > 0)
  485. {
  486. foreach (var yl in lsylList)
  487. {
  488. if (lsIndex < 3)
  489. {
  490. <tr>
  491. <td colspan="3" class="brl" title="@yl.name">@yl.name</td>
  492. @for (var p = 1; p < 36; p++)
  493. {
  494. var red = yl.qq[p];
  495. if (red > 99)
  496. {
  497. <td title="@red" class="bg-yellow"><div class="ft9">@red</div></td>
  498. }
  499. else
  500. {
  501. <td class="bg-yellow">@red</td>
  502. }
  503. if (p == 12 || p == 24 || p == 35)
  504. {
  505. <td class="split01"></td>
  506. }
  507. }
  508. @for (var p = 1; p < 13; p++)
  509. {
  510. var blue = yl.hq[p];
  511. if (blue > 99)
  512. {
  513. <td title="@blue" class="bg-yellow"><div class="ft9">@blue</div></td>
  514. }
  515. else
  516. {
  517. <td class="bg-yellow">@blue</td>
  518. }
  519. }
  520. <td class="split01"></td>
  521. <td></td>
  522. <td></td>
  523. <td></td>
  524. <td class="brr"></td>
  525. </tr>
  526. }
  527. else
  528. {
  529. var max = new int[] { yl.qq.Max(), yl.hq.Max() }.Max();
  530. <tr>
  531. <td colspan="3" class="brl" title="@yl.name">@yl.name</td>
  532. @{
  533. for (var p = 1; p < 36; p++)
  534. {
  535. var red = yl.qq[p];
  536. <td class="appears bg-yellow">@red<br><img width="16" height="@Math.Round((double)red / max * 60)" src="/static/images/line-red.gif" alt=""></td>
  537. if (p == 12 || p == 24 || p == 35)
  538. {
  539. <td class="split01"></td>
  540. }
  541. }
  542. }
  543. @for (var p = 1; p < 13; p++)
  544. {
  545. var blue = yl.hq[p];
  546. <td class="appears bg-yellow">@blue<br><img width="16" height="@Math.Round((double)blue / max * 60)" src="~/static/images/line-blue.gif" alt=""></td>
  547. }
  548. <td class="split01"></td>
  549. <td></td>
  550. <td></td>
  551. <td></td>
  552. <td class="brr"></td>
  553. </tr>
  554. }
  555. lsIndex++;
  556. }
  557. }
  558. }
  559. </tbody>
  560. </table>
  561. </div>
  562. <!--画线及相关 begin-->
  563. <div id="chartLine">
  564. </div>
  565. <!--画线及相关 end-->
  566. </div>
  567. </div>
  568. <!--走势图浮动期号头部 begin-->
  569. <div id='zsScrollBanner' class="scrollBanner">
  570. <div class="scrollTrend">
  571. <table class="chartTable" cellspacing="1" cellpadding="0" border="0">
  572. <thead id="scrollTrendThead">
  573. </thead>
  574. </table>
  575. </div>
  576. </div>
  577. <!--走势图浮动期号头部 end-->