|
Wersja 956, 1.2 KB
(wprowadzona przez alina, 16 years temu)
|
|
re #215 drobne poprawki
|
| 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 | 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 | <%string podziekowaniaTxt = String.Format(HttpContext.GetGlobalResourceObject("tlumaczenia","podziekowania").ToString(),Model.vPlatnosciEcard.Faktura_Numer); %>
|
|---|
| 22 | <%=podziekowaniaTxt%>
|
|---|
| 23 | </p>
|
|---|
| 24 | <p class="LogOfflink">
|
|---|
| 25 | <%=HttpContext.GetGlobalResourceObject("tlumaczenia", "Powrot").ToString()%>
|
|---|
| 26 | <%string tutaj = HttpContext.GetGlobalResourceObject("tlumaczenia", "Powrot2").ToString(); %>
|
|---|
| 27 | <span><%=Html.ActionLink(tutaj,"LogOff","Account") %></span>
|
|---|
| 28 | </p>
|
|---|
| 29 | <%} %>
|
|---|
| 30 | </asp:Content>
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.