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

📄 admin.master

📁 一个网上书店的源码
💻 MASTER
字号:
<%@ Master Language="C#" %>

<!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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>管理员</title>
    <style type="text/css">
        <!--
        body {
	        background-image: url(../Images/di-admini2.gif);
	        background-repeat: no-repeat;
        }
        #Layer5 {
	        position:absolute;
	        left:22px;
	        top:87px;
	        width:144px;
	        height:21px;
	        z-index:1;
        }
        .STYLE1 {
	        font-family: "宋体";
	        font-size: 12px;
	        color: #FFFFFF;
        }
        a:link {
	        color: #000000;
        }
        a:visited {
	        color: #000099;
        }
        a:hover {
	        color: #000000;
        }
        a:active {
	        color: #000000;
        }
        #Layer6 {
	        position:absolute;
	        left:22px;
	        top:120px;
	        width:145px;
	        height:281px;
	        z-index:2;
        }
        #Layer8 {
	        position:absolute;
	        left:228px;
	        top:91px;
	        width:520px;
	        height:16px;
	        z-index:4;
        }
        .STYLE3 {font-family: "宋体"; font-size: 12px; font-weight: bold; }
        #Layer19 {
	        position:absolute;
	        left:7px;
	        top:9px;
	        width:156px;
	        height:59px;
	        z-index:14;
        }
        #Layer20 {
	        position:absolute;
	        left:210px;
	        top:113px;
	        width:736px;
	        height:606px;
	        z-index:15;
        }
        -->
   </style>
</head>
<body>
<form runat="server">
    <div id="Layer5">
      <div align="right" class="STYLE1">管理员,您好!</div>
    </div>
    <div id="Layer6" style="font-size:small">
      <asp:TreeView ID="tvAdmin" runat="server" DataSourceID="xdsAdmin" ImageSet="Arrows">      
       <DataBindings>
            <asp:TreeNodeBinding DataMember="siteMapNode" NavigateUrlField="url" TextField="title" />
           <asp:TreeNodeBinding DataMember="siteRoot" TextField="title" />
        </DataBindings>      
          <ParentNodeStyle Font-Bold="False" />
          <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
          <SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px"
              VerticalPadding="0px" ForeColor="#5555DD" />
          <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
              NodeSpacing="0px" VerticalPadding="0px" />
        </asp:TreeView>
    </div>
    <div id="Layer20">
    <asp:contentplaceholder id="cphAdmin" runat="server">
        </asp:contentplaceholder>
    </div>
    <div id="Layer8">
      <div class="STYLE3" id="__breadcrumb">
                您现在的位置: <asp:SiteMapPath ID="smpRoad" runat="server">
                                    <PathSeparatorStyle BackColor="White" BorderColor="White" />
       </asp:SiteMapPath></div>
    </div>
    <div id="Layer19"><img src="../Images/touming.gif" width="126" height="61" border="0" usemap="#Map" />
    <map name="Map" id="Map"><area shape="rect" coords="4,2,113,56" href="首页.html" />
    </map></div>
         <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
        <asp:XmlDataSource ID="xdsAdmin" runat="server" DataFile="~/Admin/admin_menu.xml"></asp:XmlDataSource>
  </form>
    </body>
</html>

⌨️ 快捷键说明

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