index.html 1.5 KB

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