Ver Fonte

500 Error 페이지 추가

gagamel há 5 anos atrás
pai
commit
7d608bb669

Diff do ficheiro suprimidas por serem muito extensas
+ 39 - 0
src/main/webapp/WEB-INF/views/mob/error/500Mob.html


+ 0 - 40
src/main/webapp/WEB-INF/views/web/common/error/500Web.html

@@ -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>

+ 0 - 27
src/main/webapp/WEB-INF/views/web/common/layout/ErrorLayoutWeb.html

@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html lang="ko"
-	xmlns:th="http://www.thymeleaf.org"
-	xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
-
-<head th:replace="~{web/common/fragments/HeadWeb :: head}"></head>
-
-<body>
-
-<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
-
-<!-- CONTENT AREA -->
-<th:block layout:fragment="content"></th:block>
-<!-- // CONTENT AREA -->
-
-<th:block th:replace="~{web/common/fragments/ScriptsWeb :: scripts}"></th:block>
-
-<script th:inline="javascript">
-/*<![CDATA[*/
-	$(document).ready(function() {
-		
-	});
-/*]]>*/
-</script>
-
-</body>
-</html>

Diff do ficheiro suprimidas por serem muito extensas
+ 35 - 4
src/main/webapp/WEB-INF/views/web/error/500Web.html


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff