cmsdocMobile.html 1.1 KB

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  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. <script src="res/framework/htmleditor/ckeditor451/ckeditor.js"></script>
  8. <script src="res/common.js?v=0.3.16"></script>
  9. <script src="res/framework/mootools/mootools-1.6.0.min.js"></script>
  10. <script src="res/framework/Decimal.js"></script>
  11. <script src="res/js/cmsDocMobile.js?v=0.3.16"></script>
  12. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  13. <meta content="yes" name="apple-mobile-web-app-capable" />
  14. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  15. <meta content="telephone=no" name="format-detection" />
  16. <title>CMS</title>
  17. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  18. </head>
  19. <body style="overflow: auto; margin:0px">
  20. <div id="layout" style="overflow: auto"></div>
  21. </body>
  22. </html>