📄 searchlistright.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SearchListRight.ascx.cs" Inherits="JiSuShop.Web.Skin.SearchListRight" %>
<link href="Images/Others.css" rel="stylesheet" type="text/css" />
<table width="680" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="AllGoods_Title"><img src="Skin/Commodity/Images/Search_05.gif" width="680" height="56" /></td>
</tr>
</table>
<asp:panel id="CurrentGoods" Runat="server">
<TABLE cellSpacing="0" cellPadding="0" width="675" border="0" class="C_margin">
<TR>
<TD class="C_padding">
<img src="Skin/Commodity/Images/d_download.gif" width="21" height="16"> 在【全部商品】中搜索“<FONT color="#ff5500">
<asp:Literal id="KeyWord" Runat="server"></asp:Literal></FONT>”的结果 共 <FONT color="#ff5500">
<asp:Literal id="TotalResult" Runat="server"></asp:Literal> </FONT>项
</TD>
</TR>
</TABLE>
<asp:Repeater id="GoodsList" EnableViewState=False Runat="server">
<ItemTemplate>
<table width="675" border="0" cellspacing="0" cellpadding="0" class="Payment_mar">
<tr>
<td width="20%" align="center" valign="top" class="SortList_item">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td align="center">
<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" href="#" >
<img id="GoodImg" runat="server" src="Skin/Default/Images/Goods1.gif" border="0"></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>
</tr>
</table>
</td>
<td valign="middle" class="SortList_item">
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="SearchList_top" ><a id="GoodName" runat="server" href="#"></a></td>
</tr>
<tr>
<td >【会员价】
<font color="#ff5500"><asp:Literal ID="MemberPrice" Runat="server"></asp:Literal>
元</font></td>
</tr>
<tr>
<td class="SearchList_content">
<asp:Literal ID="Intro" Runat="server"></asp:Literal>
</td>
</tr>
<tr>
<td >【所属分类】 <span class="FontColor02">
<asp:Literal ID="GoodsClass" runat="server"></asp:Literal>
</span></td>
</tr>
<tr>
<td align="right">
<a id="Buy" runat="server" target="_Cart"><img src="Skin/Commodity/Images/icon_buy.gif" width="58" height="25" align="absmiddle"></a><a id="Favorite" runat="server" href="#" onclick="window.external.AddFavorite('$GoodsURL$','$GoodsName$');return false"><img src="Skin/Commodity/Images/Favor.gif" align="absmiddle" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>
<TABLE cellSpacing="0" cellPadding="0" width="680" border="0">
<TR>
<TD class="C_pages">
<asp:Panel id="Paging" Runat="server"></asp:Panel></TD>
</TR>
</TABLE>
</asp:panel><asp:panel id="InexistenceGoods" Runat="server" Visible="False">
<TABLE width="500" border="0" align="center" cellPadding="0" cellSpacing="0">
<TR>
<TD height="180" class="SearchList_padding">
<UL style="MARGIN: 10px">
非常抱歉!没有找到与您查询的 “<FONT color="red">
<asp:Literal id="NoFound" Runat="server"></asp:Literal></FONT>”
相符的内容。建议您:
<LI>
检查输入的字符是否有误;
<LI>
去掉可能不必要的字词,如"的"、"什么"等;
<UL>
</UL>
</LI>
</UL>
</TD>
</TR>
</TABLE>
</asp:panel>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -