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

📄 ht.master

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

<!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>
        <div style="z-index: 101; left: 6px; background-image: url(image/di-admini2.gif);
            width: 1024px; position: absolute; top: 0px; height: 942px">
            <div style="z-index: 101; left: 2px; overflow: auto; width: 186px; position: absolute;
                top: 116px; height: 709px">
                <asp:TreeView ID="TreeView1" runat="server" DataSourceID="XmlDataSource1" Height="220px"
                    ImageSet="Arrows" Width="167px">
                    <ParentNodeStyle Font-Bold="False" />
                    <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
                    <SelectedNodeStyle
                        Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px" ForeColor="#5555DD" />
                    <NodeStyle Font-Names="Tahoma" Font-Size="10pt" ForeColor="Black" HorizontalPadding="5px"
                        NodeSpacing="0px" VerticalPadding="0px" />
                    <DataBindings>
                        <asp:TreeNodeBinding DataMember="treeName" NavigateUrlField="url" TextField="title" />
                        <asp:TreeNodeBinding DataMember="treeName" NavigateUrlField="url" TextField="title" />
                        <asp:TreeNodeBinding DataMember="treeName" NavigateUrlField="url" TextField="title" />
                    </DataBindings>
                </asp:TreeView>
                <asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="~/XMLTree.xml"></asp:XmlDataSource>
            </div>
            <div style="z-index: 102; left: 194px; width: 827px; position: absolute; top: 117px;
                height: 689px">
                <asp:ContentPlaceHolder ID="ContentPlaceHolder2" runat="server">
                </asp:ContentPlaceHolder>
            </div>
            <div style="z-index: 103; left: 232px; width: 785px; position: absolute; top: 83px;
                height: 26px">
                <asp:Label ID="lblweizhi" runat="server" Height="14px" Text="您当前的位置:" Width="110px"></asp:Label>
                <asp:SiteMapPath ID="SiteMapPath1" runat="server">
                </asp:SiteMapPath>
            </div>
            <asp:Label ID="lblhy" runat="server" Style="z-index: 104; left: 16px; position: absolute;
                top: 88px" Text="欢迎登陆第三波书店!" Width="152px"></asp:Label>
        </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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