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

📄 commendproduct.ascx

📁 新普商城是基于.Net平台开发的免费商城系统。功能强大
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="CommendProduct.ascx.cs" Inherits="XpShop.WebUI.Modules.CommendProduct" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<div class="mframe">
	<table width="516"  border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td width="516"><img src="template/blue/images/com.gif" alt="" width="516" height="51" border="0" usemap="#Map1"></td>
		</tr>
		<tr>
			<td height="356" valign="top" background="template/blue/images/bg011.gif"><table width="98%" height="34" border="0" cellpadding="0" cellspacing="0">
				<tr>
				<td height="34"><div align="center">
					<table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0">
						<tr>
						<td>
						<%BindCommendProductList(config.CommendProductSizeInIndex);%>
							<asp:DataList id="dlCommendProductts"
									CellPadding="5"
									CellSpacing="0"
									GridLines="None"
									RepeatColumns="2"
									RepeatDirection="Horizontal"
									RepeatLayout="Table"
									Visible=false
									Width="100%"
									runat="server">
									<ItemStyle CssClass="alignCenterTop"/>
									<ItemTemplate>
										<table width="100%" border="0" cellspacing="2" cellpadding="2" bgcolor="#FFFFFF">
											<tr>
												<td align="center" valign="top" width="60" style="padding-right:5px"><table border="0" cellspacing="1" cellpadding="5" bgcolor="#DBDBDB">
													<tr bgcolor="#FFFFFF" align="center">
													<td><font color="#000000"><a href='Show.aspx?PID=<%#DataBinder.Eval(Container.DataItem,"ProductID")%>'><img src='upload/<%#DataBinder.Eval(Container.DataItem,"ThumbnailImg")%>' width=90 height=90   border=0 align=center vspace=0 hspace=0 style='border-color:#000000'></a></font></td>
													</tr>
												</table></td>
												<td valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" height="22">
													<tr valign="top">
													<td height="28"><a href='Show.aspx?PID=<%#DataBinder.Eval(Container.DataItem,"ProductID")%>' target=_self ><font color="#000000"><%#DataBinder.Eval(Container.DataItem,"Name")%></font></a></td>
													</tr>
													<tr>
													<td><font color="#006666">市价:<%=GetCurrency()%><%#DataBinder.Eval(Container.DataItem,"MarketPrice","{0:f}")%></font></td>
													</tr>
													<tr>
													<td><font color="#FF3300">会员:<%=GetCurrency()%><%#DataBinder.Eval(Container.DataItem,"MemberPrice","{0:f}")%></font></td>
													</tr>
												</table>
													<table border="0" cellspacing="2" cellpadding="0" height="20">
													<tr>
														<td height="22" ><a href='Show.aspx?PID=<%#DataBinder.Eval(Container.DataItem,"ProductID")%>'><img src="template/blue/images/m_detail.gif" border="0" ></a></td>
														<td height="22" ><a href="#" onClick='addtocart(<%#DataBinder.Eval(Container.DataItem,"ProductID")%>)'><img src="template/blue/images/m_buy.gif" border="0" ></a></td>
													</tr>
												</table></td>
											</tr>
											</table>
									</ItemTemplate>
								</asp:DataList>
						</td>
						</tr>
					</table>
				</div></td>
				</tr>
			</table></td>
		</tr>
		<tr>
			<td height="100%" valign="bottom"><img src="template/blue/images/index_13.jpg" width="516" height="15" alt=""></td>
		</tr>
	</table>
</div>

⌨️ 快捷键说明

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