-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharea1.html
197 lines (179 loc) · 7.51 KB
/
area1.html
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge">-->
<meta name="renderer" content="webkit"/>
<title></title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- jvectormap -->
<!--<link rel="stylesheet" href="plugins/jvectormap/jquery-jvectormap-1.2.2.css">-->
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="dist/css/skins/_all-skins.min.css">
<link rel="stylesheet" type="text/css" href="common/css/style.css"/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
*{margin:0;padding:0;}
html{height:100%}
body{height:100%;margin:0px;padding:0px}
.content{padding:0;}
#container{position: relative;}
#container img{width:100%; }
.build{display: block;width: 19px; height: 26px; background: url(common/images/icons.png); background-size: 100% 100%; position: absolute; text-align: center; line-height: 20px; color: #fff; font-weight: bold; font-size: 12px;}
.build:link,.build:visited,.build:hover,.build:active{color:#fff;}
.build1{left:40%;top:43%;}
.build2{left:47%;top:59%;}
.build3{left:56%;top:49%;}
.build4{left:36%;top:55%;}
</style>
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="index.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<!--<span class="logo-mini"><b>智慧院线云平台</b></span>-->
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>合利能智慧供热云平台</b></span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
</a>
<!-- Navbar Right Menu -->
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Control Sidebar Toggle Button -->
<li>
<a href="#"><span class="header-time"></span></a>
</li>
<li>
<a href="#"><span class="header-tem">0</span>℃</a>
</li>
<li>
<a href="#"><span class="header-btn">退出</span></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<!--<div class="pull-left image">
<img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>-->
<div class="info">
<p></p>
<a href="#"><i class="fa fa-circle text-green"></i> 在线</a>
</div>
</div>
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<!--<li class="header">MAIN NAVIGATION</li>-->
<li class="treeview">
<a href="index.html">
<i class="fa fa-home"></i> <span>总布局图</span>
</a>
</li>
<li class="active treeview">
<a href="#">
<i class="fa fa-files-o"></i>
<span>分布局图</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="area2.html"><i class="fa fa-circle-o"></i>精图小区</a></li>
<li class="active"><a href="area1.html"><i class="fa fa-circle-o"></i>金宸国际公寓</a></li>
<li><a href="area.html"><i class="fa fa-circle-o"></i>农光里中社区</a></li>
</ul>
</li>
<li class="treeview" auth="1">
<a href="alarm.html">
<i class="fa fa-table"></i>
<span>设备报警</span>
</a>
</li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<!--<section class="content-header">
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-home"></i> 影城</a></li>
</ol>
</section>-->
<!-- Main content -->
<section class="content" style="position: relative; width: 100%; height: 100%;">
<div id="container" style="padding: 15px;">
<img src="common/images/map1.png" />
<a href="javascript:;" title="1号楼" ids="2035,2036" class="build build1">1</a>
<a href="javascript:;" title="2号楼" ids="2037,2038" class="build build2">2</a>
<a href="javascript:;" title="3号楼" class="build build3">3</a>
<a href="area1_boiler.html" title="锅炉房" class="build build4">锅</a>
</div>
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer class="main-footer">
<strong>蔚蓝数据 Azure City (Beijing) Technologies Inc.</strong>
</footer>
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script src="plugins/jQuery/jquery-2.2.3.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- FastClick -->
<script src="plugins/fastclick/fastclick.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/app.min.js"></script>
<!-- Sparkline -->
<!--<script src="plugins/sparkline/jquery.sparkline.min.js"></script>-->
<!-- jvectormap -->
<!--<script src="plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script>
<script src="plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script>-->
<!-- SlimScroll 1.3.0 -->
<script src="plugins/slimScroll/jquery.slimscroll.min.js"></script>
<!--<script src="https://cdn.bootcss.com/jquery.nicescroll/3.7.6/jquery.nicescroll.min.js"></script>-->
<!-- ChartJS 1.0.1 -->
<!--<script src="plugins/chartjs/Chart.min.js"></script>-->
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<!--<script src="dist/js/pages/dashboard2.js"></script>-->
<!-- AdminLTE for demo purposes -->
<script type="text/javascript" src="http://echarts.baidu.com/gallery/vendors/echarts/echarts-all-3.js"></script>
<script type="text/javascript" src="http://api.go2map.com/maps/js/api_v2.5.1.js"></script>
<script src="dist/js/demo.js"></script>
<script src="common/js/jquery.cookie.js" type="text/javascript"></script>
<script src="common/js/common.js"></script>
<script>
</script>
</body>
</html>