first
This commit is contained in:
26
modules/site/pages/guide.perm.php
Normal file
26
modules/site/pages/guide.perm.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<meta name="robots" content="noindex">
|
||||
|
||||
<div class="rb-guide-wrapper">
|
||||
<div class="rb-guide-wrapper-inner">
|
||||
<div class="container">
|
||||
<h1>
|
||||
<i class="fa fa-lock fa-3x text-muted"></i><br>
|
||||
서비스 안내
|
||||
</h1>
|
||||
<p class="text-muted">
|
||||
요청하신 페이지는 권한이 있어야 접근하실 수 있습니다.<br class="hidden-xs">
|
||||
로그인하신 후에 이용하세요.<br class="hidden-xs">
|
||||
로그인을 하신 후에도 이 페이지가 출력되면 회원등급 권한이 없는 경우입니다.
|
||||
</p>
|
||||
<p>
|
||||
<button type="button" class="btn btn-default" onclick="goBack();">이전으로</button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function goBack() {
|
||||
window.history.back()
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user