header.ascx

来自「商城名称: 新普网络商城XpShop 官方网站: http://www.XpS」· ASCX 代码 · 共 53 行

ASCX
53
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Header.ascx.cs" Inherits="XpShop.WebUI.Modules.Header" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<div class="twidth">
<table id="sitehead" align="center" cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td class="l"></td>
		<td class="m">
			<table align="center" width="100%"  cellpadding="0" cellspacing="0">
				<tr>
					<td height="29" colspan=2 align=right> 
					<a href="Guest.aspx">留言版</font></a>
					<a href="MemberCenter.aspx">会员中心</a>
					<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=config.SiteUrl%>');">设为首页</a> 
						<a href="#" onclick="javascript:window.external.addFavorite('<%=config.SiteUrl%>','<%=config.SiteName%>')">加入收藏</a> 
						<a href="search.aspx">网站搜索</a> <a href='languages.aspx?lang=zh-cn'>简体</a>&nbsp;&nbsp;<a href='languages.aspx?lang=zh-hk'>繁体</a> 
					</td>
				</tr>
				<tr>	
					<td width="200" height="49">
						<table width="100%" cellpadding="0" cellspacing="0" border="0">
		  					<tr>
								<td><a href="<%=config.SiteUrl%>"> 
							<%=config.SiteLogo%>
							</a></td>
							</tr>
							<tr>
								<td background="template/newdemo2/images/9.jpg" height="2"></td>
							</tr>
						</table>
					</td>
					<td valign="bottom">
						<table border="0" cellpadding="0" cellspacing="0">
							<tr> 
								<td align="right" background="template/newdemo2/images/main1.jpg" width="756" height="45"> 
									<table width="756">
										<tr> 
										<td width="65"></td>
										<td width="103" align=center><a href="Default.aspx" class="thisclass">首页</a></td>
										<td width="140" align=center><a href="List.aspx" class="thisclass">所有商品</a></td>
										<td width="144" align=center><a href="HotProducts.aspx" class="thisclass">热卖商品</a></td>
										<td width="130" align=center><a href="SpecialProducts.aspx" class="thisclass">特价商品</a></td>
										<td width="146" align=center><a href="NewsIndex.aspx" class="thisclass">新闻</a></td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
		<td class="r"></td>
	</tr>
</table>

⌨️ 快捷键说明

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