mainheader.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 40 行

ASCX
40
字号
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.MainHeader" %>
<%@ Register TagPrefix="JSS" TagName="Search" Src="Search.ascx" %>
<%@ Register TagPrefix="JSS" TagName="IndexLogin" Src="IndexLogin.ascx" %>
<table width="980" border="0" cellspacing="0" cellpadding="0" class="Header_Bg">
	<tr>
		<td width="4" rowspan="2" valign="bottom"><img src="Skin/Clothing/Images/Icon_hrl.gif" /></td>
		<td class="Logo"><a href="./"><img id="Logo" runat="server" src="" width="200" height="60" alt="极速网店系统-网上购物系统-网上商店系统" vspace="5"></a></td>
		<td rowspan="2" valign="bottom">
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td height="50" align="right" valign="top"><JSS:IndexLogin id="IndexLogin" runat="server" /></td>
				</tr>
				<tr>
					<td align="right" class="Menu"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="Header_Menu">
							<tr>
								<td width="59"><img src="Skin/Clothing/Images/Icon_left.gif" /></td>
								<td class="Header_Menu_Text"><img src="Skin/Clothing/Images/bull_circle.gif" hspace="3" /><a href="./">网站首页</a></td>
								<td class="Header_Menu_Text"><img src="Skin/Clothing/Images/bull_circle.gif" hspace="3" /><a href="<asp:Literal runat=server id=GoodsCenterUrl />">全部商品</a></td>
								<td class="Header_Menu_Text"><img src="Skin/Clothing/Images/bull_circle.gif" hspace="3" /><a href="MemberShip.aspx" rel="nofollow">会员中心</a></td>
								<td class="Header_Menu_Text"><img src="Skin/Clothing/Images/bull_circle.gif" hspace="3" /><a href="HelpCenter.aspx">帮助中心</a></td>
								<td class="Header_Menu_Text"><img src="Skin/Clothing/Images/bull_circle.gif" hspace="3" /><a href="ArticleCenter.aspx">信息中心</a></td>
								<td class="Header_Menu_Text"><img src="Skin/Clothing/Images/bull_circle.gif" hspace="3" /><a href="LeaveWord.aspx">网站留言</a></td>
								<td class="Header_Menu_Text"><img src="Skin/Clothing/Images/bull_circle.gif" hspace="3" /><a href="ShopCart.aspx" target="_blank">购物车</a></td>
								<td width="59"><img src="Skin/Clothing/Images/Icon_right.gif" /></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td height="28"><JSS:SEARCH id="Search" runat="server" /></td>
				</tr>
			</table>
		</td>
		<td width="3" rowspan="2" valign="bottom"><img src="Skin/Clothing/Images/Icon_hrr.gif" width="3" height="63" /></td>
	</tr>
	<tr>
		<td width="80" align="right" class="Menu_Search">&nbsp;</td>
	</tr>
</table>

⌨️ 快捷键说明

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