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
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="renderer" content="webkit">
    <meta http-equiv="Cache-Control" content="no-siteapp"/>
    <title>智能机房管理平台-平台注册状态</title>
 
    <link rel="shortcut icon" href="favicon.ico">
    <link rel="stylesheet" type="text/css" href="./plugins/layui/css/layui.css"/>
    <link rel="stylesheet" type="text/css" href="css/page/state-device.css"/>
</head>
 
<body>
<div class="i-container">
    <div class="jmkt-main">
        <div class="layui-fluid">
            <div class="pdgxq-m1 layui-row layui-col-space20">
                <div class="layui-col-lg7 layui-col-md7">
                    <div class="pdgxq-m1-right pdgxq-m1-box">
                        <div class="pdgxq-table jmkt-table-wrap">
                            <i class="i"></i>
                            <div style="height: 640px">
                                <div class="table-thead">
                                    <table class="layui-table pdgxq-table1" lay-skin="nob">
                                        <colgroup>
                                            <col width="50%">
                                            <col width="50%">
                                        </colgroup>
                                        <thead>
                                        <tr>
                                            <th>平台名称</th>
                                            <th>注册状态</th>
                                        </tr>
                                        </thead>
                                    </table>
                                </div>
                                <div class="table-tbody">
                                    <table class="layui-table pdgxq-table1" lay-skin="nob">
                                        <colgroup>
                                            <col width="50%">
                                            <col width="50%">
                                        </colgroup>
                                        <tbody id="deviceList">
<!--                                        <tr>-->
<!--                                            <td>平台1</td>-->
<!--                                            <td>在线</td>-->
<!--                                        </tr>-->
                                        </tbody>
                                    </table>
                                </div>
 
                            </div>
                            <div style="height: 15px;border-top: 1px solid #444d58;"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
 
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script src="js/constant.js"></script>
<script src="js/page/state-platform.js"></script>
 
</body>
</html>