📄 sortlistright.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.SortListRight" %>
<TABLE width="100%" border="0" cellPadding="0" cellSpacing="0">
<TR>
<TD class="C_HelpCenter_Title"><img src="Skin/Clothing/Images/Icon_Search.gif" /></TD>
</TR>
</TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="C_Padding "><img src="Skin/Clothing/Images/Icon_fl.gif" align="absmiddle" />【当前位置】<a href="/">网站首页</a> >
<asp:Literal ID="ClassInfo" Runat="server"></asp:Literal></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="Sort_SubTitle">
<tr>
<td class="Sort_Title" style="text-align:left;">商品图片</td>
<td width="35%" class="Sort_Title" style="text-align:left;">商品名称</td>
<td width="10%" class="Sort_Title">市场价格</td>
<td width="10%" class="Sort_Title">会员价格</td>
<td width="10%" class="Sort_Title">购买</td>
<td width="10%" class="Sort_Title">收藏</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<asp:panel id="CurrentGoods" Runat="server">
<asp:Repeater id="GoodsList" Runat="server">
<ItemTemplate>
<tr>
<td class=" SortGoods_Item_Padding">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="6" height="6" valign="top"><img src="Skin/Clothing/Images/Image_Goods_01.gif" /></td>
<td class="Images_Goods_t"></td>
<td width="6" valign="top"><img src="Skin/Clothing/Images/Image_Goods_04.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/Clothing/Images/Image_Goods_10.gif" /></td>
<td class="Images_Goods_b"></td>
<td width="6" height="6" valign="bottom"><img src="Skin/Clothing/Images/Image_Goods_12.gif" /></td>
</tr>
</table>
</td>
<td width="35%" class="SortGoods_Name SortGoods_Item_Padding" style="text-align:left;">
<a id="GoodName" runat="server" href="#"></a> </td>
<td width="10%" class="Font01 SortGoods_Item_Padding">
<asp:Literal ID="MarketPrice" Runat="server"></asp:Literal>
元
</td>
<td width="10%" class="SortGoods_Name SortGoods_Item_Padding" style="text-align:center;">
<asp:Literal ID="MemberPrice" Runat="server"></asp:Literal>
元
</td>
<td width="10%"class="Font01 SortGoods_Item_Padding">
<a href="#" id="Buy" runat="server"><img src="Skin/Clothing/Images/icon_buy.gif" align="absmiddle" alt="点击此按纽,到下一步确认购买信息"></a> </td>
<td width="10%" class="Font01 SortGoods_Item_Padding">
<a id="Favorite" runat="server" href="#" onClick="window.external.AddFavorite('$GoodsURL$','$GoodsName$');return false"><img src="Skin/Clothing/Images/icon_Favor.gif" align="absmiddle"></a> </td>
</tr>
</ItemTemplate>
</asp:Repeater>
</asp:panel>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<asp:panel id="InexistenceGoods" Runat="server" Visible="False">
<TR>
<TD align="center" class="C_Padding">
<asp:Literal id="NoGoods" Runat="server"></asp:Literal></TD>
</TD></TR>
</asp:panel>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD align="right" class="Pages">
<asp:Panel id="Paging" Runat="server"></asp:Panel></TD>
</TR>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -