ActiveWarning.cshtml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. @*
  2. For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
  3. *@
  4. @{
  5. ViewData["Title"] = "Auto Tank Gauge System";
  6. Layout = null;
  7. }
  8. <body>
  9. <div style="display:flex;height:5%;width:50%">
  10. <div style="position:absolute;float:right;left:1089px;height:10%;width:0%;z-index:0">
  11. <img id="testimage" src="~/images/device/title/505455.png" style="z-index:2;position:absolute;float:left">
  12. <p style="z-index:4; left:30px;height:7%;position:absolute;float:left;top:-11px"><font size="5" color="white"> 03/31/2020 </font></p>
  13. <canvas></canvas>
  14. </div>
  15. <div style="position:absolute;float:left;height:10%;width:1280px;z-index:0">
  16. <img id="testimage" src="~/images/device/title/ff1d1c.png" style="z-index:1;position:absolute;float:left">
  17. <img id="testimage" src="~/images/device/title/0182d6.png" style="z-index:1;position:absolute;float:left">
  18. <img id="testimage" src="~/images/device/title/f8cd1c.png" style="z-index:1;position:absolute;float:left">
  19. <p style="z-index:1; left:30px; height:7%;position:absolute;float:left"><font size="6" color="white"> X号油罐 : 高油位警报, </font></p>
  20. <p style="z-index:1; left:550px;height:7%;position:absolute;float:left"><font size="6" color="white"> 活跃预警: </font></p>
  21. <p style="z-index:1; left:850px;height:7%;position:absolute;float:left"><font size="6" color="white"> 活跃报警: </font></p>
  22. <canvas></canvas>
  23. </div>
  24. </div>
  25. <div style="position:absolute;top:100px">
  26. <div style="position:absolute;float:left">
  27. <table border="0" cellpadding="0" cellspacing="0" width="950px" style="position:absolute;left:50px">
  28. <thead style="font-size:large">
  29. <tr>
  30. <th> 油罐 </th>
  31. <th> 油品 </th>
  32. <th> 警报描述 </th>
  33. <th> 发生时间 </th>
  34. <th> 接触时间 </th>
  35. </tr>
  36. </thead>
  37. <tbody style="font-size:large">
  38. @for (int i = 0; i <= 1; i++)
  39. {
  40. <tr>
  41. <th> teble1 </th>
  42. <th> teble1 </th>
  43. <th> teble1 </th>
  44. <th> teble1 </th>
  45. <th> teble1 </th>
  46. </tr>
  47. }
  48. </tbody>
  49. </table>
  50. </div>
  51. <div style="position:absolute;left:1100px;width:300px">
  52. <table style="width:180px;text-align:left">
  53. <caption style="font-size:xx-large;font-weight:bolder;widows:initial;text-align:left"> 筛选查询 </caption>
  54. @*<tr>
  55. <th> 筛选查询 </th>
  56. </tr>*@
  57. <tr style="height:10px">
  58. <th> </th>
  59. </tr>
  60. <tbody>
  61. <tr>
  62. <th> 起始时间: </th>
  63. </tr>
  64. <tr>
  65. <th> temp </th>
  66. </tr>
  67. <tr>
  68. <th> 结束日期: </th>
  69. </tr>
  70. <tr>
  71. <th> temp </th>
  72. </tr>
  73. <tr>
  74. <th> 油罐选择: </th>
  75. </tr>
  76. <tr>
  77. <th> temp </th>
  78. </tr>
  79. <tr style="height:10px">
  80. <th> </th>
  81. </tr>
  82. <tr>
  83. <th> 查询条件: </th>
  84. </tr>
  85. </tbody>
  86. </table>
  87. <div style="position:absolute;top:220px">
  88. <div style="display:flex">
  89. <img src="~/images/device/fairbanks/选中标签 拷贝.png" style="z-index:1;position:absolute;float:left">
  90. <img src="~/images/device/fairbanks/选框.png" style="z-index:1;position:absolute;float:left">
  91. <p style="z-index:1;float:left;position:absolute;width:110px;top:-11px;left:25px"><font size="5" color="white"> 活跃报警 </font></p>
  92. </div>
  93. <div style="display:flex;margin-top:50px">
  94. <img src="~/images/device/fairbanks/选中标签 拷贝.png" style="z-index:1;position:absolute;float:left">
  95. <img src="~/images/device/fairbanks/选框.png" style="z-index:1;position:absolute;float:left">
  96. <p style="z-index:1;float:left;position:absolute;width:110px;top:39px;left:25px"><font size="5" color="white"> 历史记录 </font></p>
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. <div style="position:absolute;top:500px">
  102. <div style="height:40px">
  103. <p style="z-index:1; height:10%;position:absolute;float:left"></p>
  104. </div>
  105. <div style="display:flex;height:5%;width:50%">
  106. <div style="position:absolute;float:left;height:10%;width:1280px;z-index:0;left:50px">
  107. <a href="/_layoutTankDetail.cshtml">
  108. <img id="testimage" src="~/images/device/pages/3fa0df.png" style="z-index:1;position:absolute;float:left;">
  109. @*<asp:ImageButton ImageUrl="~/image/device/pages/3fa0df.png" href="/_Layout_TankDetail.cshtml" ></asp:ImageButton>*@
  110. <p style="z-index:1; left:25px;height:7%;position:absolute;float:left;top:-11px"><font size="5" color="white"> 油罐总览 </font></p>
  111. <canvas></canvas>
  112. </a>
  113. </div>
  114. <div style="position:absolute;float:right;left:200px;height:10%;width:1000px;z-index:0">
  115. <a href="/_layoutTankDetail.cshtml">
  116. <img id="testimage" src="~/images/device/pages/3fa0df.png" style="z-index:2;position:absolute;float:left" onclick="">
  117. <p style="z-index:4; left:25px;height:7%;position:absolute;float:left;top:-11px"><font size="5" color="white"> 油罐详情 </font></p>
  118. <canvas></canvas>
  119. </a>
  120. </div>
  121. <div style="position:absolute;float:right;left:350px;height:10%;width:1000px;z-index:0">
  122. <a href="/_layoutTankDetail.cshtml">
  123. <img id="testimage" src="~/images/device/pages/3fa0df.png" style="z-index:2;position:absolute;float:left" onclick="">
  124. <p style="z-index:4; left:25px;height:7%;position:absolute;float:left;top:-11px"><font size="5" color="white"> 报警查询 </font></p>
  125. <canvas></canvas>
  126. </a>
  127. </div>
  128. <div style="position:absolute;float:right;left:500px;height:10%;width:1000px;z-index:0">
  129. <a href="/_layoutTankDetail.cshtml">
  130. <img id="testimage" src="~/images/device/pages/3fa0df.png" style="z-index:2;position:absolute;float:left" onclick="">
  131. <p style="z-index:4; left:25px;height:7%;position:absolute;float:left;top:-11px"><font size="5" color="white"> 进油库存 </font></p>
  132. <canvas></canvas>
  133. </a>
  134. </div>
  135. <div>
  136. @*<canvas style="position:absolute;float:right;left:800px;height:10%;width:1000px;z-index:0">
  137. </canvas>*@
  138. <div style="position:absolute;float:right;left:860px;height:10%;width:50px;z-index:0;margin-top:10px">
  139. <img src="~/images/device/pages/1a8eda.png" style="position:absolute;left:0px">
  140. <img src="~/images/device/pages/b1d5eb.png" style="position:absolute;left:0px">
  141. </div>
  142. <div style="position:absolute;float:right;left:940px;height:10%;width:50px;z-index:0;margin-top:10px">
  143. <img src="~/images/device/pages/1a8eda.png" style="position:absolute;left:0px">
  144. <img src="~/images/device/pages/b1d5eb.png" style="position:absolute;left:0px">
  145. </div>
  146. <div style="position:absolute;float:right;left:1020px;height:10%;width:50px;z-index:0;margin-top:10px">
  147. <img src="~/images/device/pages/1a8eda.png" style="position:absolute;left:0px">
  148. <img src="~/images/device/pages/b1d5eb.png" style="position:absolute;left:0px">
  149. </div>
  150. <div style="position:absolute;float:right;left:1100px;height:10%;width:50px;z-index:0;margin-top:10px">
  151. <img src="~/images/device/pages/1a8eda.png" style="position:absolute;left:0px">
  152. <img src="~/images/device/pages/b1d5eb.png" style="position:absolute;left:0px">
  153. </div>
  154. <div style="position:absolute;float:right;left:1180px;height:10%;width:50px;z-index:0;margin-top:10px">
  155. <img src="~/images/device/pages/1a8eda.png" style="position:absolute;left:0px">
  156. <img src="~/images/device/pages/b1d5eb.png" style="position:absolute;left:0px">
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </body>