|
|
|
<!-- Mainly scripts -->
|
|
|
|
<script src="/static/js/plugins/metisMenu/jquery.metisMenu.js"></script>
|
|
|
|
<script src="/static/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
|
|
|
|
<script src="/static/js/bootstrap-dialog.js"></script>
|
|
|
|
<script src="/static/js/mindmup-editabletable.js"></script>
|
|
|
|
<script src="/static/js/plugins/fullcalendar/moment.min.js"></script>
|
|
|
|
<script src="/static/js/plugins/fullcalendar/fullcalendar.min.js"></script>
|
|
|
|
|
|
|
|
<!-- Custom and plugin javascript -->
|
|
|
|
<script src="/static/js/inspinia.js"></script>
|
|
|
|
<script src="/static/js/plugins/pace/pace.min.js"></script>
|
|
|
|
|
|
|
|
<!-- Peity -->
|
|
|
|
<script src="/static/js/plugins/peity/jquery.peity.min.js"></script>
|
|
|
|
|
|
|
|
<!-- Peity -->
|
|
|
|
<script src="/static/js/demo/peity-demo.js"></script>
|
|
|
|
|
|
|
|
<script src="/static/js/base.js"></script>
|
|
|
|
|
|
|
|
<!-- pop windows layer-->
|
|
|
|
<script src="/static/js/layer/layer.min.js"></script>
|
|
|
|
|
|
|
|
<!-- highcharts -->
|
|
|
|
<script src="/static/js/highcharts/highcharts.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
require.config({
|
|
|
|
paths: {
|
|
|
|
echarts: '/static/js/echarts/chart'
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<!-- echarts -->
|
|
|
|
<script src="/static/js/echarts/echarts.js"></script>
|
|
|
|
|
|
|
|
<script src="/static/js/dropzone/dropzone.js"></script>
|
|
|
|
<!-- active menu -->
|
|
|
|
<script>
|
|
|
|
var str = document.location.pathname.split("/")[1];
|
|
|
|
var str1 = document.location.pathname.split("/")[2];
|
|
|
|
$("#"+str).addClass('active');
|
|
|
|
if($("."+str1).length>0) {
|
|
|
|
$("."+str1).addClass('active');
|
|
|
|
}
|
|
|
|
|
|
|
|
if(str.length==0){
|
|
|
|
$("#index").addClass('active');
|
|
|
|
}
|
|
|
|
</script>
|