log-report.html 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <link rel="stylesheet" href="../../commons/css/base.css" type="text/css" />
  8. <link rel="stylesheet" href="../../commons/css/safe.css" type="text/css" />
  9. <link rel="stylesheet" href="../../commons/css/page.css" type="text/css" />
  10. <link rel="stylesheet" href="../../commons/css/Pager.css" type="text/css"/>
  11. <link rel="stylesheet" href="../../commons/css/sub-style.css" type="text/css" />
  12. <script type="text/javascript" src="../../commons/js/jquery-1.8.3.min.js"></script>
  13. <script type="text/javascript" src="../../commons/js/jquery.mousewheel.min.js"></script>
  14. <script type="text/javascript" src="../../commons/js/jquery.jscrollpane.min.js"></script>
  15. <script type="text/javascript" src="../../commons/js/jquery.datetimepicker.js"></script>
  16. <link rel="stylesheet" href="../../commons/css/jquery.datetimepicker.css" type="text/css" />
  17. <script type="text/javascript" src="../../commons/js/common.js"></script>
  18. <script type="text/javascript" src="../../commons/js/jquery.easyui.min.js"></script>
  19. <script type="text/javascript" src="../../commons/js/jquery.artDialog.js"></script>
  20. <link rel="stylesheet" href="../../commons/css/artDialog.css" type="text/css" />
  21. <script type="text/javascript" src="../../commons/js/base.js"></script>
  22. <script type="text/javascript" src="js/log-report.js"></script>
  23. <script language="javascript" type="text/javascript" src="../../commons/js/jquery.pager.js"></script>
  24. </head>
  25. <body onload="$('#loading-mask').fadeOut('slow');">
  26. <div id="loading-mask"
  27. style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #D2E0F2; z-index: 20000">
  28. <div id="pageloading"
  29. style="position: absolute; top: 50%; left: 50%; margin: -120px 0px 0px -120px; text-align: center; width:200px; border:1px solid #a6bccb; background-color:#fff;padding: 10px; background: #fff; color: #555;">
  30. <img src="../../commons/images/loading.gif" align="absmiddle" />
  31. 正在加载中,请稍候...
  32. </div>
  33. </div>
  34. <!--main content-->
  35. <div class="container-wrap">
  36. <div class="main-header hidden">
  37. <div class="fl ml20 mt15 f14 c-222">系统日志</div>
  38. </div>
  39. <div class="scroll-pane jspScrollable">
  40. <div class="container">
  41. <div class="p20">
  42. <div class="querybar clearfix">
  43. <label class="fl mr10">请求日期</label>
  44. <div class="fl date-wrap mr20">
  45. <input type="text" class="date-txt datetimepicker" value="2015-05-25" id="datetimepickerA1" readonly/>
  46. </div>
  47. <label class="fl mr10">API名称</label>
  48. <input type="text" id="search_apiname" class="fl text w115 mr20">
  49. <label class="fl mr10">请求参数</label>
  50. <input type="text" id="search_param" class="fl text w115 mr20">
  51. <label class="fl mr10">返回结果</label>
  52. <input type="text" id="search_resp" class="fl text w115 mr10">
  53. <input type="button" value="查询" class="fl btn-gray" onclick="rzcx_loadDataGrid(1);"/>
  54. </div>
  55. <!-- <div class="mt20" style="height:435px;">
  56. <div id='rzcx' class='fl' ></div>
  57. </div> -->
  58. <div>
  59. <table class="tb" width="100%" id = "log">
  60. <tr>
  61. <th>请求时间</th>
  62. <th>API名称</th>
  63. <th>响应时间</th>
  64. <th class="last">请求参数</th>
  65. <!-- <th >返回结果</th> -->
  66. </tr>
  67. </table>
  68. <div class="pager_container" >
  69. <input id="totalcount" type="hidden" value="0" />
  70. <input id="pagenumber" type="hidden" value="1" />
  71. <div id="pager"></div>
  72. </div>
  73. </div>
  74. <!-- <div>
  75. <table class="tb" width="100%">
  76. <tr>
  77. <th>请求时间</th>
  78. <th>API名称</th>
  79. <th>响应时间</th>
  80. <th>请求参数</th>
  81. <th class="last">返回结果</th>
  82. </tr>
  83. <tr>
  84. <td>2015-01-14</td>
  85. <td>HDKASG .HTML</td>
  86. <td>2015-03-25</td>
  87. <td></td>
  88. <td></td>
  89. </tr>
  90. </table>
  91. </div> -->
  92. </div>
  93. </div>
  94. </div>
  95. </div>
  96. <!-- <div id="logMessage">
  97. <div class="pop-con-box">
  98. <div class="pop-con">
  99. <div class="pop-form" id="fws_form">
  100. <textarea rows="10" cols="65" id="message" name="message"></textarea>
  101. </div>
  102. </div>
  103. </div>
  104. </div> -->
  105. <div id="logMessage" style="display:none;">
  106. <textarea readonly="readonly" rows="15" cols="90" id="message" name="message"></textarea>
  107. </div>
  108. <!--/main content-->
  109. </body>
  110. </html>