Pokaż
Ignoruj:
Data:
2009-10-30 12:05:28 (16 years ago)
Autor:
alina
Opis:

re #215 zmiany Site.master

Lokalizacja:
trunk/eCard/eCardMVC/Platnosci
Pliki:
3 dodane
4 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Platnosci.Web.csproj

    r866 r867  
    100100      <DependentUpon>Global.asax</DependentUpon> 
    101101    </Compile> 
    102     <Compile Include="Helpers\UrlImage.cs" /> 
     102    <Compile Include="Helpers\helper.cs" /> 
    103103    <Compile Include="Models\FunkcjePlatnosci.cs" /> 
    104104    <Compile Include="Models\ErrorViewData.cs" /> 
     
    152152    <Content Include="Images\it.gif" /> 
    153153    <Content Include="Images\pl.gif" /> 
    154     <Content Include="Images\truck\logoTE.gif" /> 
     154    <Content Include="Images\truck\logo.gif" /> 
    155155  </ItemGroup> 
    156156  <ItemGroup> 
    157157    <Content Include="Images\admoto\favicon.ico" /> 
    158     <Content Include="Images\admoto\logoNG_0.gif" /> 
     158    <Content Include="Images\admoto\logo.gif" /> 
    159159    <Content Include="Images\admoto\tlo1.gif" /> 
    160160    <Content Include="Images\admoto\tlo2.gif" /> 
  • trunk/eCard/eCardMVC/Platnosci/Platnosci.Web.csproj.user

    r866 r867  
    11<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
     2  <PropertyGroup> 
     3    <ProjectView>ProjectFiles</ProjectView> 
     4  </PropertyGroup> 
    25  <ProjectExtensions> 
    36    <VisualStudio> 
  • trunk/eCard/eCardMVC/Platnosci/Views/Shared/Site.Master

    r866 r867  
    55    <head runat="server"> 
    66        <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title> 
    7         <link href="<%=Url.Content("~/Content/Site.css")%>" rel="stylesheet" type="text/css" /> 
    8         <% if (ConfigurationManager.AppSettings["Css"] == "truck"){%> 
    9             <link href="../../Content/truck.css" rel="stylesheet" type="text/css" /> 
    10         <%}else if (ConfigurationManager.AppSettings["Css"] == "admoto"){%>  
    11             <link href="../../Content/admoto.css" rel="stylesheet" type="text/css" /> 
    12             <link rel="shortcut icon" href="../../Images/admoto/favicon.ico" /> 
    13         <%}%>    
     7        <%=Html.MainCss("Site.css")%> 
     8        <%=Html.AddCssToPortal()%> 
     9        <%=Html.Favicon()%>           
    1410    </head>  
    1511    <body> 
    1612    <table class="page" cellpadding="0" cellspacing="0"> 
    1713        <tr class="black"> 
    18              
    19                 <% if (ConfigurationManager.AppSettings["Css"] == "truck"){%> 
    20                     <td class="logo"><img alt="logo" src="../../Images/truck/logoTE.gif" /></td> 
    21                 <%} 
    22                   else if (ConfigurationManager.AppSettings["Css"] == "admoto") 
    23                   {%> 
    24                     <td class="logo" rowspan="2"> 
    25                         <img alt="logo" src="../../Images/admoto/logoNG_0.gif" /> 
    26                         <%if (ConfigurationManager.AppSettings["Css"] == "admoto"){%> 
    27                             <asp:Label ID="Label1" runat="server" Text="<%$Resources:tlumaczenia,tytul%>"></asp:Label> 
    28                         <%}%> 
    29                     </td> 
    30                 <%}else{%> 
    31                     <td></td> 
    32                 <%}%>  
    33                 <%string querystring = Request.QueryString.ToString();%> 
     14            <%=Html.Logo()%> 
     15            <%string querystring = Request.QueryString.ToString();%> 
    3416            <td id="flagi">             
    35                 <%=Html.ImageLink("/Images/pl.gif","pl",querystring)%> 
    36                 <%=Html.ImageLink("/Images/gb.gif","en",querystring)%> 
    37                 <%=Html.ImageLink("/Images/de.gif","de",querystring)%> 
    38                 <%=Html.ImageLink("/Images/it.gif","it",querystring)%> 
    39                 <%=Html.ImageLink("/Images/fr.gif","fr",querystring)%>                                  
     17                <%=Html.ImageLink("pl.gif","pl",querystring)%> 
     18                <%=Html.ImageLink("gb.gif","en",querystring)%> 
     19                <%=Html.ImageLink("de.gif","de",querystring)%> 
     20                <%=Html.ImageLink("it.gif","it",querystring)%> 
     21                <%=Html.ImageLink("fr.gif","fr",querystring)%>                                  
    4022            </td> 
    4123        </tr>        
  • trunk/eCard/eCardMVC/Platnosci/Web.config

    r866 r867  
    2929    <add key="Css" value="truck"/> 
    3030    <add key="StatusLink" value="http://platnosci.admoto.pl/info.aspx"/> 
    31     <add key="Css" value="admoto"/>     
     31    <add key="Css" value="admoto"/> 
     32     
    3233  </appSettings> 
    3334        <connectionStrings>