|
|
@@ -1,40 +0,0 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html lang="ko"
|
|
|
- xmlns:th="http://www.thymeleaf.org"
|
|
|
- xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
|
|
- layout:decorator="web/common/layout/ErrorLayoutWeb">
|
|
|
-<!--
|
|
|
- *******************************************************************************
|
|
|
- * @source : 500.html
|
|
|
- * @desc : 500 Error Page
|
|
|
- *============================================================================
|
|
|
- * STYLE24
|
|
|
- * Copyright(C) 2020 TSIT, All rights reserved.
|
|
|
- *============================================================================
|
|
|
- * VER DATE AUTHOR DESCRIPTION
|
|
|
- * === =========== ========== =============================================
|
|
|
- * 1.0 2021.01.28 gagamel 최초 작성
|
|
|
- *******************************************************************************
|
|
|
- -->
|
|
|
-<head>
|
|
|
- <title>Error</title>
|
|
|
-</head>
|
|
|
-
|
|
|
-<body>
|
|
|
-
|
|
|
-<th:block th:fragment="content">
|
|
|
- <div id="wrapper">
|
|
|
- <ul class="msgWrap">
|
|
|
- <li class="title">죄송합니다. 서비스 이용이 원활하지 않습니다.</li>
|
|
|
- <li class="cont" th:if="${message == null}">요청하신 페이지에 에러가 발생하였습니다. 서비스 이용에 불편을 끼쳐드려 죄송합니다.</li>
|
|
|
- <li class="cont" th:if="${message != null && message != '' && message != 'null'}" th:text="${message}"></li>
|
|
|
- <li class="button">
|
|
|
- <button type="button" class="btn big white" onclick="cfnGoToPage(_PAGE_MAIN);">스타일24몰</button>
|
|
|
- <button type="button" class="btn big black marL10" onclick="history.back(-1); return false;">이전페이지</button>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-</th:block>
|
|
|
-
|
|
|
-</body>
|
|
|
-</html>
|