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

Wersja 866, 439 bytes (wprowadzona przez alina, 16 years temu)

re #215

RevLine 
[866]1<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>" %>
2
3<asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server">
4    Error
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</asp:Content>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.