root/trunk/eCard/eCardMVC/Platnosci/Views/Shared/Error.aspx @ 964

Wersja 964, 0.6 KB (wprowadzona przez marek, 16 years temu)

re #215 - custom error page

RevLine 
[964]1<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<HandleErrorInfo>" %>
[866]2
3<asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server">
[964]4    platnosci.admoto.pl - Sorry, an error occurred while processing your request
[866]5</asp:Content>
6
7<asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server">
8    <h2>
9        Sorry, an error occurred while processing your request.
10    </h2>
[964]11    <h3>
12        Our webmaster has been informed about this issue.
13    </h3>
14</asp:Content>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.