root/trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx @ 885

Wersja 885, 0.8 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    <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,podziekowania%>"></asp:Label>
10    <%=Model.vPlatnosciEcard.Faktura_Numer%>
11   
12    <%string link1 = HttpContext.GetGlobalResourceObject("tlumaczenia","Powrot").ToString(); %>
13    <p id="link1"><%=Html.ActionLink(link1, "LogOn", "Account")%></p>
14</asp:Content>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.