地质所 沉降监测网建设项目
chenhuan
2024-05-16 98b1fc47a5c40422a7289c9ac10960f26f742d93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head>
    <th:block th:include="include :: header('查看缓存信息')" />
</head>
<body class="white-bg">
    <div class="wrapper wrapper-content animated fadeInRight ibox-content">
        <form class="form-horizontal m" id="form-config-edit">
 
            <div class="form-group">
                <label class="col-sm-3 control-label">KEY:</label>
                <div class="form-control-static" th:text="${info.key}">
                </div>
            </div>
            <div class="form-group">    
                <label class="col-sm-3 control-label">值:</label>
                <div class="form-control-static" th:text="${info.value}">
                </div>
            </div>
        </form>
    </div>
    <th:block th:include="include :: footer" />
</body>
</html>