header.html 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. <!--bootstrap-->
  5. <link rel="stylesheet" href="${rc.contextPath}/statics/css/bootstrap.min.css">
  6. <link rel="stylesheet" href="${rc.contextPath}/statics/css/font-awesome.min.css">
  7. <!--jqgrid-->
  8. <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
  9. <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/ztree/css/metroStyle/metroStyle.css">
  10. <!--main-->
  11. <link rel="stylesheet" href="${rc.contextPath}/statics/css/main.css">
  12. <link rel="stylesheet" href="${rc.contextPath}/statics/css/iview.css">
  13. <link rel="stylesheet" href="${rc.contextPath}/statics/css/style.css">
  14. <!--treegrid-->
  15. <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.css">
  16. <!--富文本-->
  17. <link rel="stylesheet" href='${rc.contextPath}/statics/plugins/froala_editor/css/froala_editor.min.css'/>
  18. <!--jquery-->
  19. <script src="${rc.contextPath}/statics/libs/jquery.min.js"></script>
  20. <!--layer-->
  21. <script src="${rc.contextPath}/statics/plugins/layer/layer.js"></script>
  22. <!--bootstrap-->
  23. <script src="${rc.contextPath}/statics/libs/bootstrap.min.js"></script>
  24. <!--vue-->
  25. <script src="${rc.contextPath}/statics/libs/vue.min.js"></script>
  26. <script src="${rc.contextPath}/statics/libs/iview.min.js"></script>
  27. <!--qrcode-->
  28. <script src="${rc.contextPath}/statics/qrcode/jquery.qrcode.min.js"></script>
  29. <script src="${rc.contextPath}/statics/qrcode/utf.js"></script>
  30. <!-- print -->
  31. <script src="${rc.contextPath}/statics/jquery.print.js"></script>
  32. <!--jqgrid-->
  33. <script src="${rc.contextPath}/statics/plugins/jqgrid/grid.locale-cn.js"></script>
  34. <script src="${rc.contextPath}/statics/plugins/jqgrid/jquery.jqGrid.min.js"></script>
  35. <!--ztree-->
  36. <script src="${rc.contextPath}/statics/plugins/ztree/jquery.ztree.all.min.js"></script>
  37. <!--treegrid-->
  38. <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.extension.js"></script>
  39. <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.min.js"></script>
  40. <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.bootstrap3.js"></script>
  41. <script src="${rc.contextPath}/statics/plugins/treegrid/tree.table.js"></script>
  42. <!--分页插件bootstrap-paginator-->
  43. <script src="${rc.contextPath}/statics/plugins/bootstrap-table/bootstrap-paginator.js"></script>
  44. <!--simplemde富文本-->
  45. <script src='${rc.contextPath}/statics/plugins/froala_editor/js/froala_editor.min.js'></script>
  46. <!--[if lt IE 9]>
  47. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/froala_editor_ie8.min.js"></script>
  48. <![endif]-->
  49. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/tables.min.js"></script>
  50. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/lists.min.js"></script>
  51. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/colors.min.js"></script>
  52. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/media_manager.min.js"></script>
  53. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/font_family.min.js"></script>
  54. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/font_size.min.js"></script>
  55. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/block_styles.min.js"></script>
  56. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/plugins/video.min.js"></script>
  57. <script src="${rc.contextPath}/statics/plugins/froala_editor/js/langs/zh_cn.js"></script>
  58. <script src="${rc.contextPath}/statics/libs/jquery-extend.js"></script>
  59. <script src="${rc.contextPath}/statics/libs/iNotify.js"></script>
  60. <script src="${rc.contextPath}/js/common.js"></script>