2018-02-24 21:54:43 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh_CN" xmlns:th="http://www.thymeleaf.org"
|
|
|
|
|
xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<head th:include="include :: header"></head>
|
|
|
|
|
<body class="gray-bg">
|
|
|
|
|
<div class="wrapper wrapper-content ">
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-11">
|
|
|
|
|
<div class="ibox">
|
|
|
|
|
<div class="ibox-body">
|
|
|
|
|
<div class="fixed-table-toolbar">
|
|
|
|
|
<div class="columns pull-left">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="columns pull-right">
|
|
|
|
|
<button class="btn btn-success" onclick="reLoad()">查询</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="columns pull-right col-md-2 nopadding">
|
|
|
|
|
<input id="searchName" type="text" class="form-control"
|
|
|
|
|
placeholder="">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<table id="exampleTable" data-mobile-responsive="true">
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div th:include="include :: footer"></div>
|
2018-02-26 14:20:09 +08:00
|
|
|
<script type="text/javascript" src="/js/appjs/monitor/online/online.js"></script>
|
2018-02-24 21:54:43 +08:00
|
|
|
</body>
|
|
|
|
|
</html>
|