head.ascx

来自「网上购物商城」· ASCX 代码 · 共 23 行

ASCX
23
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="head.ascx.cs" Inherits="head" %>
<center>
<table width="764">
<tr>
<td style="width: 758px; font-size: 20pt; color: white; height: 81px; background-color: #43a0db;" align="center">
    ASP.NET 2.0&nbsp; 电子商务购物平台系统</td>
</tr>
<!--download from 51aspx.com-->
<tr>
<td style="width: 758px; color: #ffffff; background-color: #43a0db;" align="center">
    <a href="default.aspx"><span style="color: #ffffff">首页</span></a> &nbsp;&nbsp;<a href="productHot.aspx"><span
        style="color: #ffffff"> 热销商品</span></a> &nbsp;&nbsp;<a href="queryOrder.aspx"
            target="_blank"><span style="color: #ffffff">订单管理</span></a> &nbsp; &nbsp;<a href="shoppingCart.aspx"><span
                style="color: #ffffff">购物车</span></a> &nbsp; &nbsp;<a href="checkOut.aspx"><span
                    style="color: #ffffff">结算中心</span></a>
    &nbsp; &nbsp;&nbsp;<a href="userRegister.aspx"><span style="color: #ffffff">注册会员</span></a>  <a href="userEntry.aspx">
        <span style="color: #ffffff">用户登录</span></a> &nbsp; &nbsp;<a href="guestBook.aspx"><span
        style="color: #ffffff">顾客留言</span></a>
</td>
</tr>
</table>
</center>

⌨️ 快捷键说明

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