📄 sortlistright.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SortListRight.ascx.cs" Inherits="JiSuShop.Web.Skin.SortListRight" %>
<TABLE cellSpacing="0" cellPadding="0" width="688" border="0">
<TR>
<td class="AllGoods_Title" ><img src="Skin/Commodity/Images/SortList_03.gif" width="688" height="60"></td>
</TR>
</TABLE>
<table cellSpacing="0" cellPadding="0" width="680" border="0" >
<TR>
<TD colspan="6" class="C_padding"><img src="Skin/Commodity/Images/d_download.gif" width="21" height="16">【当前位置】
<asp:Literal ID="ClassInfo" Runat="server"></asp:Literal></TD>
</TR>
<TR>
<TD width="20%" align=center class="SortRight_top">商品图片</TD>
<TD class="SortRight_top">商品名称</TD>
<TD width="10%" align=center class="SortRight_top">市场价</TD>
<TD width="10%" align=center class="SortRight_top">会员价</TD>
<TD width="10%" align=center class="SortRight_top">购买</TD>
<TD width="10%" align=center class="SortRight_top">收藏</TD>
</TR>
</table>
<TABLE cellSpacing="0" cellPadding="0" width="680" border="0">
<asp:panel id="CurrentGoods" Runat="server">
<asp:Repeater id="GoodsList" Runat="server">
<ItemTemplate>
<tr>
<td width="20%" align="center" class="SortList_item">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="6" height="6" valign="top"><img src="Skin/Commodity/Images/Image_Goods_1.gif"></td>
<td class="Images_Goods_t"></td>
<td width="6" valign="top"><img src="Skin/Commodity/Images/Image_Goods_2.gif"></td>
</tr>
<tr>
<td class="Images_Goods_l"></td>
<td><a id="GoodLink" runat="server"><img id="GoodImg" runat="server"></a></td>
<td class="Images_Goods_r"></td>
</tr>
<tr>
<td width="6" height="6" valign="bottom"><img src="Skin/Commodity/Images/Image_Goods_3.gif"></td>
<td class="Images_Goods_b"></td>
<td width="6" height="6" valign="bottom"><img src="Skin/Commodity/Images/Image_Goods_4.gif"></td>
</tr>
</table>
</td>
<td class="SortList_item"><a id="GoodName" runat="server" href="#"></a></td>
<td width="10%" align="center" class="SortList_item">
<asp:Literal ID="MarketPrice" Runat="server"></asp:Literal>元</td>
<td width="10%" align="center" class="SortList_item">
<asp:Literal ID="MemberPrice" Runat="server"></asp:Literal>元</td>
<td width="10%" align="center" class="SortList_item"><a href="#" target="_Cart" id="Buy" runat="server"><img src="Skin/Commodity/Images/icon_buy.gif" alt="点击此按纽,到下一步确认购买信息" ></a></td>
<td width="10%" align="center" class="SortList_item"><a id="Favorite" runat="server" onClick="window.external.AddFavorite('$GoodsURL$','$GoodsName$');return false"><img src="Skin/Commodity/Images/Favor.gif" /></a></td>
</tr>
</ItemTemplate>
</asp:Repeater>
<TR>
<TD class="SortList_bt Right" colSpan="6">
<asp:Panel id="Paging" Runat="server"></asp:Panel></TD>
</TR>
</asp:panel><asp:panel id="InexistenceGoods" Runat="server" Visible="False">
<TR>
<TD align="center" colSpan="6" class="C_padding" >
<asp:Literal id="NoGoods" Runat="server"></asp:Literal>
</TD>
</TR>
</asp:panel>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -