温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:BugNet0.7.881.0汉化免安装版源码
当前文件路径:BugNet/BugNET_WAP/Errors/AccessDenied.aspx

1<%@ Page language="c#" Inherits="BugNET.AccessDenied" MasterPageFile="~/Shared/FullWidth.master" Title="Access Denied" Codebehind="AccessDenied.aspx.cs" %> 2
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="Content"> 3
<div style="padding:5px;"> 4
<h4>Access Denied</h4> 5
<p>The resource you have requested is unavailable or you do not have the proper access rights.</p> 6
<p style="margin-top:1em">Please <a href="Default.aspx">login</a> to obtain access this resource.</p> 7
</div> 8
</asp:Content> 9
10




