| Line | |
|---|
| 1 | <%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage"%>
|
|---|
| 2 |
|
|---|
| 3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|---|
| 4 | <html xmlns="http://www.w3.org/1999/xhtml">
|
|---|
| 5 | <head runat="server">
|
|---|
| 6 | <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title>
|
|---|
| 7 | <%=Html.MainCss("Site.css")%>
|
|---|
| 8 | <%=Html.AddCssToPortal()%>
|
|---|
| 9 | </head>
|
|---|
| 10 | <body>
|
|---|
| 11 | <table class="wtab" cellpadding="0" cellspacing="0" border="0">
|
|---|
| 12 | <tr>
|
|---|
| 13 | <td class="tlo">
|
|---|
| 14 | <table class= "wtab" cellpadding="0" cellspacing="0" border="0">
|
|---|
| 15 | <tr>
|
|---|
| 16 | <%=Html.Logo()%>
|
|---|
| 17 | <%string querystring = Request.QueryString.ToString();%>
|
|---|
| 18 | <td id="flagi">
|
|---|
| 19 | <%=Html.ImageLink("pl.gif","pl",querystring)%>
|
|---|
| 20 | <%=Html.ImageLink("gb.gif","en",querystring)%>
|
|---|
| 21 | <%=Html.ImageLink("de.gif","de",querystring)%>
|
|---|
| 22 | <!--<%=Html.ImageLink("it.gif","it",querystring)%>
|
|---|
| 23 | <%=Html.ImageLink("fr.gif","fr",querystring)%> -->
|
|---|
| 24 | </td>
|
|---|
| 25 | </tr>
|
|---|
| 26 | <tr class="opis">
|
|---|
| 27 | <td class="title">
|
|---|
| 28 | <asp:Label ID="napis" runat="server" Text="<%$Resources:tlumaczenia,tytul%>"></asp:Label>
|
|---|
| 29 | </td>
|
|---|
| 30 | <td>
|
|---|
| 31 | <div id="logindisplay"><% Html.RenderPartial("LogOnUserControl"); %></div>
|
|---|
| 32 | </td>
|
|---|
| 33 | </tr>
|
|---|
| 34 | </table>
|
|---|
| 35 | </td>
|
|---|
| 36 | </tr>
|
|---|
| 37 | <tr>
|
|---|
| 38 | <td colspan="2" class="pagecontent">
|
|---|
| 39 | <div id="main">
|
|---|
| 40 | <asp:ContentPlaceHolder ID="MainContent" runat="server" />
|
|---|
| 41 | </div>
|
|---|
| 42 | </td>
|
|---|
| 43 | </tr>
|
|---|
| 44 | <tr>
|
|---|
| 45 | <td colspan="2"><div id="Div1">Copyright © 2009, admoto.pl</div></td>
|
|---|
| 46 | </tr>
|
|---|
| 47 | </table>
|
|---|
| 48 |
|
|---|
| 49 | </body>
|
|---|
| 50 | </html>
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.