<!DOCTYPE html>
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
|
<head>
|
<meta charset="UTF-8" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<title th:text="${systemName}"></title>
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
<meta content="" name="description" />
|
<meta content="" name="author" />
|
|
<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/css/style.css'}" />
|
<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/css/bootstrap-extract.css'}" />
|
<link th:href="@{${pubzyWebRoot} + 'media/css/landtool.css'}" rel="stylesheet" type="text/css" id="style_color" />
|
<link rel="shortcut icon" th:href="@{${pubzyWebRoot} + 'media/image/favicon.ico'}" />
|
<script th:src="@{${pubzyWebRoot} + 'media/js/jquery-1.11.1.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/layer/layer.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/tether.min.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/bootstrap.min.js'}"></script>
|
<style>
|
/*底部边距(原版权区域)*/
|
.page-footer-fixed .page-container {
|
margin-bottom: 0 !important;
|
}
|
|
body {
|
padding-bottom: 0px!important;
|
}
|
</style>
|
</head>
|
<body>
|
<div layout:fragment="content"></div>
|
<script th:inline="javascript">
|
/*<![CDATA[*/
|
var staticFileRoot = "";
|
var resizefunc = [];
|
/*]]>*/
|
</script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/detect.js'}"></script>
|
<!-- jQuery.browser.mobile will be true if the browser is a mobile device -->
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/fastclick.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/jquery.slimscroll.js'}"></script>
|
|
<!-- App js -->
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/jquery.app.js'}"></script>
|
</body>
|
</html>
|