41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
<!-- #include virtual = "/common/lib/func.asp"-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<title><%=site_name%></title>
|
|
<link rel="Stylesheet" type="text/css" href="/manager/common/css/all.css" />
|
|
<style type="text/css">
|
|
#nopage {position:absolute; width:100%; margin-top:100px; text-align:center; }
|
|
/*#nopage {position:absolute; width:100%; height:70%; text-align:center; bottom: 0;}*/
|
|
#error_list {width:701px; height:297px; margin: 0 auto; text-align:center; padding-top:34px; background:url(/manager/img/nosecurity_bg.gif); background-repeat:no-repeat;}
|
|
#error_list ul li {padding-top:37px; padding-left:220px; text-align:left; line-height:150%;}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div id="nopage">
|
|
<div id="error_list">
|
|
<h2><img src="/manager/img/nosecurity_text.gif" width="466" height="38" alt="요청하신 페이지에 대한 사용 권한이 없습니다." /></h2>
|
|
<ul>
|
|
<li>
|
|
요청하신 페이지에 대한 <strong>사용 권한이 제한</strong>되어 있거나 <strong>주소가 변경</strong>되어
|
|
<br />
|
|
요청하신 기능을 수행할 수 없습니다.
|
|
<br />
|
|
입력하신 주소가 정확한지 한번 더 확인해 주세요.
|
|
<br />
|
|
<br />
|
|
고맙습니다.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|