| Line | |
|---|
| 1 | <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<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 | <p class="pay_error">
|
|---|
| 10 |
|
|---|
| 11 | <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer)){%>
|
|---|
| 12 | <asp:Label ID="lab3" runat="server" Text="">
|
|---|
| 13 | <% string txt = HttpContext.GetGlobalResourceObject("tlumaczenia", "blad2").ToString(); %>
|
|---|
| 14 | <%=String.Format(txt, Model.vPlatnosciEcard.Faktura_Numer) %>
|
|---|
| 15 | </asp:Label>
|
|---|
| 16 | <%}%>
|
|---|
| 17 |
|
|---|
| 18 | </p>
|
|---|
| 19 | <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer))
|
|---|
| 20 | {
|
|---|
| 21 | string link2 = HttpContext.GetGlobalResourceObject("tlumaczenia", "KolejnaProba").ToString();%>
|
|---|
| 22 | <p id="link1"><%=Html.ActionLink(link2, "Show", "Platnosc", new { id = ViewData.Model.vPlatnosciEcard.ID_faktury }, null)%></p>
|
|---|
| 23 | <%}
|
|---|
| 24 | else
|
|---|
| 25 | {
|
|---|
| 26 |
|
|---|
| 27 | string link1 = HttpContext.GetGlobalResourceObject("tlumaczenia", "Powrot").ToString(); %>
|
|---|
| 28 | <p id="P1"><%=Html.ActionLink(link1, "LogOn", "Account")%></p>
|
|---|
| 29 |
|
|---|
| 30 | <%} %>
|
|---|
| 31 | </asp:Content>
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.