ssjkList.htm 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>实时监控</title>
  6. <style type="text/css">
  7. .prompt {
  8. background-color: #fffff0;
  9. margin-left: 12px;
  10. margin-top: 2px;
  11. }
  12. </style>
  13. <script type="text/javascript" src="views/sj/yzgk/ssjk/ssjkList.js"></script>
  14. </head>
  15. <body>
  16. <table width="100%" align="center" cellpadding="0" cellspacing="0">
  17. <tr>
  18. <td>
  19. <input type="hidden" id="ssjkSearchGrid" value="$!ssjkSearchGrid" />
  20. <div id="ssjkSearchModule" />
  21. #if("$!test" == "0")
  22. <div class="prompt">
  23. <span>*系统检测到您是初次使用实时监控功能,请下载阅读使用说明文档。</span>
  24. <a href="http://122.112.219.87/download/Readme.pdf" target="_blank">点击此处下载</a>
  25. </div>
  26. #else
  27. #end
  28. <div id="ssjkDiv" style="margin-left: 4px;"></div>
  29. </td>
  30. </tr>
  31. </table>
  32. </body>
  33. </html>