root/trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Potwierdzenie.aspx @ 866

Wersja 866, 1.4 KB (wprowadzona przez alina, 16 years temu)

re #215

Line 
1<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="Platnosci.Views.PlatnosciViews<Platnosci.Models.InvoiceDetailsViewData>"%>
2
3<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
4         <%=HttpContext.GetGlobalResourceObject("tlumaczenia", "PotwierdzenieTitle").ToString()%>
5</asp:Content>
6
7<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
8
9    <%if (Model.Status == "1"){ %>   
10        <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,podziekowania%>"></asp:Label>
11        <%=Model.vPlatnosciEcard.Faktura_Numer%>
12        <%string link1 = HttpContext.GetGlobalResourceObject("tlumaczenia","Powrot").ToString(); %>
13        <p id="link1"><%=Html.ActionLink(link1, "LogOn", "Account")%></p>
14   
15    <%}else{%>
16   
17        <p class="pay_error">
18            <asp:Label ID="lab2" runat="server" Text="<%$Resources:tlumaczenia,blad1%>"></asp:Label>
19            <%=Model.vPlatnosciEcard.Faktura_Numer%>
20            <asp:Label ID="lab3" runat="server" Text="<%$Resources:tlumaczenia,blad2%>"></asp:Label>
21        </p>
22        <%string link2 = HttpContext.GetGlobalResourceObject("tlumaczenia","KolejnaProba").ToString();%>
23        <p id="link1"><%=Html.ActionLink(link2, "Show", "Platnosc", new { id = ViewData.Model.vPlatnosciEcard.ID_faktury}, null)%></p>
24   
25    <% } %>
26
27</asp:Content>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.