温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:NetShopForge网上商店程序(VB)源码
当前文件:
NetShopForge/Website/Admin/AdminMasterPage.master,打开代码结构图
NetShopForge/Website/Admin/AdminMasterPage.master,打开代码结构图
<%@ Master Language="VB" EnableTheming="true" CodeFile="AdminMasterPage.master.vb"
Inherits="MasterPage" %>
<!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>wei</title>
</head>
<body>
<form id="form1" runat="server">
<div style =" margin-left:10px; margin-right:10px">
<div class ="row" style =" margin-top :2px; ">
<div class="row-left" >
<asp:Menu ID="Menu1" runat="server" BackColor="#E3EAEB" DataSourceID="SiteMapDataSourceAdmin" DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="1em" ForeColor="Black" StaticSubMenuIndent="10px" Orientation="Horizontal" DynamicEnableDefaultPopOutImage="False" StaticEnableDefaultPopOutImage="False" StaticPopOutImageTextFormatString=" {0}" StaticTopSeparatorImageUrl="~/Images/menu_top_separator.gif">
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<DynamicHoverStyle BackColor="WhiteSmoke" Width="100px" />
<DynamicMenuStyle BackColor="#E3EAEB" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" Width="100px" />
<StaticHoverStyle BackColor="WhiteSmoke" />
</asp:Menu>
</div>
<div class="row-right">
<asp:LoginName ID="LoginName1" runat="server" />
<asp:Literal ID="Literal1" runat="server" Text ="<%$ Resources:AdminResources,HEAD_CAPTION_ENTER%> "></asp:Literal>
<asp:LinkButton ID="lnkLogout" runat="server" OnClick="lnkLogout_Click" Text="<%$ Resources:AdminResources,HEAD_CAPTION_LOGOFF %>"></asp:LinkButton>
<asp:HyperLink
ID="linkToShop" runat="server" Text="<%$ Resources:AdminResources, HEAD_CAPTION_GOSHOP %>" NavigateUrl="~/Default.aspx" Target="_blank"></asp:HyperLink>
<div class ="blankBox">
<asp:HyperLink ID="hlNotProcessedOrder" runat="server" NavigateUrl="~/Admin/Management/Orders.aspx"></asp:HyperLink>
</div>
</div>
</div>
<div style="clear :both ;" >
<asp:Image ID="ImgheadLine" runat="server" ImageUrl="~/Images/head_line.gif" />
</div>
<!--content start-->
<div id="content" >
<asp:SiteMapPath ID="SiteMapPath1" runat="server" SkinID="aSiteMapPath" RenderCurrentNodeAsLink="True">
</asp:SiteMapPath>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
<!--content end-->
<!--bottom start-->
<div id="bottomX" style ="margin-top:1em">
Copyright © 2007 <a href =" http://www.weibosoft.com">WeiboSoft</a> Inc. All rights reserved.
<%-- <asp:HyperLink ID="hlLogo" runat="server" ImageUrl="~/Images/nsf_logo0s.gif" NavigateUrl="http://www.weibosoft.com" Height="4px" Width="27px">HyperLink</asp:HyperLink>--%>
</div>
<!--bottom end-->
</div>
<asp:SiteMapDataSource ID="SiteMapDataSourceAdmin" runat="server" SiteMapProvider="AdminSiteMapProvider"
ShowStartingNode="False" />
</form>
</body>
</html>

