2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.thymeleaf.org" layout:decorator="MasterPage/CommonPage/Layout">
<head>
    <meta charset="UTF-8"/>
    <title th:text="${systemName}"></title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/jqgrid/ui.jqgrid-bootstrap.css'}"/>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/jquery.min.js'}"></script>
</head>
<body>
    <div layout:fragment="content" style="background-color: #fff;">
        <div style="font-size: 18px;text-align: center;width: 100%; margin-top: 10px;" th:text="${message}"></div>
    </div>
</body>
</html>