recentview.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 35 行

ASCX
35
字号
<%@ Control Language="c#"  AutoEventWireup="false" Codebehind="RecentView.ascx.cs" Inherits="JiSuShop.Web.Skin.RecentView" %>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><img src="Skin/Default/Images/Bule_43.gif" /></td>
  </tr>
  <tr>
    <td class="C_Item_bg">
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="C_Search_Title">最近浏览的商品</td>
  </tr>
  <tr>
    <td >
	<table width="100%" border="0" cellspacing="0" cellpadding="0" class="C_margin">
 <asp:Repeater ID="RecentViewGoods" Runat="server">
	<ItemTemplate>
		<tr>
			<td class="RecentView">·<A id="Link" runat="server" href="#"></A></td>
		</tr>
	</ItemTemplate>
</asp:Repeater>
</table>

	</td>
  </tr>

</table>

	</td>
  </tr>
  <tr>
    <td><img src="Skin/Default/Images/Bule_58.gif" /></td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?