pageheader.ascx

来自「ASP.net+sql server2000编写的完整鲜花在线销售系统」· ASCX 代码 · 共 29 行

ASCX
29
字号
<%@ Control Language="c#" AutoEventWireup="false" CodeFile="pageheader.ascx.cs" Inherits="flower.control.pageheader" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="778" height="32" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td width="302" rowspan="2"><img src="/flower/images/top_1.jpg" width="139" height="35"><img src="/flower/images/top_2.jpg" width="87" height="35"><img src="/flower/images/top_3.jpg" width="76" height="35"></td>
		<td width="460" height="33" align="right" valign="bottom"><a href="/flower/index.aspx">首 页</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/flower/front/flower/viewallflowers.aspx">鲜花超市</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/flower/front/cart/mycart.aspx?mode=view">购物车</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/flower/front/order/viewallorders.aspx">订单查询</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/flower/front/top/viewtop.aspx">热卖排行</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/flower/back/login.aspx">后台管理</a>&nbsp;&nbsp;|&nbsp;&nbsp;<asp:LinkButton Runat="server" ID="signout" Text="退出登录"></asp:LinkButton>
		</td>
		<td width="16" rowspan="2" align="right">
		</td>
	</tr>
	<tr>
		<td height="2" valign="bottom"><img src="/flower/images/dot_2.gif" width="1" height="1"></td>
	</tr>
</table>
<table width="778" height="61" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td><img src="/flower/images/top_4.jpg" width="139" height="61"><img src="/flower/images/top_5.jpg" width="87" height="61"><img src="/flower/images/top_6.jpg" width="76" height="61"><img src="/flower/images/top_7.jpg" width="95" height="61"><img src="/flower/images/top_8.jpg" width="114" height="61"><img src="/flower/images/top_9.jpg" width="114" height="61"><img src="/flower/images/top_10.jpg" width="85" height="61"><img src="/flower/images/top_11.jpg" width="69" height="61"></td>
	</tr>
</table>
<table width="778" height="63" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td><img src="/flower/images/top_12.jpg" width="139" height="63"><img src="/flower/images/top_13.jpg" width="87" height="63"><img src="/flower/images/top_14.jpg" width="76" height="63"><img src="/flower/images/top_15.jpg" width="95" height="63"><img src="/flower/images/top_16.jpg" width="114" height="63"><img src="/flower/images/top_17.jpg" width="114" height="63"><img src="/flower/images/top_18.jpg" width="85" height="63"><img src="/flower/images/top_19.jpg" width="69" height="63"></td>
	</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center">
	<tr>
		<td bgcolor="#ff74aa"><img src="/flower/images/dot_1.gif" width="1" height="1"></td>
	</tr>
</table>

⌨️ 快捷键说明

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