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

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