summaryrefslogtreecommitdiff
path: root/nz-admin/src/main/resources/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'nz-admin/src/main/resources/templates/header.html')
-rw-r--r--nz-admin/src/main/resources/templates/header.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/nz-admin/src/main/resources/templates/header.html b/nz-admin/src/main/resources/templates/header.html
deleted file mode 100644
index e19eb41b..00000000
--- a/nz-admin/src/main/resources/templates/header.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<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">
-<link rel="stylesheet" href="${request.contextPath}/statics/css/bootstrap.min.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/css/font-awesome.min.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/css/myfont.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/plugins/ztree/css/metroStyle/metroStyle.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/libs/vue-multiselect.min.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/libs/vue-easytable.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/plugins/perfect-scrollbar/perfect-scrollbar.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/css/main.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/plugins/daterangepicker/daterangepicker.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/plugins/pagination/pagination.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/plugins/jquery-gridster/jquery-gridster.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/plugins/switch/bootstrap-switch.css">
-<link rel="stylesheet" href="${request.contextPath}/statics/plugins/minicolors/jquery.minicolors.css">
-<script src="${request.contextPath}/statics/libs/jquery.min.js"></script>
-<script src="${request.contextPath}/statics/plugins/layer/layer.js"></script>
-<script src="${request.contextPath}/statics/libs/bootstrap.min.js"></script>
-<!--<script src="${request.contextPath}/statics/libs/vue.min.js"></script>-->
-<script src="${request.contextPath}/statics/libs/vue.upper.js"></script>
-<script src="${request.contextPath}/statics/libs/vue-multiselect.min.js"></script>
-<script src="${request.contextPath}/statics/libs/vue-easytable.js"></script>
-<script src="${request.contextPath}/statics/libs/vuelidate.min.js"></script>
-<script src="${request.contextPath}/statics/libs/validators.min.js"></script>
-<script src="${request.contextPath}/statics/plugins/jqgrid/i18n/grid.locale-en.js"></script>
-<script src="${request.contextPath}/statics/plugins/jqgrid/jquery.jqGrid.min.js"></script>
-<script src="${request.contextPath}/statics/plugins/ztree/jquery.ztree.all.min.js"></script>
-<script src="${request.contextPath}/statics/js/common.js"></script>
-<script src="${request.contextPath}/statics/plugins/perfect-scrollbar/perfect-scrollbar.js"></script>
-<script src="${request.contextPath}/statics/plugins/My97DatePicker/WdatePicker.js"></script>
-<script src="${request.contextPath}/statics/plugins/My97DatePicker/WdatePicker.js"></script>
-<script src="${request.contextPath}/statics/plugins/daterangepicker/moment.min.js"></script>
-<script src="${request.contextPath}/statics/plugins/daterangepicker/daterangepicker.js"></script>
-<script src="${request.contextPath}/statics/plugins/pagination/pagination.js"></script>
-<script src="${request.contextPath}/statics/plugins/jquery-gridster/jquery-gridster.js"></script>
-<script src="${request.contextPath}/statics/plugins/switch/bootstrap-switch.js"></script>
-<script src="${request.contextPath}/statics/plugins/minicolors/jquery.minicolors.js"></script>
-<script src="${request.contextPath}/statics/plugins/echarts/echarts.min.js"></script>
-<!--fileinput-->
-<link href="${request.contextPath}/statics/plugins/fileinput/css/fileinput.css" media="all" rel="stylesheet" type="text/css" />
-<script type="text/javascript" src="${request.contextPath}/statics/plugins/fileinput/js/fileinput.js" ></script>
-<script type="text/javascript" src="${request.contextPath}/statics/plugins/fileinput/js/locales/zh.js"></script>
-<link rel="stylesheet" href="${request.contextPath}/statics/css/jobx.term.css" >
-
-<!--term-->
-<link type="text/css" rel="stylesheet" href="${request.contextPath}/statics/plugins/xterm/xterm.css">
-<link type="text/css" rel="stylesheet" href="${request.contextPath}/statics/plugins/xterm/addons/fullscreen/fullscreen.css" />
-
-<script src="${request.contextPath}/statics/plugins/xterm/xterm.js" type="text/javascript"></script>
-<script src="${request.contextPath}/statics/plugins/xterm/addons/attach/attach.js" type="text/javascript"></script>
-<script src="${request.contextPath}/statics/plugins/xterm/addons/fit/fit.js" type="text/javascript"></script>
-<script src="${request.contextPath}/statics/plugins/xterm/addons/fullscreen/fullscreen.js" type="text/javascript"></script>
-<script src="${request.contextPath}/statics/js/modules/romote/jobx.term.js" type="text/javascript" ></script>
-<script type="text/javascript" src="${request.contextPath}/statics/js/modules/romote/jobx.js"></script> \ No newline at end of file