header.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. <!--main-->
  8. <link rel="stylesheet" href="${rc.contextPath}/statics/css/main.css">
  9. <link rel="stylesheet" href="${rc.contextPath}/statics/css/iview.css">
  10. <link rel="stylesheet" href="${rc.contextPath}/statics/css/style.css">
  11. <!--jqgrid-->
  12. <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
  13. <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/ztree/css/metroStyle/metroStyle.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. <script src="${rc.contextPath}/statics/libs/jquery-extend.js"></script>
  43. <script src="${rc.contextPath}/statics/libs/iNotify.js"></script>
  44. <script src="${rc.contextPath}/js/common.js"></script>