IM12345_Web demo - 代码源于 商丘市12345项目

AcceptDetails.html 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>受理详情</title>
  7. <link rel="shortcut icon" href="img/32.ico" />
  8. <link rel="stylesheet" href=" css/bootstrap.min.css" />
  9. <link rel="stylesheet" href=" css/indexs.css" />
  10. <link rel="stylesheet" href=" css/bootstrap-table.css" />
  11. <!--[if lt IE 9]>
  12. <script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
  13. <script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script>
  14. <![endif]-->
  15. </head>
  16. <body>
  17. <div class="header">
  18. </div>
  19. <div class="Content">
  20. <div>
  21. <div class="navcon_box clearfix navCon">
  22. <div class="main-wrap main-body">
  23. <div class="box-01 red-decoration">
  24. <div class="box-title">
  25. <div class="box-title-name">
  26. <ol class="breadcrumb">
  27. <li>
  28. <a href="index.html">首页</a>
  29. </li>
  30. <li>
  31. <a href="shouli.html">受理查询</a>
  32. </li>
  33. <li class="active">受理详情</li>
  34. </ol>
  35. </div>
  36. </div>
  37. <div class="sqsl_detail">
  38. <table>
  39. <tbody>
  40. <tr>
  41. <th>受理编号:</th>
  42. <td id="d_n"></td>
  43. <th>办理情况:</th>
  44. <td id="d_u"></td>
  45. </tr>
  46. <tr>
  47. <th>反映类别:</th>
  48. <td id="d_t"></td>
  49. <th>受理时间:</th>
  50. <td id="d_w"></td>
  51. </tr>
  52. <tr>
  53. <th>反馈时间:</th>
  54. <td id="d_s"></td>
  55. <th>信息主题:</th>
  56. <td id="d_d"></td>
  57. </tr>
  58. <tr>
  59. <th>承办单位:</th>
  60. <td colspan="3" id="d_f" style="white-space: pre-line;"> </td>
  61. </tr>
  62. <tr height="100">
  63. <th>情况摘要:</th>
  64. <td colspan="3" id="d_c" style="white-space: pre-line;"></td>
  65. </tr>
  66. <tr height="100">
  67. <th>交办意见:</th>
  68. <td colspan="3" id="d_y" style="white-space: pre-line;"> </td>
  69. </tr>
  70. <tr height="100">
  71. <th>处理结果:</th>
  72. <td colspan="3" id="d_g" style="white-space: pre-line;"> </td>
  73. </tr>
  74. </tbody>
  75. </table>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. <!--底部开始-->
  82. <div class="footer">
  83. </div>
  84. </div>
  85. <script src="js/common/huayi.load.js"></script>
  86. <script src="js/bootstrap-table.min.js"></script>
  87. <script src="js/bootstrap-table-zh-CN.js"></script>
  88. <script src="js/getClient.js"></script>
  89. <script src="js/AcceptDetails.js"></script>
  90. </body>
  91. </html>