index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>x_processplatform_service_processing</title>
  6. <script src="./common.js"></script>
  7. <script src="./jquery.js"></script>
  8. <script src="./debug.js"></script>
  9. <script src="./work.js"></script>
  10. <script src="./job.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. work_getComplex_init();
  14. });
  15. </script>
  16. </head>
  17. <body style="margin: 0; font-size: 1.0em; font-family: Microsoft Yahei">
  18. <div id="container" style="width: 1000px; margin: 0 auto;">
  19. <div id="header"
  20. style="background-color: #4682B4; clear: both; text-align: center;">
  21. x_processplatform_service_processing</div>
  22. <div id="menu"
  23. style="background-color: #B0E0E6; height: 950px; width: 280px; float: left;">
  24. <ul>
  25. <li>Work
  26. <ul>
  27. <li><a onclick="work_getComplex_init()" href="#">Get
  28. Complex</a></li>
  29. <li><a onclick="work_retract_init()" href="#">Retract</a></li>
  30. </ul>
  31. </li>
  32. <li>Job
  33. <ul>
  34. <li><a onclick="job_get_init()" href="#">Get</a></li>
  35. </ul>
  36. </li>
  37. <li>Debug
  38. <ul>
  39. <li><a onclick="debug_init()" href="#">Debug</a></li>
  40. </ul>
  41. </li>
  42. </ul>
  43. </div>
  44. <div style="float: left; width: 720px;">
  45. <div id="content" style="width: 100%;">&nbsp;</div>
  46. <div id="result"
  47. style="width: 100%; white-space: pre; font-size: 10px; word-break: break-all; word-wrap: break-word;">
  48. &nbsp;</div>
  49. </div>
  50. <div id="footer"
  51. style="background-color: #4682B4; clear: both; text-align: center; display: none">
  52. Copyright © x</div>
  53. </div>
  54. </body>
  55. </html>