index_old.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="res/css/style.css" charset="UTF-8" />
  5. <link rel="stylesheet" href="res/css/mBoxNotice.css" charset="UTF-8" />
  6. <link rel="stylesheet" href="res/css/mBoxTooltip.css" charset="UTF-8" />
  7. <!-- <link rel="stylesheet" href="res/framework/codemirror/lib/codemirror.css" charset="UTF-8" /> -->
  8. <script src="res/common.min.js?v=0.3.23"></script>
  9. <!--<script src="res/desktopProperties.jsp"></script>-->
  10. <!-- <script src="res/framework/mootools/mootools-core-1.4.5.js"></script> -->
  11. <!--<script src="res/framework/mootools/mootools-core-1.4.5-full-nocompat.js"></script>-->
  12. <!--<script src="res/framework/mootools/mootools-more-1.4.0.1-all_2.js"></script>-->
  13. <script src="res/framework/mootools/mootools-1.6.0.js"></script>
  14. <script src="res/framework/Decimal.js"></script>
  15. <!-- <script src="res/properties.jsp"></script> -->
  16. <script src="res/js/x.min.js?v=0.3.23"></script>
  17. <title>O2OA</title>
  18. <!-- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  19. <meta content="yes" name="apple-mobile-web-app-capable" />
  20. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  21. <meta content="telephone=no" name="format-detection" /> -->
  22. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  23. </head>
  24. <body>
  25. <div id="layout" style="overflow: hidden">
  26. <div id="layout_top_shim"></div>
  27. <div id="layout_top"></div>
  28. <div id="layout_desktop">
  29. <div id="desktop_content"></div>
  30. <div id="desktop_navi"></div>
  31. </div>
  32. </div>
  33. </body>
  34. </html>