|
Wersja 873, 0.9 KB
(wprowadzona przez alina, 16 years temu)
|
|
re #215 Dodanie akcji Fail i Ok do wyswietlenia potwierdzenia, wydzielenie funkcji sprawdzajacej czy informacje o danej platnosci moga zostac wyswietlone odpowiedniemu uzytkownikowi
|
| 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 | <p class="pay_error">
|
|---|
| 10 | <asp:Label ID="lab2" runat="server" Text="<%$Resources:tlumaczenia,blad1%>"></asp:Label>
|
|---|
| 11 | <%=Model.vPlatnosciEcard.Faktura_Numer%>
|
|---|
| 12 | <asp:Label ID="lab3" runat="server" Text="<%$Resources:tlumaczenia,blad2%>"></asp:Label>
|
|---|
| 13 | </p>
|
|---|
| 14 | <%string link2 = HttpContext.GetGlobalResourceObject("tlumaczenia","KolejnaProba").ToString();%>
|
|---|
| 15 | <p id="link1"><%=Html.ActionLink(link2, "Show", "Platnosc", new { id = ViewData.Model.vPlatnosciEcard.ID_faktury}, null)%></p>
|
|---|
| 16 |
|
|---|
| 17 | </asp:Content>
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.