header.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <meta charset="UTF-8">
  2. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  3. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  4. <!--polyfill-->
  5. <!-- <script src="https://cdn.bootcss.com/jquery-browser/0.1.0/jquery.browser.min.js"></script>
  6. <script src="https://cdn.bootcss.com/babel-polyfill/7.8.7/polyfill.min.js"></script> -->
  7. <!--bootstrap-->
  8. <link rel="stylesheet" href="${rc.contextPath}/statics/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="${rc.contextPath}/statics/css/font-awesome.min.css">
  10. <!--jqgrid-->
  11. <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
  12. <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/ztree/css/metroStyle/metroStyle.css">
  13. <!--main-->
  14. <link rel="stylesheet" href="${rc.contextPath}/statics/css/main.css">
  15. <link rel="stylesheet" href="${rc.contextPath}/statics/css/iview.css">
  16. <link rel="stylesheet" href="${rc.contextPath}/statics/css/style.css">
  17. <!--treegrid-->
  18. <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.css">
  19. <!--富文本-->
  20. <link rel="stylesheet" href='${rc.contextPath}/statics/plugins/froala_editor/css/froala_editor.min.css'/>
  21. <!--jquery-->
  22. <script src="${rc.contextPath}/statics/libs/jquery.min.js"></script>
  23. <!--layer-->
  24. <script src="${rc.contextPath}/statics/plugins/layer/layer.js"></script>
  25. <!--bootstrap-->
  26. <script src="${rc.contextPath}/statics/libs/bootstrap.min.js"></script>
  27. <!--vue-->
  28. <script src="${rc.contextPath}/statics/libs/vue.min.js"></script>
  29. <script src="${rc.contextPath}/statics/libs/iview.min.js"></script>
  30. <!--jqgrid-->
  31. <script src="${rc.contextPath}/statics/plugins/jqgrid/grid.locale-cn.js"></script>
  32. <script src="${rc.contextPath}/statics/plugins/jqgrid/jquery.jqGrid.min.js"></script>
  33. <!--ztree-->
  34. <script src="${rc.contextPath}/statics/plugins/ztree/jquery.ztree.all.min.js"></script>
  35. <!--treegrid-->
  36. <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.extension.js"></script>
  37. <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.min.js"></script>
  38. <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.bootstrap3.js"></script>
  39. <script src="${rc.contextPath}/statics/plugins/treegrid/tree.table.js"></script>
  40. <!--simplemde富文本-->
  41. <script src='${rc.contextPath}/statics/plugins/froala_editor/js/froala_editor.min.js'></script>
  42. <!--[if lt IE 9]>
  43. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/froala_editor_ie8.min.js"></script>
  44. <![endif]-->
  45. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/tables.min.js"></script>
  46. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/lists.min.js"></script>
  47. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/colors.min.js"></script>
  48. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/media_manager.min.js"></script>
  49. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/font_family.min.js"></script>
  50. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/font_size.min.js"></script>
  51. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/block_styles.min.js"></script>
  52. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/video.min.js"></script>
  53. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/langs/zh_cn.js"></script>
  54. <script src="${rc.contextPath}/statics/libs/jquery-extend.js"></script>
  55. <script src="${rc.contextPath}/js/common.js"></script>
  56. <script>
  57. var _hmt = _hmt || [];
  58. (function() {
  59. var hm = document.createElement("script");
  60. hm.src = "https://hm.baidu.com/hm.js?4656e49e8efa9f2ad6868ea26fb8984c";
  61. var s = document.getElementsByTagName("script")[0];
  62. s.parentNode.insertBefore(hm, s);
  63. })();
  64. </script>