630b9d0fd799f60ab70d23ab27d07a7d7eccfb5a.svn-base 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <title>线路停运级恢复情况详情填写</title>
  7. <!--引入QUI框架js -->
  8. <%@include file="writeDataJs/need.jsp"%>
  9. <script type="text/javascript" src="/nwyj/scripts/business/em/report/objOperate.js"></script>
  10. <script type="text/javascript" src="/nwyj/scripts/business/em/report/addDo.js" ></script>
  11. <script type="text/javascript" src="writeDataJs/writeData1.js"></script>
  12. <style type="text/css">
  13. .title_msg{
  14. width: 100%;
  15. height:50px;
  16. line-height:50px;
  17. font-family: "微软雅黑";
  18. text-align:center;
  19. font-size:24px;
  20. font-weight: bold;
  21. color:#3e62a0;
  22. border-bottom: 1px solid #cdcaca;
  23. }
  24. .icon_ok{
  25. margin-left: -40px;
  26. width: 10px;
  27. }
  28. .icon_delete{
  29. margin-left: 10px;
  30. width: 10px;
  31. }
  32. </style>
  33. </head>
  34. <body style="height: 650px;overflow:auto; overflow-x:hidden;background-color:white">
  35. <!-- <input type="hidden" id="hidden"/> -->
  36. <div class="title_msg" align="center">
  37. <font id="title"></font>
  38. </div>
  39. <div>
  40. <form id="RespDutyForm" method="post">
  41. <table width="100%" border='0'>
  42. <tr>
  43. <td colspan="6" align="right"><input type="button"
  44. onclick="javascript:save();" value="保存" /> <input
  45. type="button" onclick="javascript:resetBack();" value="重置" /></td>
  46. </tr>
  47. </table>
  48. </form>
  49. <div>
  50. <div class="padding_right5">
  51. <div id="maingrid"></div>
  52. </div>
  53. </div>
  54. </div>
  55. </body>
  56. </html>