MainPage.master
Upload User: sh2enc2dfe
Upload Date: 2013-01-28
Package Size: 266k
Code Size: 5k
Category:

Project Manage

Development Platform:

Windows_Unix

  1. <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MainPage.master.cs" Inherits="MainPage" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>Main Page</title>
  6. </head>
  7. <body LeftMargin=0 TopMarign=0>
  8.     <form id="form1" runat="server">
  9.     <div leftmarign=0 topmarign=0>
  10.         <table  tborder="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
  11.             <tr>
  12.                 <td colspan="3" style="border-bottom-color: #6699cc; background-color: antiquewhite; border-bottom-style: solid; vertical-align: top; height: 11px;">
  13.                     <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/logo.gif" /><span style="font-size: 30pt;
  14.                         color: #993300; font-family: Garamond"><em><strong style="vertical-align: top;">  SuperMarket Online
  15.                          </strong></em></span>
  16.                 </td>
  17.             </tr>
  18.             <tr>
  19.                 <td colspan="3" style="border-bottom-color: #0066cc; background-color: floralwhite;
  20.                     border-bottom-style: double" valign="top">
  21.                     &nbsp;<table cellpadding="0" cellspacing="0" width="100%">
  22.                         <tr>
  23.                             <td style="width: 10%;">
  24.                     <asp:SiteMapPath ID="SiteMapPath1" runat="server" Font-Names="Verdana" Font-Size="0.8em"
  25.                         PathSeparator=" : ">
  26.                         <PathSeparatorStyle Font-Bold="True" ForeColor="#990000" />
  27.                         <CurrentNodeStyle ForeColor="#333333" />
  28.                         <NodeStyle Font-Bold="True" ForeColor="#990000" />
  29.                         <RootNodeStyle Font-Bold="True" ForeColor="#FF8000" />
  30.                     </asp:SiteMapPath>
  31.                             </td>
  32.                             <td style="width: 20%; text-align: right;" valign="top">
  33.                     <asp:LoginStatus ID="LoginStatus1" runat="server" Font-Names="Arial" Font-Size="10pt" LoginText="" />
  34.                             </td>
  35.                         </tr>
  36.                         <tr>
  37.                             <td style="width: 10%;">
  38.                     <asp:LoginView ID="LoginView1" runat="server">
  39.                         <LoggedInTemplate>
  40.                             <span style="font-size: 10pt; font-family: Arial">Welcome &nbsp; &nbsp;</span><asp:LoginName ID="LoginName1" runat="server" Font-Names="Arial" Font-Size="10pt" />
  41.                             <span style="font-size: 10pt; font-family: Arial"></span>
  42.                         </LoggedInTemplate>
  43.                         <AnonymousTemplate>
  44.                             <span style="font-size: 10pt; font-family: Arial">
  45.                             Chào mừng bạn đến với website của chúng tôi!                                
  46.                              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </span>
  47.                         </AnonymousTemplate>
  48.                     </asp:LoginView>
  49.                             </td>
  50.                             <td style="width: 20%; text-align: right" valign="top">
  51.                             </td>
  52.                         </tr>
  53.                     </table>
  54.                 </td>
  55.             </tr>
  56.             <tr>
  57.                 <td style="vertical-align: top; height: 267px; width: 1px; background-color: papayawhip;">
  58.                     <asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSource1" ImageSet="News"
  59.                         ShowExpandCollapse="False" Width="150px" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
  60.                         <ParentNodeStyle Font-Bold="False" />
  61.                         <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" BackColor="#FFE0C0" />
  62.                         <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" />
  63.                         <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
  64.                             NodeSpacing="0px" VerticalPadding="0px" />
  65.                     </asp:TreeView>
  66.                     </td>
  67.                 <td style="vertical-align: top; height: 267px; background-color: oldlace;">
  68.                     <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
  69.                     </asp:ContentPlaceHolder>
  70.                    </td>
  71.                 <td style="vertical-align: top; height: 267px;">
  72.                     </td>
  73.             </tr>
  74.             <tr>
  75.                 <td colspan="3"> 
  76.                     <span style="font-size: 10pt; color: #993300; font-family: Arial"><strong>
  77.                     Copyright © 2009 SuperMarket Online 
  78.                         </strong></span></td>
  79.             </tr>
  80.             <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
  81.         </table>
  82.     </div>
  83.     </form>
  84. </body>
  85. </html>