<!DOCTYPE html>
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
|
<head>
|
<th:block th:include="include :: header('弹层组件')" />
|
<link href="../static/css/bootstrap.min.css"
|
th:href="@{/css/bootstrap.min.css}" rel="stylesheet" />
|
<link href="../static/css/font-awesome.min.css"
|
th:href="@{/css/font-awesome.min.css}" rel="stylesheet" />
|
<link href="../static/css/main/animate.min.css"
|
th:href="@{/css/main/animate.min.css}" rel="stylesheet" />
|
<link href="../static/css/main/style.min862f.css"
|
th:href="@{/css/main/style.min862f.css}" rel="stylesheet" />
|
<link rel="stylesheet" th:href="@{/css/custom/main.css}" />
|
<th:block th:include="include :: datetimepicker-css" />
|
<style type="text/css">
|
.content {
|
width: 100%;
|
background-color: rgba(0,0,0,0.01) !important;
|
}
|
</style>
|
</head>
|
|
<body class="gray-bg">
|
<div class="content">
|
<div class="col-sm-12">
|
<div class="ibox float-e-margins">
|
<div class="ibox-title">
|
<h3>沉降监测网建设工程项目分布</h3>
|
</div>
|
<div class="ibox-content">
|
|
<div class="row">
|
<div class="col-sm-8">
|
<!-- <div>-->
|
<!-- <div class="col-md-4">-->
|
<!-- <input type="text" class="form-control" placeholder="项目关键词查询定位">-->
|
<!-- </div>-->
|
<!-- <button type="button" class="btn btn-success">查询</button>-->
|
<!-- </div>-->
|
<div id="map_div" style="width: 100%;height: 570px;margin-top: 10px"></div>
|
</div>
|
|
<div class="col-sm-4">
|
<div>
|
<div class="col-md-6">
|
<span style="font-size:16px;font-weight: bold;line-height: 40px;">监管单位项目统计</span>
|
</div>
|
<div class="col-md-6" style="z-index:1;">
|
<div class="btn-group statistic-btn" style="float: right">
|
<button class="btn btn-white" type="button">总计</button>
|
<button class="btn btn-white" type="button">本年度</button>
|
<button class="btn btn-white" type="button">本月度</button>
|
</div>
|
</div>
|
</div>
|
<div id="rank_chart" style="width: 100%;height: 600px;margin-top: 10px"></div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
|
</div>
|
|
<script th:src="@{/js/jquery.min.js}"></script>
|
<script th:src="@{/js/bootstrap.min.js}"></script>
|
<script th:src="@{/ajax/libs/flot/jquery.flot.js}"></script>
|
<script th:src="@{/ajax/libs/report/echarts/echarts-all.js}"></script>
|
<script th:src="@{/js/tdt.js}" type="text/javascript"></script>
|
<script th:src="@{/js/custom/main.js}"></script>
|
<th:block th:include="include :: sparkline-js" />
|
|
<th:block th:include="include :: footer" />
|
|
</body>
|
</html>
|