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

📄 qt.master

📁 一个简单的网上书店
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="QT.master.cs" Inherits="QT" %>

<!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>
    <link href="css/style_2.css" type="text/css" rel="Stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
    <div >
    <center>
        <div style="z-index: 101; left: 0px; width: 1000px; position: absolute; top: 0px;
            height: 700px">
            <center>
            <table style="width: 879px; height: 954px">
                <tr>
                    <td colspan="2" style="width:950px; height:126px; background-image: url(image/top_2.JPG);">
                        <div style="z-index: 102; left: 782px; width: 188px; position: absolute; top: 22px;
                            height: 45px">
                            <div style="z-index: 101; left: -72px; width: 260px; position: absolute; top: 71px;
                                height: 2px;FLOAT: right; COLOR: #9b9b9b; PADDING-TOP: 10px; height: 1px;">
                                <span><a href="htindex.aspx">
                                    <asp:Label ID="Label1" runat="server" Text="管理员入口" Visible="False"></asp:Label></a>|</span>
                                  <a href="register.aspx" target="_blank">注册</a><b>|</b><a href="login.aspx" target="_blank">登录</a><b>|</b><a href="updatepwd.aspx">修改密码</a><b>|</b>
                                     <a href="#" target="_blank">帮助</a>
                            </div>
                            <asp:Label ID="lblUserName" runat="server" Text="匿名"></asp:Label>
                            身份:
                           <span style=" color:Red;">
                               <asp:Label ID="lblUserState" runat="server" Text="游客" Width="54px"></asp:Label></span>
                               <hr style="width: 150px; color: #cfcfcf; height: 1px" />
                               欢迎您光临<span style=" color:Teal;">第三波网上书店</span>!很高兴为您服务!   </div>
                    </td>
                </tr>
                <tr>
                    <td style="width:950px; background-image: url(image/index-bg.jpg); height:800px;" colspan="3" align="center" valign="top">
                        <table style=" width:950px; height:100%; margin: 0px;" >
                            <tr>
                                <td style="width: 230px" align="left" valign="top">
                                    <div style="z-index: 103; left: 28px; width: 224px; position: absolute; top: 136px;
                                        height: 1px;">
                                        <span><asp:TextBox ID="txtSeachTitle" runat="server" Height="18px" Width="162px"></asp:TextBox><asp:Button
                                                ID="Button1" runat="server" Text="搜 索" Width="56px" OnClick="Button1_Click" /></span></div>
                                    <div style="z-index: 105; left: 38px; background-image: url(image/tree_mune.jpg.JPG);
                                        width: 200px; position: absolute; top: 170px; height: 697px">
                                        <br /><br />
                                        <asp:TreeView ID="TreeView1" runat="server" Height="650px" Width="196px" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
                                        </asp:TreeView>
                                    </div>
                                </td>
                                <td style="width: 1514px" align="left" valign="top">
                                    <div style="z-index: 104; left: 265px; width: 698px; position: absolute; top: 138px;
                                        height: 22px">
                                        您当前的位置:<asp:SiteMapPath ID="SiteMapPath1" runat="server">
                                        </asp:SiteMapPath>
                                    </div>
                                    <div style="z-index: 106; left: 261px; width: 707px; position: absolute; top: 176px;
                                        height: 748px">
                                        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                                        </asp:ContentPlaceHolder>
                                    </div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="width: 950px; background-image: url(image/di_1.GIF); height: 100px;">
                        <div style="z-index: 101; left: 267px; width: 287px; position: absolute; top: 95px;
                            height: 14px">
                            <table style="width: 282px" cellspacing="0" cellpadding="5" >
                                <tr class="row1">
                                    <td style="width: 35px; height: 14px; "  >
                                      <span><a href="index.aspx">首页</a></span></td>
                                    <td style="width: 35px; height: 14px;" >
                                       <span><a href="booklist.aspx">图书</a><b></b></span></td>
                                    <td style="width: 73px; height: 14px;">
                                    <span><asp:Image ID="Image1" runat="server" ImageUrl="~/image/sole1.GIF" Height="14px" Width="25px" />
                                        <span><a href="shopingcar.aspx">购物车</a><b></b></span></span></td>
                                    <td style="width: 57px; height: 14px;" >
                                        <span><a href="myinfo.aspx">我的帐号</a><b></b></span></td>
                                </tr>
                            </table>
                        </div>
                    </td>
                </tr>
            </table>
            </center>
        </div>
        </center>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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