<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage"%> <%=HttpContext.GetGlobalResourceObject("tlumaczenia", "PotwierdzenieTitle").ToString()%>

<%if (!String.IsNullOrEmpty(Model.Invoice.Faktura_Numer)){%> <% string txt = HttpContext.GetGlobalResourceObject("tlumaczenia", "blad2").ToString(); %> <%=String.Format(txt, Model.Invoice.Faktura_Numer) %> <%string link2 = HttpContext.GetGlobalResourceObject("tlumaczenia", "KolejnaProba").ToString();%>

<%=Html.ActionLink(link2, "Show", "Platnosc", new { id = ViewData.Model.Invoice.ID_faktury }, null)%>

<%}%>