Zbiór zmian 971 dla trunk/eCard/eCardMVC/Platnosci/Views/Account/LogOn.aspx
- Data:
- 2009-12-23 11:59:36 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Views/Account/LogOn.aspx (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Views/Account/LogOn.aspx
r950 r971 1 1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage"%> 2 <%@ Import Namespace="Platnosci.Models" %>3 2 4 3 <asp:Content ID="loginTitle" ContentPlaceHolderID="TitleContent" runat="server" > 5 4 <% 6 FunkcjePlatnosci func = new FunkcjePlatnosci();7 stringstr = func.SetTitle();5 var func = new PaymentsUtils(); 6 var str = func.SetTitle(); 8 7 %> 9 8 <%=str + HttpContext.GetGlobalResourceObject("tlumaczenia", "PageLogin").ToString()%>
