workmobilewithaction.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <link rel="stylesheet" type="text/css" href="res/css/style.css" charset="UTF-8" />
  6. <link rel="stylesheet" href="res/css/mBoxNotice.css" charset="UTF-8" />
  7. <link rel="stylesheet" href="res/css/mBoxTooltip.css" charset="UTF-8" />
  8. <!--<script src="res/framework/htmleditor/ckeditor451/ckeditor.js"></script>-->
  9. <script src="res/common.js?v=1.1.7"></script>
  10. <!--<script src="res/framework/mootools/mootools-core-1.4.5-full-nocompat.js?22"></script>-->
  11. <!--<script src="res/framework/mootools/mootools-more-1.4.0.1-all_2.js"></script>-->
  12. <script src="res/framework/mootools/mootools-1.6.0.min.js"></script>
  13. <script src="res/framework/Decimal.js"></script>
  14. <script src="res/js/workmobilewithaction.min.js?v=1.1.7"></script>
  15. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  16. <meta content="yes" name="apple-mobile-web-app-capable" />
  17. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  18. <meta content="telephone=no" name="format-detection" />
  19. <title>OA办公系统</title>
  20. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  21. </head>
  22. <body style="overflow: hidden; margin:0px;">
  23. <div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 92%;">
  24. <div id="layout" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
  25. </div>
  26. <div style="height: 40px; border-top: 0px solid #cccccc; display: none">
  27. <!--<div id="MWF_form_action_save" style="width: 49%; height: 100%; float: left; font-size: 16px; color: #fb4747; text-align: center; line-height: 40px;">保存</div>-->
  28. <!--<div style="width: 1px; background-color: #fb4747; height: 24px; margin-top: 8px; float: left;"></div>-->
  29. <!--<div id="MWF_form_action_process" style="width: 50%; height: 100%; float: right; font-size: 16px; color: #fb4747; text-align: center; line-height: 40px;">继续流转</div>-->
  30. <div id="MWF_form_action_save" style="width: 49%; height: 100%; float: left; font-size: 16px; color: #008BE6; text-align: center; line-height: 40px;">保存</div>
  31. <div style="width: 1px; background-color: #008BE6; height: 24px; margin-top: 8px; float: left;"></div>
  32. <div id="MWF_form_action_process" style="width: 50%; height: 100%; float: right; font-size: 16px; color: #008BE6; text-align: center; line-height: 40px;">继续流转</div>
  33. </div>
  34. </body>
  35. </html>