You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.5 KiB
69 lines
1.5 KiB
|
|
@{
|
|
ViewBag.Title = "StockIn";
|
|
Layout = "~/Views/Shared/iframeLayout.cshtml";
|
|
}
|
|
<link href="/3rd/AdminLTE/plugins/iCheck/flat/_all.css" rel="stylesheet" />
|
|
|
|
<style>
|
|
#listcbx label {
|
|
padding-left: 10px;
|
|
padding-right: 60px;
|
|
}
|
|
|
|
#errorhead {
|
|
font-size: 100px;
|
|
font-weight: 300;
|
|
color: #f39c12 !important;
|
|
}
|
|
|
|
@@media screen and (max-width: 991px) {
|
|
.error-page > #errorhead {
|
|
float: none;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
@@media (max-width:991px) {
|
|
.error-page > .errorcontent {
|
|
text-align:center;
|
|
}
|
|
}
|
|
|
|
</style>
|
|
<!-- Content Header (Page header) -->
|
|
<section class="content-header">
|
|
<h1>
|
|
403 Error Page
|
|
</h1>
|
|
<ol class="breadcrumb">
|
|
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
|
<li><a href="#">Error</a></li>
|
|
<li class="active">403 error</li>
|
|
</ol>
|
|
</section>
|
|
|
|
<!-- Main content -->
|
|
<section class="content">
|
|
<div class="error-page">
|
|
<h2 id="errorhead"> 403</h2>
|
|
|
|
<div class="errorcontent">
|
|
<h3><i class="fa fa-warning text-yellow"></i> 抱歉,你无权访问该页面.</h3>
|
|
</div>
|
|
<!-- /.error-content -->
|
|
</div>
|
|
<!-- /.error-page -->
|
|
</section>
|
|
<script src="~/3rd/AdminLTE/bower_components/select2/dist/js/select2.min.js"></script>
|
|
<script src="~/3rd/blockui-master/jquery.blockUI.js"></script>
|
|
|
|
<script>
|
|
|
|
$(document).ready(function () {
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|