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

📄 product_display.aspx

📁 b to b 模式 电子商务系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="product_display.aspx.cs" AutoEventWireup="false" Inherits="B2Bsite.product_display" %>
<%@ Register TagPrefix="uc1" TagName="page_footer" Src="page_footer.ascx" %>
<%@ Register TagPrefix="uc1" TagName="page_header" Src="page_header.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
    <HEAD>
        <title>友思B2B拍宝网(.Net开源版) v0.4 Beta -- 商品详细信息</title>
        <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
        <meta name="CODE_LANGUAGE" Content="C#">
        <meta name="vs_defaultClientScript" content="JavaScript">
        <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
        <LINK href="style.css" type="text/css" rel="stylesheet">
    </HEAD>
    <body MS_POSITIONING="GridLayout">
        <uc1:page_header id="Page_header1" runat="server"></uc1:page_header>
        <table width="760">
            <tr>
                <td>
                    <!-- 导航条 -->
                    <A href="default.aspx">首页</A>
                    <asp:Label ID="daohang" Runat="server"></asp:Label>
                </td>
                
            </tr>
        </table>
        <table width=760>
            <tr>
                <td width=760 height=5 background=images/product_display_102.gif>
                </td>
           </tr>
        </table>
        <TABLE id="Table3" cellSpacing="1" cellPadding="1" width="760">
            <TR>
                <TD align="center"><b><asp:Label id="Label6" runat="server" Font-Size="13" Width="456px"></asp:Label></b></TD>
            </TR>
            <tr>
                <td><hr size=1px color=#cccccc></td>
            </tr>
        </TABLE>
        <TABLE id="Table1" cellSpacing="2" cellPadding="2" width="760">
            <TR>
                <TD width="180" align=center>
                    <img border="0" width="100" height="100" id="IMG1" runat="server">
                </TD>
                <TD>
                    <TABLE id="Table4" cellSpacing="1" cellPadding="1" width="360">
                        <TR>
                            <TD>当前价格:</TD>
                            <TD><asp:Label id="Label1" runat="server" Font-Size="18px" ForeColor="#ff6600" Font-Bold="True"></asp:Label></TD>
                        </TR>
                        <TR>
                            <TD>商品数量:</TD>
                            <TD>
                                <asp:Label id="Label2" runat="server"></asp:Label></TD>
                        </TR>
                        <TR>
                            <TD>剩余时间:</TD>
                            <TD>
                                <asp:Label id="Label3" runat="server"></asp:Label></TD>
                        </TR>
                        <TR>
                            <TD>所在地:</TD>
                            <TD>
                                <asp:Label id="Label4" runat="server"></asp:Label></TD>
                        </TR>
                        <TR>
                            <TD>运费支付:</TD>
                            <TD>
                                <asp:Label id="Label5" runat="server"></asp:Label></TD>
                        </TR>
                        <TR>
                            <TD>店主详情:</TD>
                            <TD>
                                <asp:Label id="Label8" ForeColor="#33cccc" runat="server"></asp:Label></TD>
                        </TR>
                        <TR>
                            <TD></TD>
                            <TD>
                                <a href="shop_display.aspx?id=<%=shopID%>"><img border="0" src="images/comm_btn_01.gif"></a>
                            </TD>
                        </TR>
                    </TABLE>
                </TD>
                <TD align="center" width="150">
                    <form id="Form1" method="post" runat="server" action="Order_info.aspx">
                        一口价购买<br>
                        购买数量:<br>
                        <asp:TextBox id="TextBox1" runat="server" Width="55px">1</asp:TextBox>件
                        <P><a href="Order_info.aspx?id=<%=ProductID%>">
                        <IMG src="images\product_display_303.gif"></a></P>
                    </form>
                </TD>
            </TR>
        </TABLE>
        <table id="Table2" cellSpacing="1" cellPadding="1" width="760" height="250">
            <tr height=28 align="left">
                <td background=images/product_display_103.gif>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    <b>商品详情</b></td>
            </tr>
            <tr valign="top">
                <td><%=ProductDetail%></td>
            </tr>
        </table>
        <uc1:page_footer id="Page_footer1" runat="server"></uc1:page_footer>
    </body>
</HTML>

⌨️ 快捷键说明

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