광주은행 전용 nohead 레이아웃 HTML 파일 추가
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html xmlns:th="http://www.thymeleaf.org"
|
||||||
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
|
||||||
|
|
||||||
|
<head th:replace="fragment/kjbank/head :: headFragment">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="loading-overlay" style="display: none;">
|
||||||
|
<div class="loading-spinner"></div>
|
||||||
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<th:block layout:fragment="contentFragment">
|
||||||
|
</th:block>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<th:block layout:fragment="script">
|
||||||
|
</th:block>
|
||||||
|
|
||||||
|
<section th:replace="fragment/popup/customPopups :: customPopups"></section>
|
||||||
|
<script th:src="@{/js/popup/custom-popups.js}"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user