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

📄 header.ascx

📁 网奇.NET网络商城ACCESS单店商业版特点: 1. 无任何功能限制 2. 无时间限制 3. 产品数量无限制 4. 页面底部没有网奇商城的版权信息 5. 可下载、安装网
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Header.ascx.cs" Inherits="wqshop.Modules.Header" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="uc1" TagName="Bulletin" Src="Bulletin.ascx" %>
<%@ Register TagPrefix="uc1" TagName="NavBar" Src="NavBar.ascx" %>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><!--公告栏开始-->
     <uc1:Bulletin id="Bulletin1" runat="server"></uc1:Bulletin>
        <!--公告栏结束--></td>
  </tr>
</table>
<div class="twidth">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:8px; margin-bottom:8px">
  <tr>
    <td align="center">
	<a href="Default.aspx">
	   <!--首页logo开始-->
	  <%=config.SiteLogo%>
	  <!--首页logo开始-->
	</a>
	</td>
    <td align="center" width="218">
	<%=config.DefaultHeadAD%>
	</td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="menu">
  <tr>
    <td background="Template/freemodelv9/Images/menu1.gif"  width="92"><a href="<%if(config.html==""){%>Default.aspx<%}else{%>index.<%=config.html%><%}%>"><%=GetResourceString("Home")%></a></td>
    <td background="Template/freemodelv9/Images/menu2.gif"  width="92"><a href="<%if(config.html==""){%>List.aspx<%}else{%>categorys.<%=config.html%><%}%>"><%=GetResourceString("LeftNavigation")%></a></td>
    <td background="Template/freemodelv9/Images/menu2.gif"  width="92"><a href="<%if(config.html==""){%>CommendProducts.aspx<%}else{%>CommendProducts.<%=config.html%><%}%>"><%=GetResourceString("CommendProducts")%></a></td>
    <td background="Template/freemodelv9/Images/menu2.gif"  width="92"><a href="<%if(config.html==""){%>NewProducts.aspx<%}else{%>NewProducts.<%=config.html%><%}%>"><%=GetResourceString("NewProducts")%></a></td>
    <td background="Template/freemodelv9/Images/menu2.gif"  width="92"><a href="<%if(config.html==""){%>SpecialProducts.aspx<%}else{%>SpecialProducts.<%=config.html%><%}%>"><%=GetResourceString("SpecialProducts")%></a></td>
	<td background="Template/freemodelv9/Images/menu2.gif"  width="92"><a href="<%if(config.html==""){%>HotProducts.aspx<%}else{%>HotProducts.<%=config.html%><%}%>"><%=GetResourceString("HotProducts")%></a></td>
    <td background="Template/freemodelv9/Images/menu2.gif"  width="92"><a href="<%if(config.html==""){%>NewsIndex.aspx<%}else{%>NewsIndex.<%=config.html%><%}%>"><%=GetResourceString("News")%></a></td>
	<td background="Template/freemodelv9/Images/menu2.gif"  width="92"><a href="<%if(config.html==""){%>HelpList.aspx<%}else{%>HelpList.<%=config.html%><%}%>"><%=GetResourceString("HelpCenter")%></a></td>
	<td background="Template/freemodelv9/Images/menu2.gif"  width="92"><a href="<%if(config.html==""){%>Guest.aspx<%}else{%>Guest.<%=config.html%><%}%>"><%=GetResourceString("GuestBook")%></a></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:6px">
  <tr>   
    <td>
	<!--头部导航条开始-->
	<uc1:NavBar id="NavBar1" runat="server"></uc1:NavBar>
	<!--头部导航条结束-->	</td>    
  </tr>
</table>
</div>





⌨️ 快捷键说明

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