⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 recentview.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -