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

📄 administratorlist.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="AdministratorList.ascx.cs" Inherits="JiSuShop.Web.Admin.Ascx.AdministratorList" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<LINK href="images/default.Css" type="text/css" rel="stylesheet">
<form id="Form1" 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="Administrator.aspx">管理员列表</A></td>
									<td class="Default_Item"><A href="Administrator.aspx?op=1">添加</A></td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
				<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
					<TR>
						<TD><asp:datagrid id="adminList" EnableViewState="False" CssClass="ExtendList" border="1" width="100%"
								cellPadding="0" cellSpacing="0" AutoGenerateColumns="False" Runat="server">
								<ItemStyle HorizontalAlign="Center"></ItemStyle>
								<HeaderStyle HorizontalAlign="Center" CssClass="C_order_title"></HeaderStyle>
								<Columns>
									<asp:BoundColumn Visible="False" DataField="ID"></asp:BoundColumn>
									<asp:BoundColumn DataField="UserName" HeaderText="管理员名"></asp:BoundColumn>
									<asp:BoundColumn DataField="IsSystemAdmin" HeaderText="管理权限"></asp:BoundColumn>
									<asp:BoundColumn DataField="LastLoginIP" HeaderText="最后登录IP"></asp:BoundColumn>
									<asp:BoundColumn DataField="LastLoginTime" HeaderText="最后登录时间"></asp:BoundColumn>
									<asp:BoundColumn DataField="LoginTimes" HeaderText="登录次数"></asp:BoundColumn>
									<asp:BoundColumn DataField="State" HeaderText="状态"></asp:BoundColumn>
									<asp:TemplateColumn HeaderText="操作">
										<ItemTemplate>
											<asp:HyperLink runat="server" id="edit" text="编辑" />
											<asp:LinkButton ID="del" runat="server" text="删除" CommandName="del" />
										</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 + -