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

📄 goodsextendview.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ Control CodeBehind="GoodsExtendView.ascx.cs" Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Admin.Ascx.GoodsExtendView" %>
<link type="text/css" rel="stylesheet" href="images/default.Css">
	<form runat="server">
		<table cellSpacing="0" cellPadding="0" width="99%" align="center" border="0">
			<tr>
				<td class="C_Left_03" vAlign="top" width="8"><IMG height="7" src="Images/JiSu_Admin_22.gif" width="8"></td>
				<td class="C_Left_01">&nbsp;</td>
				<td class="C_Left_04" vAlign="top" width="8"><IMG height="7" src="Images/JiSu_Admin_25.gif" width="8"></td>
			</tr>
			<tr>
				<td class="C_Left_03">&nbsp;</td>
				<td class="C_Middle">
					<table class="SubMenu_Item" cellSpacing="0" cellPadding="0" width="100%" border="0">
						<tr>
							<td>
								<table cellSpacing="0" cellPadding="0" border="0">
									<tr>
										<td class="Current_Item"><a href="GoodsExtend.aspx?op=0">属性列表</a></td>
										<td class="Default_Item"><a href="GoodsExtend.aspx?op=1">添加属性</a></td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
					<TABLE width="100%" border="0" align="center" cellPadding="0" cellSpacing="0">
						<TR>
							<TD>
								<asp:DataGrid Runat="server" ID="ExtendList" AutoGenerateColumns="False" cellSpacing="0" cellPadding="0"
									width="100%" border="1" CssClass="ExtendList">
									<HeaderStyle HorizontalAlign="Center" CssClass="C_order_title"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
									<Columns>
										<asp:TemplateColumn HeaderText="属性名"></asp:TemplateColumn>
										<asp:TemplateColumn ItemStyle-width="60" HeaderText="输入方式"></asp:TemplateColumn>
										<asp:TemplateColumn HeaderText="选项内容" ItemStyle-HorizontalAlign="Left"></asp:TemplateColumn>
										<asp:TemplateColumn HeaderText="所属商品类别"></asp:TemplateColumn>
										<asp:TemplateColumn HeaderText="排列顺序">
											<ItemTemplate>
												<asp:LinkButton id="Up" runat="server" CommandName="Up" CausesValidation="False">
													<img src="Images/up1.gif" title="上移"></asp:LinkButton>
												<asp:LinkButton id="Down" runat="server" CommandName="Down" CausesValidation="False">
													<img src="Images/down1.gif" title="下移"></asp:LinkButton>
											</ItemTemplate>
										</asp:TemplateColumn>
										<asp:TemplateColumn HeaderText="操作">
											<ItemTemplate>
												<asp:HyperLink runat="server" id="edit" text="编辑" />
												<asp:HyperLink runat="server" id="delete" text="删除" />
											</ItemTemplate>
										</asp:TemplateColumn>
									</Columns>
								</asp:DataGrid>
							</TD>
						</TR>
					</TABLE>
				</td>
				<td class="C_Left_04">&nbsp;</td>
			</tr>
			<tr>
				<td class="C_Left_03" vAlign="bottom" width="8"><IMG height="8" src="Images/JiSu_Admin_48.gif" width="8"></td>
				<td class="C_Left_02">&nbsp;</td>
				<td class="C_Left_04" vAlign="bottom" width="8"><IMG height="8" src="Images/JiSu_Admin_51.gif" width="8"></td>
			</tr>
		</table>
	</form>

⌨️ 快捷键说明

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