📄 sortlistright.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SortListRight.ascx.cs" Inherits="JiSuShop.Web.Skin.SortListRight" %>
<style type="text/css">
.show_class{background:url(Skin/Beautiful/Images/NewGoods_05.gif) repeat-x bottom; padding:5px; font-size:14px; font-weight:bold; color:#333;}
.border_bottom{background:url(Skin/Beautiful/Images/Line.gif) repeat-x left bottom; color:#333;}
.black{color:#333; font-size:16px;}
</style>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
</TABLE>
<table width="95%" height="57" border="0" align="center" cellPadding="0" cellSpacing="0" class="SortList_title">
<TR>
<TD colspan="6" class="black"><img src="Skin/Beautiful/Images/icon_n.gif" align="absmiddle" />【当前位置】
<asp:Literal Runat=server ID=ShopName></asp:Literal> <asp:Literal ID="ClassInfo" Runat="server"></asp:Literal></TD>
</TR>
<TR>
<TD width="20%" align=center class="show_class">商品图片</TD>
<TD class="show_class">商品名称</TD>
<TD width="10%" align=center class="show_class">市场价</TD>
<TD width="10%" align=center class="show_class">会员价</TD>
<TD width="10%" align=center class="show_class">购买</TD>
<TD width="10%" align=center class="show_class">收藏</TD>
</TR>
</table>
<TABLE width="95%" height="143" border="0" align="center" cellPadding="0" cellSpacing="0">
<asp:panel id="CurrentGoods" Runat="server">
<asp:Repeater id="GoodsList" Runat="server">
<ItemTemplate>
<tr>
<td width="20%" height="65" align="center" class="border_bottom">
<table border="0" cellspacing="0" cellpadding="0" style="margin:8px;">
<tr>
<td width="6" height="6" valign="top"><img src="Skin/Beautiful/Images/Image_Goods_01.gif" /></td>
<td class="Images_Goods_t"></td>
<td width="6" valign="top"><img src="Skin/Beautiful/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/Beautiful/Images/Image_Goods_10.gif" /></td>
<td class="Images_Goods_b"></td>
<td width="6" height="6" valign="bottom"><img src="Skin/Beautiful/Images/Image_Goods_12.gif" /></td>
</tr>
</table>
</td>
<td class="border_bottom"><a href="#" id="GoodName" runat="server"></a></td>
<td width="10%" align="center" class="border_bottom">
<asp:Literal ID="MarketPrice" Runat="server"></asp:Literal>元</td>
<td width="10%" align="center" class="border_bottom">
<asp:Literal ID="MemberPrice" Runat="server"></asp:Literal>元</td>
<td width="10%" align="center" class="border_bottom"><a href="#" target="_Cart" id="Buy" runat="server"><img src="Skin/Beautiful/Images/icon_buy.gif" alt="点击此按纽,到下一步确认购买信息"></a></td>
<td width="10%" align="center" class="border_bottom"><a id="Favorite" runat="server" onClick="window.external.AddFavorite('$GoodsURL$','$GoodsName$');return false"><img src="Skin/Beautiful/Images/Favor.gif" /></a></td>
</tr>
</ItemTemplate>
</asp:Repeater>
<TR>
<TD height="44" colSpan="6" align="center">
<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">
<asp:Literal id="NoGoods" Runat="server"></asp:Literal>
</TD>
</TR>
</asp:panel>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -