PageRenderTime 60ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/error.aspx

#
ASP.NET | 13 lines | 11 code | 2 blank | 0 comment | 0 complexity | e8687238b048ed8a1f204af308d57172 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. <%@ Page Language="C#" AutoEventWireup="true" Inherits="error_occurred" Codebehind="error.aspx.cs" %>
  2. <asp:content id="Content1" contentplaceholderid="cphBody" runat="Server">
  3. <div class="post page-global">
  4. <h2 class="page-global-title"><%=BlogEngine.Core.BlogSettings.Instance.ErrorTitle %></h2>
  5. <%=BlogEngine.Core.BlogSettings.Instance.ErrorText %>
  6. <div id="divErrorDetails" runat="server" visible="false">
  7. <h2>Error Details:</h2>
  8. <p id="pDetails" runat="server"></p>
  9. </div>
  10. </div>
  11. </asp:content>