showgoodsimage.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 20 行

ASCX
20
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ShowGoodsImage.ascx.cs" Inherits="JiSuShop.Web.Skin.ShowGoodsImage" %>
<table class="ShowGoods_Item03" width="100%" cellSpacing="0" cellPadding="0" border="0">
	<tr>
		<td class="ShowGoods_Item03_Title" style="background:url(Skin/Beautiful/Images/NewGoods_05.gif) repeat-x left bottom; font-weight:bold; height:34px;"><img src="Skin/Beautiful/Images/icon08.gif" hspace="3" align="absMiddle">商品图片</td>
	</tr>
	<tr>
		<td class="ShowGoods_Item03_Text">
			<ul>
				<asp:DataList RepeatColumns=5 Width=100% Runat="server" ID="GoodsImagesDataList">
					<ItemTemplate>
						<asp:Image Runat="server" ID="GoodsImage"></asp:Image>
					</ItemTemplate>
				</asp:DataList>
			</ul>
		</td>
	</tr>
</table>
<style>
	.ShowGoods_Item03_Text img{cursor:hand;}
</style>

⌨️ 快捷键说明

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