| 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()%> |
| 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();%> |
| 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)%> |