aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/index4.html
blob: 3ff1d6e53269a74392d2af9a79499a732d2eb19c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html ng-app="graphApp">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title></title>
    <SCRIPT SRC="debug.js"></SCRIPT>
    <SCRIPT>
        if (typeof(parent.loadJsFromIndex) == "undefined" || !parent.loadJsFromIndex) {
            var jqueryJsPath = "/web/res/web-common/comp/jquery.js";
            document.write("<" + "SCRIPT SRC=" + jqueryJsPath + "><" + "/SCRIPT>");
            var frameworkJsPath = "/web/res/web-framework/js/framework.js";
            document.write("<" + "SCRIPT SRC=" + frameworkJsPath + "><" + "/SCRIPT>");
        }
    </SCRIPT>
    <SCRIPT>
        if (typeof ($userFrameDir) == 'undefined') {
            $userFrameDir = "/web/res/web-common/comp/";
        }
        var toolUrl = $userFrameDir + "tools.js";
        document.write("<" + "SCRIPT SRC=" + toolUrl + "><" + "/SCRIPT>");
    </SCRIPT>
</head>
<style>
    body {
        margin: 0;
        padding: 0;
    }
</style>
<link rel="stylesheet" href="/web/newict/framework/thirdparty/jquery-ui/jquery-ui-1.10.3.custom.min.css">
<link href="/web/newict/framework/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="/web/newict/framework/thirdparty/facebox/facebox.css" media="screen" rel="stylesheet" type="text/css"/>
<link type="text/css" href="/web/newict/framework/thirdparty/flotchart/demo/css/ict-chart-flot.css" rel="stylesheet">
<link type="text/css" href="/web/newict/framework/thirdparty/flotchart/demo/css/components.css" rel="stylesheet">
<link rel="stylesheet" href="/web/res/web-common/css/ZteIctIcons/style.css"/>
<link rel="stylesheet" href="/web/newict/framework/thirdparty/font-awesome/css/font-awesome.min.css"/>
<link type="text/css" href="/web/newict/framework/thirdparty/flotchart/demo/css/transition.css" rel="stylesheet">
<link type="text/css" href="/web/newict/framework/thirdparty/dashboard/DashboardICT.css" rel="stylesheet">
<link href="/web/newict/framework/thirdparty/uniform/css/uniform.default.css" rel="stylesheet" type="text/css">
<link href="assets/css/c3.css" rel="stylesheet" type="text/css">
<body ng-controller="GraphCtrl">
<div class="dashBoardHeader">
    <div id="cf5" class="hover sidebar-toggler">
        <img class="top shadow" src="images/open.png"/>
        <img class="bottom shadow" src="images/shrink.png"/>
    </div>
    <div id="deleteIcon" class="hover delete-icon">
        <img class="top shadow" src="images/remove.png"/>
        <img class="bottom shadow deleteIconHidden" src="images/remove_red.png"/>
    </div>
</div>
<div class="plotItemsSelectionWrapper"></div>
<div class="dashBoardBody">
    <div class="contentWrapper">
        <div id="freeDraggable" class="plotsWrapper" style="height:730px">
            <div id="droppable" class="portlet portlet-sortable light bg-inverse droppable freeDragBlock initBlock">
            </div>
        </div>
    </div>
</div>
<!-- </div> -->
<script type="text/javascript" src="/web/newict/framework/thirdparty/jquery-1.10.2.min.js"></script>
<script src="/web/newict/framework/thirdparty/jquery-ui/jquery-ui-1.10.3.custom.min.js"></script>
<script type="text/javascript" src="/web/newict/framework/thirdparty/flot/jquery.flot.js"></script>
<script type="text/javascript" src="/web/newict/framework/thirdparty/flot/jquery.flot.categories.js"></script>
<script type="text/javascript" src="/web/newict/framework/thirdparty/flot/jquery.flot.pie.min.js"></script>
<script type="text/javascript" src="/web/newict/framework/thirdparty/flot/jquery.flot.stack.min.js"></script>
<script src="assets/js/d3.min.js" charset="utf-8"></script>
<script src="assets/js/c3.js"></script>
<!--图例-->
<SCRIPT SRC="/web/newict/framework/thirdparty/flotchart/ict-linechart-flot.js"></SCRIPT>
<SCRIPT SRC="/web/newict/framework/thirdparty/flotchart/ict-barchart-flot.js"></SCRIPT>
<SCRIPT SRC="/web/newict/framework/thirdparty/flotchart/ict-piechart-flot.js"></SCRIPT>
<SCRIPT SRC="/web/newict/framework/thirdparty/flotchart/ict-stackchart-flot.js"></SCRIPT>
<!--demo-->
<SCRIPT SRC="/web/newict/framework/thirdparty/flotchart/demo/demo-barchart-flot.js"></SCRIPT>
<SCRIPT SRC="/web/newict/framework/thirdparty/flotchart/demo/demo-linechart-flot.js"></SCRIPT>
<SCRIPT SRC="/web/newict/framework/thirdparty/flotchart/demo/demo-piechart-flot.js"></SCRIPT>
<SCRIPT SRC="/web/newict/framework/thirdparty/flotchart/demo/demo-stackchart-flot.js"></SCRIPT>
<!--facebox-->
<script src="js/facebox.js" type="text/javascript"></script>
<!--portlet-->
<script src="/web/newict/framework/thirdparty/flotchart/demo/portlet-draggable.js" type="text/javascript"></script>
<script src="/web/newict/framework/thirdparty/bootstrap/js/bootstrap.min.js"></script>
<script src="/web/newict/framework/thirdparty/flotchart/demo/esl.js"></script>
<script src="/web/newict/framework/thirdparty/flotchart/demo/alarmCounts.js"></script>
<script src="/web/newict/framework/thirdparty/jquery-slimscroll/jquery.slimscroll.min.js"
        type="text/javascript"></script>
<script type="text/javascript" src="js/freewall.js"></script>
<!-- <script src="assets/js/angular.min.js"></script>	 -->
<script src="/web/newict/framework/thirdparty/flotchart/demo/c3Chart.js"></script>
<script type="text/javascript" src="/web/newict/framework/thirdparty/uniform/jquery.uniform.min.js"></script>
<script type="text/javascript" src="/web/newict/framework/thirdparty/dashboard/DashboardICT.js"></script>
<script>
    jQuery(document).ready(function () {
        DashboardICT.init();
    });
</script>
</body>
</html>