index.html 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html lang="zh-cn">
  3. <head>
  4. <title ng-bind="htmlResource.Title"></title>
  5. <meta charset="utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <!--<meta http-equiv="pragma" content="no-cache">-->
  8. <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
  9. <meta http-equiv="Authorization" content="" />
  10. <link href="../../content/bootstrap.min.css" rel="stylesheet" type='text/css' />
  11. <link href="../css/bootstrap-additions.css" rel="stylesheet" />
  12. <link href="../css/angular-motion.css" rel="stylesheet" />
  13. <link href="../css/angular-awesome-slider.min.css" rel="stylesheet" />
  14. <!--add-->
  15. <link href="../../content/themes/plugins/bootstrap/css/bootstrap.css" rel="stylesheet">
  16. <link href="../../content/themes/plugins/bootstrap-select/css/bootstrap-select.css" rel="stylesheet">
  17. <!--<link href="../../content/themes/css/gt-font.css" rel="stylesheet" type="text/css">-->
  18. <link href="../../content/themes/css/gt-font-icon.css" rel="stylesheet" type="text/css">
  19. <!--<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">-->
  20. <!--<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">-->
  21. <link href="../../content/themes/plugins/node-waves/waves.css" rel="stylesheet" />
  22. <link href="../../content/themes/plugins/animate-css/animate.css" rel="stylesheet" />
  23. <link href="../../content/themes/css/style.css" rel="stylesheet">
  24. <link href="../../content/themes/css/themes/theme-blue.css" rel="stylesheet" />
  25. <link rel="stylesheet" href="../../content/themes/plugins/bootstrap-datetimepicker/bootstrap-datetimepicker.css">
  26. <link rel="stylesheet" href="css/theme2/iconfont.css" />
  27. <link href="../../content/themes/plugins/fixedheadertable/defaultTheme.css" rel="stylesheet" />
  28. <!--add-->
  29. <script src="../../scripts/jquery-1.11.1.js"></script>
  30. <script src="css/theme2/iconfont.js"></script>
  31. <script>
  32. //var now=new Date();
  33. //window.sysVersion='v=v7'+now.getFullYear()+(now.getMonth()+1)+now.getDate();
  34. window.sysVersion = 'v=v07.20.1';
  35. </script>
  36. <!--style src="js/bootstrap.min.js"></style-->
  37. <script src="../../scripts/angular.js"></script>
  38. <script src="../../scripts/angular-ui-router.js"></script>
  39. <script src="../../scripts/crypto-js/crypto-js.js"></script>
  40. <!--<script src="../../scripts/require.js"></script>-->
  41. <script src="../../scripts/moment.min.js"></script>
  42. <script src="../../scripts/ocLazyLoad.js"></script>
  43. <script src="../../scripts/angular-animate.js"></script>
  44. <script src="../../scripts/angular-sanitize.js"></script>
  45. <script src="../../scripts/bootstrap.js"></script>
  46. <script src="../../scripts/angular-strap.js"></script>
  47. <script src="../../scripts/angular-strap.tpl.js"></script>
  48. <script src="../../scripts/angular-cookies.min.js"></script>
  49. <script src="../../scripts/ng-file-upload-shim.min.js"></script>
  50. <script src="../../scripts/ng-file-upload.min.js"></script>
  51. <script src="../../scripts/i18n/angular-locale_zh-cn.js"></script>
  52. <script src="../../scripts/angular-awesome-slider.min.js"></script>
  53. <script src="../../content/themes/plugins/bootstrap-datetimepicker/bootstrap-datetimepicker.js"></script>
  54. <script src="../../scripts/ueditor/ueditor.config.js"></script>
  55. <script src="../../scripts/ueditor/ueditor.all.js"></script>
  56. <!--add-->
  57. <script src="../../content/themes/plugins/bootstrap-select/js/bootstrap-select.js" charset="gb2312"></script>
  58. <script src="../../content/themes/plugins/node-waves/waves.js"></script>
  59. <script src="../../scripts/jquery.md5.js"></script>
  60. <script src="../../content/themes/plugins/fixedheadertable/jquery.fixedheadertable.js"></script>
  61. <script src="../../scripts/jquery.actual.js"></script>
  62. <!--add-->
  63. <script src="../../config/state-config.js"></script>
  64. <script src="../js/service.js?v=v07.20.1"></script>
  65. <script src="app.js?v=v07.20.1"></script>
  66. </head>
  67. <body ng-app="ylmis" class="theme-blue" style="overflow-y: hidden;" oncontextmenu=self.event.returnValue=false>
  68. <div ui-view>
  69. </div>
  70. </body>
  71. </html>