⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 masterpage.master

📁 visual stdio 2005
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<%@ Register Src="danghang.ascx" TagName="danghang" TagPrefix="uc3" %>
<%@ Register Src="UserWelcome.ascx" TagName="UserWelcome" TagPrefix="uc1" %>
<%@ Register Src="UserLogin.ascx" TagName="UserLogin" TagPrefix="uc2" %>

<!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>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table style="width =auto; width: 1240px; height: 71px; background-color: black;">
            <tr>
                <td style=" height: 36px; width: 88px;">
                </td>
                <td style="height: 36px; width: 220px;">
                </td>
                <td style="width: 831px; font-size: smaller; background-color: black; height: 36px; vertical-align: text-top; text-align: right;">
                    &nbsp;
                </td>
                <td style=" height: 36px;">
                </td>
            </tr>
            <tr>
                <td style="width: 88px; height: 269px;" >
                </td>
                <td colspan="2" style="background-color: white; vertical-align: text-bottom; text-align: right; height: 269px;">
                    <table style="background-color: white;vertical-align: text-bottom";"width=630; width: 1054px; height: 151px;">
                        <tr>
                            <td style="width: 65px">
                            </td>
                            <td rowspan="2" style="width: 67px; vertical-align: text-bottom;">
                                <asp:Image ID="Image1" runat="server" ImageUrl="~/image/logo.JPG" /></td>
                            <td style="width: 268px">
                            </td>
                            <td style="width: 106px; vertical-align: text-bottom; text-align: right;">
                                    <Items>
                                        <asp:MenuItem ImageUrl="~/image/p_gwc.gif" SeparatorImageUrl="~/image/bj_line.gif"
                                            Text="购物车" Value="购物车"></asp:MenuItem>
                                        <asp:MenuItem SeparatorImageUrl="~/image/bj_line.gif" Text="我的帐户" Value="用户信息"></asp:MenuItem>
                                        <asp:MenuItem SeparatorImageUrl="~/image/bj_line.gif" Text="新帐户注册" Value="新帐户注册"></asp:MenuItem>
                                        <asp:MenuItem SeparatorImageUrl="~/image/bj_line.gif" Text="帮助中心" Value="帮助中心"></asp:MenuItem>
                                        <asp:MenuItem NavigateUrl="~/quite.aspx" SeparatorImageUrl="~/image/bj_line.gif"
                                            Text="退出" Value="退出"></asp:MenuItem>
                                    </Items>
                                    <StaticSelectedStyle BackColor="#FFCC66" />&nbsp;</td>
                        </tr>
                        <tr>
                            <td style="height: 28px">
                            </td>
                            <td style="height: 28px; text-align: left;">
                                <asp:ImageMap ID="ImageMap2" runat="server" ImageUrl="~/image/menu1.jpg" Style="vertical-align: text-top" HotSpotMode="Navigate" Width="285px" Height="27px">
                                    <asp:RectangleHotSpot HotSpotMode="Navigate" NavigateUrl="~/Default.aspx" Right="70" Bottom="25" Left="17" Top="5" />
                                    <asp:RectangleHotSpot HotSpotMode="Navigate" Left="100" NavigateUrl="~/Search.aspx"
                                        Right="170" Bottom="25" Top="5" />
                                    <asp:RectangleHotSpot Bottom="25" HotSpotMode="Navigate" Left="205" NavigateUrl="~/ShoppingCar.aspx"
                                        Right="265" Top="5" />
                                    

                                    
                     
                     
                                
                                   

                                </asp:ImageMap></td>
                            <td rowspan="1" style="width: 106px; height: 28px">
                            </td>
                        </tr>
                        <tr>
                            <td colspan="4" rowspan="1" style="vertical-align: text-top; height: 3px; text-align: center">
                                <asp:Image ID="Image2" runat="server" ImageUrl="~/image/line.bmp" Width="951px" /></td>
                        </tr>
                        <tr>
                            <td colspan="4" rowspan="1" style="vertical-align: text-top; height: 165px; text-align: center;">
                                <asp:Image ID="Image3" runat="server" Height="66px" ImageUrl="~/image/1122lili.JPG"
                                    Width="1046px" /><br />
                                <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/wy_lax_zhy080611_04.jpg"
                                    OnClick="ImageButton1_Click" />&nbsp;<asp:ImageButton ID="ImageButton2" runat="server"
                                        ImageUrl="~/image/wy_lax080619_28623.jpg" OnClick="ImageButton2_Click" /></td>
                        </tr>
                    </table>
                    <asp:Menu ID="Menu1" runat="server" Height="21px"
                                    Width="303px" BackColor="#FFFBD6" Font-Names="Verdana" Font-Size="Small" ForeColor="#990000" Orientation="Horizontal" >
                        <Items>
                            <asp:MenuItem ImageUrl="~/image/p_gwc.gif" SeparatorImageUrl="~/image/bj_line.gif"
                                Text="购物车" Value="购物车" NavigateUrl="~/ShoppingCar.aspx"></asp:MenuItem>
                            <asp:MenuItem SeparatorImageUrl="~/image/bj_line.gif" Text="我的帐户" Value="用户信息" NavigateUrl="~/zhuangtai.aspx"></asp:MenuItem>
                            <asp:MenuItem SeparatorImageUrl="~/image/bj_line.gif" Text="新帐户注册" Value="新帐户注册" NavigateUrl="~/Register.aspx"></asp:MenuItem>
                            <asp:MenuItem SeparatorImageUrl="~/image/bj_line.gif" Text="帮助中心" Value="帮助中心" NavigateUrl="~/help.aspx"></asp:MenuItem>
                            <asp:MenuItem NavigateUrl="~/quite.aspx" SeparatorImageUrl="~/image/bj_line.gif"
                                Text="退出" Value="退出"></asp:MenuItem>
                        </Items>
                        <StaticSelectedStyle BackColor="#FFCC66" />
                    </asp:Menu>
                </td>
                <td style="height: 269px" >
                </td>
            </tr>
            <tr>
                <td style="width: 88px; height: 31px;">
                </td>
                <td style="height: 31px; background-color: white; text-align: right; width: 220px;">
                    <uc1:UserWelcome ID="UserWelcome1" runat="server" />
                    <uc2:UserLogin ID="UserLogin1" runat="server" />
                </td>
                <td rowspan="3" style="width: 831px; background-color: white; vertical-align: text-top;">
         <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
        </asp:contentplaceholder>
                </td>
                <td style=" height: 31px;">
                </td>
            </tr>
            <tr>
                <td style="width: 88px; height: 32px">
                </td>
                <td style="height: 32px; background-color: white; width: 220px;">
                    <uc3:danghang ID="Danghang1" runat="server" />
                </td>
                <td style=" height: 32px">
                </td>
            </tr>
            <tr>
                <td style="width: 88px; height: 458px">
                </td>
                <td style="height: 458px; background-color: white; width: 220px;">
                </td>
                <td style=" height: 458px">
                </td>
            </tr>
        </table>
        
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -