📄 shop_display.aspx
字号:
<%@ Page language="c#" Inherits="shop_display" CodeFile="shop_display.aspx.cs" %>
<%@ Register TagPrefix="uc1" TagName="page_header" Src="page_header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="page_footer" Src="page_footer.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>GAGE电子商务(B2B)网 -- 个人店铺</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>
<uc1:page_header id="Page_header1" runat="server"></uc1:page_header>
<TABLE id="Table1" bgcolor="#f8cfcf" cellSpacing="0" cellPadding="1" width="760">
<tr>
<TD background="images/shop_display_102.gif" height="33" colspan="3" align="left">
<!-- 店铺详情 商品大厅 店主档案 信用评价 -->
</TD>
</tr>
<tr>
<TD colspan="3"> </TD>
</tr>
<TR>
<TD align="center">
<b>
<%=dianpuname%>
<b>
<br>
<br>
<img width="100" height="100" id="shopLogo" name="shopLogo" src="" runat="server"></b></b>
</TD>
<td width="175">
<pre><B>店 主:</B> <%=dianpuuser%></pre>
<pre><B>开店时间:</B> <%=dianputime%></pre>
<pre><B>所 在 地:</B> <%=DianPuAdd%></pre>
</td>
<td background="images/shop_display_103.gif" valign="top" width="399" height="166">
<table cellSpacing="1" cellPadding="2" width="98%">
<tr>
<td align="center" height="25"><!-- <b>店铺公告</b> --></td>
</tr>
<tr>
<td><marquee direction="up" width="100%" height="106" scrollamount="2" id="info" onMouseOver="info.stop()"
onMouseOut="info.start()"> <%=dianpugonggao%></marquee>
</td>
</tr>
</table>
</td>
</TR>
</TABLE>
<TABLE id="Table2" cellSpacing="1" cellPadding="1" bgcolor="#ffe6df" width="760">
<tr height="25">
<TD bgcolor="#e27e86" align="center"><font color="#ffffff"><b>店主推荐</b></font></TD>
</tr>
<tr height="100">
<TD align="center" style="height: 28px">店主没有推荐商品~~!!</TD>
</tr>
<tr>
<TD> </TD>
</tr>
</TABLE>
<TABLE id="Table3" cellSpacing="1" cellPadding="1" width="760" bgcolor="#ffe6df">
<tr valign="top">
<TD align="left" style="width: 755px; height: 143px;">
<table height="25" bgcolor="#fe9dbe" width="100%">
<tr>
<td> <font color="#ffffff" size="2"><b>商品列表</b></font></td>
</tr>
</table>
<asp:DataList id="DataList1" runat="server" RepeatColumns="5" Width="758px">
<ItemStyle Width="150px" HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<table cellpadding="2" cellspacing="3" align="center">
<tr align="center">
<td>
<a href='product_display.aspx?id=<%#DataBinder.Eval(Container.DataItem,"ProductId")%>'>
<img border=0 width=80 height=80 src='showProductPicture.aspx?id=<%#DataBinder.Eval(Container.DataItem,"ProductId")%>'>
</a>
</td>
</tr>
<tr align="center">
<td>
<a href='product_display.aspx?id=<%#DataBinder.Eval(Container.DataItem,"ProductId")%>'>
<%#DataBinder.Eval(Container.DataItem,"ProductName")%>
</a>
</td>
</tr>
<tr align="center">
<td>
价格 <font color="#ff3300"><b>
<%#DataBinder.Eval(Container.DataItem,"ProductPrice")%>
</b>元</font>
</td>
</tr>
<tr align="center">
<td></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
<form id="Form1" method="post" runat="server">
<asp:label id="lblCurPage" Runat="server"></asp:label>
<asp:Label id="lblEachPage" Runat="server"></asp:Label>
<asp:Label id="lblTnum" Runat="server"></asp:Label>
<asp:hyperlink id="lnkFirst" Runat="server"> 第一页</asp:hyperlink>
<asp:hyperlink id="lnkPrev" Runat="server"> 上一页</asp:hyperlink>
<asp:hyperlink id="lnkNext" Runat="server"> 下一页</asp:hyperlink>
<asp:hyperlink id="lnkLast" Runat="server"> 最后页 </asp:hyperlink>
到:<asp:TextBox id="txtPage" Runat="server" Width="30px"></asp:TextBox>
页<asp:Button id="btnPage" Runat="server" Width="30px" Text="Go" onclick="btnPage_Click"></asp:Button>
</form>
</TD>
</tr>
</TABLE>
<br />
<uc1:page_footer id="Page_footer1" runat="server"></uc1:page_footer>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -