| 12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <link rel="stylesheet" type="text/css" href="res/css/style.css" charset="UTF-8" />
- <link rel="stylesheet" href="res/css/mBoxNotice.css" charset="UTF-8" />
- <link rel="stylesheet" href="res/css/mBoxTooltip.css" charset="UTF-8" />
- <!--<script src="res/framework/htmleditor/ckeditor451/ckeditor.js"></script>-->
- <script src="res/common.js?v=1.1.7"></script>
- <script src="res/framework/mootools/mootools-1.6.0.min.js"></script>
- <script src="res/framework/Decimal.js"></script>
- <script src="res/js/cmsDocMobile.js?v=1.1.7"></script>
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
- <meta content="yes" name="apple-mobile-web-app-capable" />
- <meta content="black" name="apple-mobile-web-app-status-bar-style" />
- <meta content="telephone=no" name="format-detection" />
- <title>CMS</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- </head>
- <body style="overflow: auto; margin:0px">
- <div id="layout" style="overflow: auto"></div>
- </body>
- </html>
|