|
Wersja 885, 1.4 KB
(wprowadzona przez alina, 16 years temu)
|
|
re #215 dodanie tlumaczen, poprawne wyswietlenie tekstow na stronie Platnosc/Show
|
| 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 | <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer)){%>
|
|---|
| 12 | <%=Model.vPlatnosciEcard.Faktura_Numer%>
|
|---|
| 13 | <%}%>
|
|---|
| 14 | <asp:Label ID="lab3" runat="server" Text="<%$Resources:tlumaczenia,blad2%>"></asp:Label>
|
|---|
| 15 | </p>
|
|---|
| 16 | <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer))
|
|---|
| 17 | {
|
|---|
| 18 | string link2 = HttpContext.GetGlobalResourceObject("tlumaczenia", "KolejnaProba").ToString();%>
|
|---|
| 19 | <p id="link1"><%=Html.ActionLink(link2, "Show", "Platnosc", new { id = ViewData.Model.vPlatnosciEcard.ID_faktury }, null)%></p>
|
|---|
| 20 | <%}
|
|---|
| 21 | else
|
|---|
| 22 | {
|
|---|
| 23 | string link1 = HttpContext.GetGlobalResourceObject("tlumaczenia", "Powrot").ToString(); %>
|
|---|
| 24 | <p id="P1"><%=Html.ActionLink(link1, "LogOn", "Account")%></p>
|
|---|
| 25 | <%} %>
|
|---|
| 26 | </asp:Content>
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.