📄 usernewlyviewproducts.ascx
字号:
<%@ 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"> </td>
<td class="br"></td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -