forked from BlogEngine/BlogEngine.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.aspx
More file actions
13 lines (11 loc) · 552 Bytes
/
Copy patherror.aspx
File metadata and controls
13 lines (11 loc) · 552 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<%@ Page Language="C#" AutoEventWireup="true" Inherits="error_occurred" Codebehind="error.aspx.cs" %>
<asp:content id="Content1" contentplaceholderid="cphBody" runat="Server">
<div class="post page-global">
<h2 class="page-global-title"><%=BlogEngine.Core.BlogSettings.Instance.ErrorTitle %></h2>
<%=BlogEngine.Core.BlogSettings.Instance.ErrorText %>
<div id="divErrorDetails" runat="server" visible="false">
<h2>Error Details:</h2>
<p id="pDetails" runat="server"></p>
</div>
</div>
</asp:content>