双重预防项目-国泰新华二开定制版
16639036659
2024-06-13 c30de75894c259ee6bc6b60b21c8e40a5eea222e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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">
    <div>
        <img width="100%" height="100%" th:src="${imageUrl}">
    </div>
</div>
<th:block th:include="include :: footer"/>
</body>
</html>