|
Wersja 937, 1.1 KB
(wprowadzona przez alina, 16 years temu)
|
|
re #215 poprawki w tlumaczeniach
|
| 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 (!String.IsNullOrEmpty(Model.info))
|
|---|
| 10 | {
|
|---|
| 11 | %>
|
|---|
| 12 | <p class="pay_error">
|
|---|
| 13 | <%=Model.info%>
|
|---|
| 14 | </p>
|
|---|
| 15 | <%
|
|---|
| 16 | }
|
|---|
| 17 | else
|
|---|
| 18 | {
|
|---|
| 19 | %>
|
|---|
| 20 | <p class="Info">
|
|---|
| 21 | <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,podziekowania%>"> </asp:Label>
|
|---|
| 22 | <%=Model.vPlatnosciEcard.Faktura_Numer%>.
|
|---|
| 23 | </p>
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 | <p class="LogOfflink">
|
|---|
| 27 | <%=HttpContext.GetGlobalResourceObject("tlumaczenia", "Powrot").ToString()%>
|
|---|
| 28 | <%string tutaj = HttpContext.GetGlobalResourceObject("tlumaczenia", "Powrot2").ToString(); %>
|
|---|
| 29 | <%=Html.ActionLink(tutaj,"LogOff","Account") %>
|
|---|
| 30 | </p>
|
|---|
| 31 | <%} %>
|
|---|
| 32 | </asp:Content>
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.