default.aspx

来自「网络商城SxShop3.0版」· ASPX 代码 · 共 628 行 · 第 1/2 页

ASPX
628
字号
								</TBODY>
							</TABLE>
							<BR>
						</TD> <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="right" -->
						<TD vAlign="top" width="571">
							<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TBODY>
									<TR>
										<TD align="center"> 
											<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
												<TBODY>
													<TR>
														<TD width="571" bgColor="#da5390" height="27">
															<TABLE class="p9white" cellSpacing="0" cellPadding="0" width="546" align="center" border="0">
																<TBODY>
																	<TR class="p9white">
																		<TD width="405">关键字
																			<asp:TextBox ID="txtKey" Runat="server" CssClass="inputstyle"></asp:TextBox>
																			起始价
																			<asp:TextBox ID="txtStart" Runat="server" CssClass="inputstyle" Width="60"></asp:TextBox>
																			结束价
																			<asp:TextBox ID="txtEnd" Runat="server" CssClass="inputstyle" Width="60"></asp:TextBox>
																		</TD>
																		<TD width="78"><asp:ImageButton ID="igbSearch" Runat="server" ImageUrl="images/default/search-1.gif" border="0"></asp:ImageButton></TD>
																		<TD width="63"><A href="Search.aspx"><FONT color="#ffffff">高级搜索</FONT></A>
																		</TD>
																	</TR>
																</TBODY>
															</TABLE>
														</TD>
													</TR>
												</TBODY>
											</TABLE>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
							<BR>
							<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TBODY>
									<TR>
										<TD width="2%"><IMG height="32" src="images/default/newgoods-left.gif" width="6"></TD>
										<TD width="2%"><IMG height="32" src="images/default/newgoods-title.gif" width="86"></TD>
										<TD width="96%" background="images/default/newgoods-bg.gif">&nbsp;</TD>
									</TR>
								</TBODY>
							</TABLE>
							<TABLE cellSpacing="0" cellPadding="0" width="99%" align="center" border="0">
								<TBODY>
									<TR>
										<TD>
											<asp:DataList ID="dlNewProduct" Runat="server" RepeatDirection="Horizontal" RepeatColumns="2"
												Width="100%">
												<ItemTemplate>
													<TABLE cellSpacing="0" cellPadding="2" width="100%" border="0">
														<TR width="50%">
															<TD vAlign="top" colSpan="2">
																<TABLE cellSpacing="0" cellPadding="1" width="100%" border="0">
																	<TR bgColor="#f2f2f2">
																		<TD width="3%"><IMG height="14" src="images/default/items.gif" width="16" align="middle">
																		</TD>
																		<TD class="p9orange" width="97%"><%# DataBinder.Eval(Container.DataItem, "ProductName") %>
																		</TD>
																	</TR>
																</TABLE>
															</TD>
														</TR>
														<TR>
															<TD vAlign="middle" width="12%">
																	<TABLE height="0" width="80" border="0">
																		<TR>
																			<TD></TD>
																		</TR>
																	</TABLE>
																	<TABLE height="90" width="0" align="left" border="0">
																		<TR>
																			<TD></TD>
																		</TR>
																	</TABLE>
																	<%# GetThumbMark(DataBinder.Eval(Container.DataItem, "IsThumbMark").ToString()) %><A href='ProductDetail.aspx?productID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG height="90" src='Upload/Products/<%# DataBinder.Eval(Container.DataItem, "ThumbnailImg") %>' width="72" border="0"></A></TD>
															<TD vAlign="top" width="88%">
																<TABLE height="57" cellSpacing="0" cellPadding="2" width="100%" border="0">
																	<TR>
																		<TD class="p9v" vAlign="top">市场价:<%# DataBinder.Eval(Container.DataItem, "MarketPrice","{0:f}") %>
																			<BR>
																			会员价:<SPAN class="p9orange"><%# DataBinder.Eval(Container.DataItem, "MemberPrice","{0:f}") %></SPAN></TD>
																	</TR>
																	<TR>
																		<TD class="p9black" vAlign="top" align="right">
																			<TABLE cellSpacing="2" cellPadding="2" border="0">
																				<TR>
																					<TD class="p9orange"><A href="javascript:temp=window.open('ShoppingCart.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>','shopcat','width=700,height=670,scrollbars=yes');temp.focus()">
																							<IMG alt="购买" src="images/default/buy.gif" border="0"></A>
																					</TD>
																					<TD class="p9orange"><A href='ProductDetail.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG alt="详细" src="images/default/details.gif" border="0"></A>
																					</TD>
																					<TD class="p9orange"><A href='Collect.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG alt="收藏" src="images/default/fav.gif" border="0"></A></TD>
																				</TR>
																			</TABLE>
																		</TD>
																	</TR>
																</TABLE>
															</TD>
														</TR>
													</TABLE>
												</ItemTemplate>
											</asp:DataList>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
							<BR>
							<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TBODY>
									<TR>
										<TD align="center"><asp:Label ID="lbSimplex" Runat="server"></asp:Label></TD>
									</TR>
								</TBODY>
							</TABLE>
							<BR>
							 
							<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TBODY>
									<TR>
										<TD width="2%"><IMG height="32" src="images/default/recogoods-left.gif" width="5"></TD>
										<TD width="2%"><IMG height="32" src="images/default/recogoods-title.gif" width="94"></TD>
										<TD width="96%" background="images/default/recogoods-bg.gif">&nbsp;</TD>
									</TR>
								</TBODY>
							</TABLE>
							<TABLE cellSpacing="0" cellPadding="0" width="99%" align="center" border="0">
								<TBODY>
									<TR>
										<TD>
											<asp:DataList ID="dlTuijianProduct" Runat="server" RepeatColumns="2" Width="100%">
												<ItemTemplate>
													<TABLE cellSpacing="0" cellPadding="2" width="100%" border="0">
														<TR width="50%">
															<TD vAlign="top" colSpan="2">
																<TABLE cellSpacing="0" cellPadding="3" width="100%" border="0">
																	<TR bgColor="#f2f2f2">
																		<TD width="3%"><IMG height="14" src="images/default/items.gif" width="16" align="middle">
																		</TD>
																		<TD class="p9orange" width="97%"><%# DataBinder.Eval(Container.DataItem, "ProductName") %>
																		</TD>
																	</TR>
																</TABLE>
															</TD>
														</TR>
														<TR>
															<TD vAlign="top" width="12%">
																	<TABLE height="0" width="80" border="0">
																		<TR>
																			<TD></TD>
																		</TR>
																	</TABLE>
																	<TABLE height="90" width="0" align="left" border="0">
																		<TR>
																			<TD></TD>
																		</TR>
																	</TABLE>
																	<%# GetThumbMark(DataBinder.Eval(Container.DataItem, "IsThumbMark").ToString()) %><A href='ProductDetail.aspx?productID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG height="90" src='Upload/Products/<%# DataBinder.Eval(Container.DataItem, "ThumbnailImg") %>' width="72" border="0"></A></TD>
															<TD vAlign="top" width="88%">
																<TABLE height="57" cellSpacing="0" cellPadding="2" width="100%" border="0">
																	<TR>
																		<TD class="p9navyblue" vAlign="top">市场价:<%# DataBinder.Eval(Container.DataItem, "MarketPrice","{0:f}") %>
																			会员价:<%# DataBinder.Eval(Container.DataItem, "MemberPrice","{0:f}") %></TD>
																	</TR>
																	<TR>
																		<TD class="p9v" vAlign="top" height="11"><%# DataBinder.Eval(Container.DataItem, "ShortDesc") %></TD>
																	</TR>
																	<TR>
																		<TD class="p9black" vAlign="top" align="right">
																			<TABLE cellSpacing="2" cellPadding="2" border="0">
																				<TR>
																					<TD class="p9orange"><A href="javascript:temp=window.open('ShoppingCart.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>','shopcat','width=700,height=670,scrollbars=yes');temp.focus()">
																							<IMG alt="购买" src="images/default/buy.gif" border="0"></A>
																					</TD>
																					<TD class="p9orange"><A href='ProductDetail.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG alt="详细" src="images/default/details.gif" border="0"></A>
																					</TD>
																					<TD class="p9orange"><A href='Collect.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG alt="收藏" src="images/default/fav.gif" border="0"></A></TD>
																				</TR>
																			</TABLE>
																		</TD>
																	</TR>
																</TABLE>
															</TD>
														</TR>
													</TABLE>
												</ItemTemplate>
											</asp:DataList>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
							<BR>
							<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TBODY>
									<TR>
										<TD width="2%"><IMG height="32" src="images/default/specialgoods-left.gif" width="5"></TD>
										<TD width="2%"><IMG height="32" src="images/default/specialgoods-title.gif" width="82"></TD>
										<TD width="96%" background="images/default/specialgoods-bg.gif">&nbsp;</TD>
									</TR>
								</TBODY>
							</TABLE>
							<TABLE cellSpacing="0" cellPadding="0" width="99%" align="center" border="0">
								<TBODY>
									<TR>
										<TD>
											<asp:DataList ID="dlSpecialProduct" Runat="server" RepeatColumns="2" Width="100%">
												<ItemTemplate>
													<TABLE cellSpacing="0" cellPadding="2" width="100%" border="0">
														<TR width="50%">
															<TD vAlign="top" colSpan="2">
																<TABLE cellSpacing="0" cellPadding="1" width="100%" border="0">
																	<TR>
																		<TD width="3%" bgColor="#f2f2f2"><IMG height="14" src="images/default/items.gif" width="16" align="middle">
																		</TD>
																		<TD class="p9orange" width="97%" bgColor="#f2f2f2"><%# DataBinder.Eval(Container.DataItem, "ProductName") %></TD>
																	</TR>
																</TABLE>
															</TD>
														</TR>
														<TR class="border-b">
															<TD vAlign="top" width="12%">
																	<TABLE height="0" width="80" border="0">
																		<TR>
																			<TD></TD>
																		</TR>
																	</TABLE>
																	<TABLE height="90" width="0" align="left" border="0">
																		<TR>
																			<TD></TD>
																		</TR>
																	</TABLE>
																	<%# GetThumbMark(DataBinder.Eval(Container.DataItem, "IsThumbMark").ToString()) %><A href='ProductDetail.aspx?productID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG height="90" src='Upload/Products/<%# DataBinder.Eval(Container.DataItem, "ThumbnailImg") %>' width="90" border="0"></A></TD>
															<TD vAlign="top" width="88%">
																<TABLE height="57" cellSpacing="0" cellPadding="2" width="100%" border="0">
																	<TR>
																		<TD class="p9v" vAlign="top">市场价:<%# DataBinder.Eval(Container.DataItem, "MarketPrice","{0:f}") %>
																			<BR>
																			会员价:<SPAN class="p9orange"><%# DataBinder.Eval(Container.DataItem, "MemberPrice","{0:f}") %></SPAN></TD>
																	</TR>
																	<TR>
																		<TD class="p9black" vAlign="top" align="right">
																			<TABLE cellSpacing="0" cellPadding="1" border="0">
																				<TR>
																					<TD class="p9orange"><A href="javascript:temp=window.open('ShoppingCart.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>','shopcat','width=700,height=670,scrollbars=yes');temp.focus()">
																							<IMG alt="购买" src="images/default/buy.gif" border="0"></A>
																					</TD>
																					<TD class="p9orange"><A href='ProductDetail.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG alt="详细" src="images/default/details.gif" border="0"></A>
																					</TD>
																					<TD class="p9orange"><A href='Collect.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG alt="收藏" src="images/default/fav.gif" border="0"></A></TD>
																				</TR>
																			</TABLE>
																		</TD>
																	</TR>
																</TABLE>
															</TD>
														</TR>
													</TABLE>
												</ItemTemplate>
											</asp:DataList>
										</TD>
									</TR>
								</TBODY>
							</TABLE>
							<BR>
						</TD> <!-- InstanceEndEditable -->
					</TR>
				</TBODY>
			</TABLE>
		 
			<TABLE class="border-l-r" cellSpacing="0" cellPadding="0" width="780" align="center" border="0">
				<TBODY>
					<TR>
						<TD bgColor="#ffb60c"><IMG height="4" src="images/default/spacer.gif" width="1"></TD>
					</TR>
				</TBODY>
			</TABLE>
			<TABLE class="border-l-r" cellSpacing="0" cellPadding="0" width="780" align="center" border="0">
				<TBODY>
					<TR>
						<TD class="p9black" align="center" height="34"><A href="Help.aspx">常见问题</A> | <A href="javascript:temp=window.open('Articles.aspx?ArticleID=5','Article','width=700,height=500,scrollbars=yes');temp.focus()">
								安全交易</A> | <A href="javascript:temp=window.open('Articles.aspx?ArticleID=6','Article','width=700,height=500,scrollbars=yes');temp.focus()">购买流程</A> | <A href="javascript:temp=window.open('Articles.aspx?ArticleID=7','Article','width=700,height=500,scrollbars=yes');temp.focus()">如何付款</A>
							| <A href="javascript:temp=window.open('Articles.aspx?ArticleID=8','Article','width=700,height=500,scrollbars=yes');temp.focus()">联系我们 </A>
						</TD>
					</TR>
					<TR>
						<TD class="p9v" align="center" height="35">
							<P><BR>
								此系统为SxShop通用型网上商店/商城系统免费下载版</P>
							<P>详情请访问:<A href="http://www.simplex.com.cn/">http://www.simplex.com.cn/</A>
							</P>
							<P><asp:Label ID="lbCopyRight" Runat="server"></asp:Label>
							</P>
						</TD>
					</TR>
				</TBODY>
			</TABLE>
			<TABLE cellSpacing="0" cellPadding="0" width="778" align="center" border="0">
				<TBODY>
					<TR>
						<TD vAlign="top" height="35"><IMG height="26" src="images/default/bottom.gif" width="780"></TD>
					</TR>
				</TBODY>
			</TABLE>
			<P>&nbsp;</P>
			<P>&nbsp;</P>
		</form>
		<script src="count/count.asp"></script>
	</body>
</HTML>

⌨️ 快捷键说明

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