📄 goodscenterright.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="GoodsCenterRight.ascx.cs" Inherits="JiSuShop.Web.Skin.GoodsCenterRight" %>
<table width="683" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Skin/Commodity/Images/GoodsCenter_01.jpg"></td>
</tr>
</table>
<asp:panel id="CurrentGoods" Runat="server">
<TABLE class="AllGoods" cellSpacing="0" cellPadding="0" width="683" border="0">
<TR>
<asp:repeater EnableViewState="False" id="GoodsList" Runat="server">
<ItemTemplate>
<td valign="bottom" class="GoodsCenter_Content"><asp:Panel ID="AGood" Runat="server"></asp:Panel></td>
</ItemTemplate>
</asp:repeater>
</TR>
</TABLE>
<TABLE width="683" border="0" cellpadding="0" cellspacing="0" class="GoodsCenter_Right">
<TR>
<TD align="center" >
<asp:Panel id="Paging" Runat="server"></asp:Panel></TD>
</TR>
</TABLE>
</asp:panel>
<asp:panel HorizontalAlign="Center" id="InexistenceGoods" Runat="server" Visible="False">
<TABLE cellSpacing="0" cellPadding="0" width="683" border="0" >
<TR>
<TD align="center" >
<asp:Literal id="NoGoods" Runat="server"></asp:Literal></TD>
</TR>
</TABLE>
</asp:panel>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -