| 9 | | <p class="pay_error"> |
| 10 | | <asp:Label ID="lab2" runat="server" Text="<%$Resources:tlumaczenia,blad1%>"></asp:Label> |
| 11 | | <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer)){%> |
| 12 | | <%=Model.vPlatnosciEcard.Faktura_Numer%> |
| 13 | | <%}%> |
| 14 | | <asp:Label ID="lab3" runat="server" Text="<%$Resources:tlumaczenia,blad2%>"></asp:Label> |
| 15 | | </p> |
| 16 | | <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer)) |
| 17 | | { |
| 18 | | string link2 = HttpContext.GetGlobalResourceObject("tlumaczenia", "KolejnaProba").ToString();%> |
| 19 | | <p id="link1"><%=Html.ActionLink(link2, "Show", "Platnosc", new { id = ViewData.Model.vPlatnosciEcard.ID_faktury }, null)%></p> |
| 20 | | <%} |
| 21 | | else |
| 22 | | { |
| 23 | | string link1 = HttpContext.GetGlobalResourceObject("tlumaczenia", "Powrot").ToString(); %> |
| 24 | | <p id="P1"><%=Html.ActionLink(link1, "LogOn", "Account")%></p> |
| 25 | | <%} %> |
| | 9 | <% |
| | 10 | if (!String.IsNullOrEmpty(Model.info)) |
| | 11 | { |
| | 12 | %> |
| | 13 | <%=Model.info%> |
| | 14 | <% |
| | 15 | }else{ |
| | 16 | %> |
| | 17 | <p class="pay_error"> |
| | 18 | <asp:Label ID="lab2" runat="server" Text="<%$Resources:tlumaczenia,blad1%>"></asp:Label> |
| | 19 | <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer)){%> |
| | 20 | <%=Model.vPlatnosciEcard.Faktura_Numer%> |
| | 21 | <%}%> |
| | 22 | <asp:Label ID="lab3" runat="server" Text="<%$Resources:tlumaczenia,blad2%>"></asp:Label> |
| | 23 | </p> |
| | 24 | <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer)) |
| | 25 | { |
| | 26 | string link2 = HttpContext.GetGlobalResourceObject("tlumaczenia", "KolejnaProba").ToString();%> |
| | 27 | <p id="link1"><%=Html.ActionLink(link2, "Show", "Platnosc", new { id = ViewData.Model.vPlatnosciEcard.ID_faktury }, null)%></p> |
| | 28 | <%} |
| | 29 | else |
| | 30 | { |
| | 31 | |
| | 32 | string link1 = HttpContext.GetGlobalResourceObject("tlumaczenia", "Powrot").ToString(); %> |
| | 33 | <p id="P1"><%=Html.ActionLink(link1, "LogOn", "Account")%></p> |
| | 34 | |
| | 35 | <%} %> |
| | 36 | <%}%> |