| 123456789101112131415161718192021222324252627282930313233343536 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <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" />
- <!-- <link rel="stylesheet" href="res/framework/codemirror/lib/codemirror.css" charset="UTF-8" /> -->
- <script src="res/common.min.js?v=0.3.23"></script>
- <!--<script src="res/desktopProperties.jsp"></script>-->
- <!-- <script src="res/framework/mootools/mootools-core-1.4.5.js"></script> -->
- <!--<script src="res/framework/mootools/mootools-core-1.4.5-full-nocompat.js"></script>-->
- <!--<script src="res/framework/mootools/mootools-more-1.4.0.1-all_2.js"></script>-->
- <script src="res/framework/mootools/mootools-1.6.0.js"></script>
- <script src="res/framework/Decimal.js"></script>
- <!-- <script src="res/properties.jsp"></script> -->
- <script src="res/js/x.min.js?v=0.3.23"></script>
- <title>O2OA</title>
- <!-- <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" /> -->
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- </head>
- <body>
- <div id="layout" style="overflow: hidden">
- <div id="layout_top_shim"></div>
- <div id="layout_top"></div>
- <div id="layout_desktop">
- <div id="desktop_content"></div>
- <div id="desktop_navi"></div>
- </div>
- </div>
- </body>
- </html>
|