Zbiór zmian 944 dla trunk/eCard/eCardMVC
- Data:
- 2009-12-08 12:35:31 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci
- Pliki:
-
- 3 zmodyfikowane
-
Platnosci.Web.csproj (zmodyfikowane) (1 diff)
-
Views/Platnosc/Fail.aspx (zmodyfikowane) (1 diff)
-
Views/Platnosc/Ok.aspx (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Platnosci.Web.csproj
r930 r944 99 99 <Compile Include="Models\ErrorViewData.cs" /> 100 100 <Compile Include="Models\InvoiceDetailsViewData.cs" /> 101 <Compile Include="Models\OperationType.cs" />102 101 <Compile Include="Properties\AssemblyInfo.cs" /> 103 <Compile Include="Views\PlatnosciViews.cs">104 <SubType>ASPXCodeBehind</SubType>105 </Compile>106 102 </ItemGroup> 107 103 <ItemGroup> 108 104 <Content Include="Default.aspx" /> 109 105 <Content Include="Global.asax" /> 110 <Content Include="Views\Merchant\Merchant.aspx" />111 106 <Content Include="Views\Platnosc\Show.aspx" /> 112 107 <Content Include="Web.config" /> -
trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Fail.aspx
r926 r944 1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits=" Platnosci.Views.PlatnosciViews<Platnosci.Models.InvoiceDetailsViewData>"%>1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<Platnosci.Models.InvoiceDetailsViewData>"%> 2 2 3 3 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> -
trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx
r938 r944 1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits=" Platnosci.Views.PlatnosciViews<Platnosci.Models.InvoiceDetailsViewData>"%>1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<Platnosci.Models.InvoiceDetailsViewData>"%> 2 2 3 3 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
