1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
- <!--bootstrap-->
- <link rel="stylesheet" href="${rc.contextPath}/statics/css/bootstrap.min.css">
- <link rel="stylesheet" href="${rc.contextPath}/statics/css/font-awesome.min.css">
- <!--main-->
- <link rel="stylesheet" href="${rc.contextPath}/statics/css/main.css">
- <link rel="stylesheet" href="${rc.contextPath}/statics/css/iview.css">
- <link rel="stylesheet" href="${rc.contextPath}/statics/css/style.css">
- <!--jqgrid-->
- <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
- <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/ztree/css/metroStyle/metroStyle.css">
- <!--treegrid-->
- <link rel="stylesheet" href="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.css">
- <!--富文本-->
- <link rel="stylesheet" href='${rc.contextPath}/statics/plugins/froala_editor/css/froala_editor.min.css'/>
- <!--jquery-->
- <script src="${rc.contextPath}/statics/libs/jquery.min.js"></script>
- <!--layer-->
- <script src="${rc.contextPath}/statics/plugins/layer/layer.js"></script>
- <!--bootstrap-->
- <script src="${rc.contextPath}/statics/libs/bootstrap.min.js"></script>
- <!--vue-->
- <script src="${rc.contextPath}/statics/libs/vue.min.js"></script>
- <script src="${rc.contextPath}/statics/libs/iview.min.js"></script>
- <!--qrcode-->
- <script src="${rc.contextPath}/statics/qrcode/jquery.qrcode.min.js"></script>
- <script src="${rc.contextPath}/statics/qrcode/utf.js"></script>
- <!-- print -->
- <script src="${rc.contextPath}/statics/jquery.print.js"></script>
- <!--jqgrid-->
- <script src="${rc.contextPath}/statics/plugins/jqgrid/grid.locale-cn.js"></script>
- <script src="${rc.contextPath}/statics/plugins/jqgrid/jquery.jqGrid.min.js"></script>
- <!--ztree-->
- <script src="${rc.contextPath}/statics/plugins/ztree/jquery.ztree.all.min.js"></script>
- <!--treegrid-->
- <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.extension.js"></script>
- <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.min.js"></script>
- <script src="${rc.contextPath}/statics/plugins/treegrid/jquery.treegrid.bootstrap3.js"></script>
- <script src="${rc.contextPath}/statics/plugins/treegrid/tree.table.js"></script>
- <script src="${rc.contextPath}/statics/libs/jquery-extend.js"></script>
- <script src="${rc.contextPath}/statics/libs/iNotify.js"></script>
- <script src="${rc.contextPath}/js/common.js"></script>
|