usernewlyviewproducts.ascx

来自「网奇.NET网络商城ACCESS单店商业版特点: 1、可生成静态页面」· ASCX 代码 · 共 40 行

ASCX
40
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="UserNewlyViewProducts.ascx.cs" Inherits="wqeshop.Modules.UserNewlyViewProducts" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>

<div class='lframe_ex'>
	<table cellspacing="0" cellpadding="0">
		<tr>
			<td class="tl"><span class=tt><%=GetResourceString("UserNewlyViewProducts")%></span></td>
			<td class="tm">
			</td>
			<td class="tr"></td>
		</tr>
	</table>
	<table cellspacing="0" cellpadding="0">
		<tr>
			<td class="ml"></td>
			<td class="mm" align="right">
				<%BindNewylyViewProducts(10);%>
				<asp:datalist id="dlProducts" runat="server" CellPadding="0" CellSpacing="0" RepeatLayout="Table"
					RepeatDirection="Horizontal" RepeatColumns="1" GridLines="None" Visible="true" Width="100%">
					<ItemStyle CssClass="alignCenterTop"></ItemStyle>
					<ItemTemplate>
						<table cellpadding="0" cellspacing="0" border="0"  width="127">
							
							<tr height="25px">
								<td colspan="1" align="left"><a href='/<%=System.Configuration.ConfigurationSettings.AppSettings["ShopFolder"]%><%if(config.html==""){%>Show.aspx?PID=<%# DataBinder.Eval(Container.DataItem,"ProductID")%><%}else{%>products/Product_<%# DataBinder.Eval(Container.DataItem,"ProductID") %>.<%=config.html%><%}%>' target=_blank ><img src="Template/wqeshop55/images/bullet.gif" border="0" align="absmiddle"><%#DataBinder.Eval(Container.DataItem,"Name")%></a></td>
							</tr>
						</table>
					</ItemTemplate>
				</asp:datalist>
			</td>
			<td class="mr"></td>
		</tr>
	</table>
	<table cellspacing="0" cellpadding="0" >
		<tr>
			<td class="bl"></td>
			<td class="bm">&nbsp;</td>
			<td class="br"></td>
		</tr>
	</table>
</div>

⌨️ 快捷键说明

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