|
Wersja 903, 0.7 KB
(wprowadzona przez alina, 16 years temu)
|
|
re #215 dodanie linka wyloguj na stronie z potwierdzeniem gdy platnosc ok, wydzielenie funkcji do tłumaczen
|
| 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="Info">
|
|---|
| 10 | <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,podziekowania%>"></asp:Label>
|
|---|
| 11 | <%=Model.vPlatnosciEcard.Faktura_Numer%>
|
|---|
| 12 | </p>
|
|---|
| 13 |
|
|---|
| 14 | <p class="LogOfflink">Aby siê wylogowaæ kliknij <%=Html.ActionLink("tutaj","LogOff","Account") %></p>
|
|---|
| 15 | </asp:Content>
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.