index.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xml:lang="zh-CN" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  7. <meta http-equiv="Pragma" content="no-cache" />
  8. <meta http-equiv="Expires" content="0" />
  9. <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
  10. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  11. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  12. <title>O2OA</title>
  13. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  14. </head>
  15. <body>
  16. <div id="layout_main" class="layout_main" style="overflow: hidden; height: 100%; background-position-x: center; background-size: cover;">
  17. <div id="layout_top_shim"></div>
  18. <div id="layout_top"></div>
  19. <div id="layout_desktop">
  20. <div id="desktop_content"></div>
  21. <div id="desktop_navi"></div>
  22. </div>
  23. </div>
  24. <div id="loaddingArea" style="z-index: 200001;overflow: hidden;width:0px; height:2px; background-color:#999999; position: absolute; top: 0;"></div>
  25. <div id="browser_loading" style="z-index: 200000;background-image: url(img/loading_home3.gif); background-position: center center; background-repeat: no-repeat; overflow: hidden; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;background-color: #ffffff"></div>
  26. <div id="appContent" class="appContent" style="overflow: hidden; height: 100%;"></div>
  27. <script src="js/unsupported.js"></script>
  28. <script src="../o2_core/o2.min.js"></script>
  29. <script src="js/base.min.js"></script>
  30. <script src="js/x.min.js"></script>
  31. <script src="../o2_lib/Decimal.js"></script>
  32. </body>
  33. </html>