index.html 1.2 KB

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