aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/index4.html
diff options
context:
space:
mode:
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/index4.html')
-rw-r--r--uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/index4.html99
1 files changed, 0 insertions, 99 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/index4.html b/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/index4.html
deleted file mode 100644
index 3ff1d6e5..00000000
--- a/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/index4.html
+++ /dev/null
@@ -1,99 +0,0 @@
-<!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>