📄 searchlistright.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.SearchListRight" %>
<asp:panel id="CurrentGoods" Runat="server">
<table align="center" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="serar"width="17%" ><img src="Skin/Digital/Images/i12.gif" width="16" height="16" /><a href="#">相关商品</a></td>
<td class="serar1" width="83%" >在【全部商品】中搜索“<font color="red">
<asp:Literal id="KeyWord" Runat="server"></asp:Literal>
</font>”的结果 共 <font color="red">
<asp:Literal id="TotalResult" Runat="server"></asp:Literal>
</font>项 </td>
</tr>
</table>
<TABLE align="center" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD > </TD>
</TR>
<TR>
<TD > </TD>
</TR>
</TABLE>
<asp:Repeater id="GoodsList" EnableViewState=False Runat="server">
<ItemTemplate>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="SearchList">
<tr>
<td width="20%" align="center">
<a id="GoodLink" runat="server" href="#" class="Imgboder"><img id="GoodImg" runat="server" src="Skin/Digital/Images/Goods1.gif" border="0"></a>
</td>
<td>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="FontColor01"><a id="GoodName" runat="server" href="#"></a></td>
</tr>
<tr>
<td class="FontColor02">【会员价】 <font color="#FF3300"><strong>
<asp:Literal ID="MemberPrice" Runat="server"></asp:Literal></strong></font>
元</td>
</tr>
<tr>
<td class="SearchList_Content">
<asp:Literal ID="Intro" Runat="server"></asp:Literal></td>
</tr>
<tr>
<td class="FontColor02">【所属分类】
<asp:Literal ID="GoodsClass" Runat="server"></asp:Literal></td>
</tr>
<tr>
<td>
<a id="Buy" runat="server"><img src="Skin/Digital/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">
收藏</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD>
<asp:Panel id="Paging" Runat="server"></asp:Panel></TD>
</TR>
</TABLE>
</asp:panel><asp:panel id="InexistenceGoods" Runat="server" Visible="False">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD>
<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 + -