|
@@ -0,0 +1,43 @@
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
|
|
|
|
+<head>
|
|
|
|
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
+<title>시스템장애 발생</title>
|
|
|
|
+<style type="text/css">
|
|
|
|
+<!--
|
|
|
|
+#errorBg {
|
|
|
|
+
|
|
|
|
+ color:#FF3300;
|
|
|
|
+ margin:0 auto;
|
|
|
|
+ background:url('/images/error/errorBg.jpg') no-repeat;
|
|
|
|
+ width: 514px;
|
|
|
|
+ height: 219px;
|
|
|
|
+ position:relative;
|
|
|
|
+ font-weight:bold;
|
|
|
|
+}
|
|
|
|
+#errorBg .message {position:absolute; top:90px; left:230px; width:250px; height:60px; text-align:center;}
|
|
|
|
+#errorBg .errorBtn {
|
|
|
|
+ text-align:center;
|
|
|
|
+ position:absolute; top:160px; left:230px; width:250px; height:30px;
|
|
|
|
+ display:block;
|
|
|
|
+}
|
|
|
|
+-->
|
|
|
|
+</style>
|
|
|
|
+</head>
|
|
|
|
+<body>
|
|
|
|
+<div id="errorBg">
|
|
|
|
+ <p class="message">
|
|
|
|
+ 예상치 못한 예외가 발생했습니다.
|
|
|
|
+ </p>
|
|
|
|
+ <div class="errorBtn">
|
|
|
|
+ <a href="javascript:history.back();" class="btn"><span>뒤로가기</span></a>
|
|
|
|
+ <a href="javascript:window.location.reload();" class="btn"><span>새로고침</span></a>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+</body>
|
|
|
|
+</html>
|