Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MainPage.master
Upload User: sh2enc2dfe
Upload Date: 2013-01-28
Package Size: 266k
Code Size: 5k
Category:
Project Manage
Development Platform:
Windows_Unix
- <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MainPage.master.cs" Inherits="MainPage" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>Main Page</title>
- </head>
- <body LeftMargin=0 TopMarign=0>
- <form id="form1" runat="server">
- <div leftmarign=0 topmarign=0>
- <table tborder="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
- <tr>
- <td colspan="3" style="border-bottom-color: #6699cc; background-color: antiquewhite; border-bottom-style: solid; vertical-align: top; height: 11px;">
- <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/logo.gif" /><span style="font-size: 30pt;
- color: #993300; font-family: Garamond"><em><strong style="vertical-align: top;"> SuperMarket Online
- </strong></em></span>
- </td>
- </tr>
- <tr>
- <td colspan="3" style="border-bottom-color: #0066cc; background-color: floralwhite;
- border-bottom-style: double" valign="top">
- <table cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td style="width: 10%;">
- <asp:SiteMapPath ID="SiteMapPath1" runat="server" Font-Names="Verdana" Font-Size="0.8em"
- PathSeparator=" : ">
- <PathSeparatorStyle Font-Bold="True" ForeColor="#990000" />
- <CurrentNodeStyle ForeColor="#333333" />
- <NodeStyle Font-Bold="True" ForeColor="#990000" />
- <RootNodeStyle Font-Bold="True" ForeColor="#FF8000" />
- </asp:SiteMapPath>
- </td>
- <td style="width: 20%; text-align: right;" valign="top">
- <asp:LoginStatus ID="LoginStatus1" runat="server" Font-Names="Arial" Font-Size="10pt" LoginText="" />
- </td>
- </tr>
- <tr>
- <td style="width: 10%;">
- <asp:LoginView ID="LoginView1" runat="server">
- <LoggedInTemplate>
- <span style="font-size: 10pt; font-family: Arial">Welcome </span><asp:LoginName ID="LoginName1" runat="server" Font-Names="Arial" Font-Size="10pt" />
- <span style="font-size: 10pt; font-family: Arial"></span>
- </LoggedInTemplate>
- <AnonymousTemplate>
- <span style="font-size: 10pt; font-family: Arial">
- Chào mừng bạn đến với website của chúng tôi!
- </span>
- </AnonymousTemplate>
- </asp:LoginView>
- </td>
- <td style="width: 20%; text-align: right" valign="top">
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td style="vertical-align: top; height: 267px; width: 1px; background-color: papayawhip;">
- <asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSource1" ImageSet="News"
- ShowExpandCollapse="False" Width="150px" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
- <ParentNodeStyle Font-Bold="False" />
- <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" BackColor="#FFE0C0" />
- <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" />
- <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
- NodeSpacing="0px" VerticalPadding="0px" />
- </asp:TreeView>
- </td>
- <td style="vertical-align: top; height: 267px; background-color: oldlace;">
- <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
- </asp:ContentPlaceHolder>
- </td>
- <td style="vertical-align: top; height: 267px;">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <span style="font-size: 10pt; color: #993300; font-family: Arial"><strong>
- Copyright © 2009 SuperMarket Online
- </strong></span></td>
- </tr>
- <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
- </table>
- </div>
- </form>
- </body>
- </html>