📄 s_password.aspx
字号:
<%@ Page language="c#" Codebehind="S_password.aspx.cs" AutoEventWireup="false" Inherits="Supermart.S_password" %>
<%@ Register TagPrefix="uc1" TagName="C_Navigation1" Src="C_Navigation1.ascx" %>
<%@ Register TagPrefix="uc1" TagName="C_Navigation2" Src="C_Navigation2.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>S_password</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<table style="WIDTH: 803px; HEIGHT: 582px" height="582" cellSpacing="0" cellPadding="0"
width="803" align="center" border="0">
<tr>
<td colSpan="4" height="128">
<P align="center"><EM>
<asp:Image id="Image4" runat="server" ImageUrl="IMAGE/header.jpg"></asp:Image></EM></P>
</td>
</tr>
<tr>
<td style="HEIGHT: 61px" bgColor="#ffffff" colSpan="4" height="61" vAlign="top">
<uc1:C_Navigation1 id="C_Navigation11" runat="server"></uc1:C_Navigation1></td>
</tr>
<tr>
<td style="HEIGHT: 5px" bgColor="#ffffff" colSpan="4" height="5">
<asp:Image id="Image1" runat="server" ImageUrl="IMAGE/line上.jpg"></asp:Image></td>
</tr>
<tr>
<td style="WIDTH: 9px; HEIGHT: 298px" align="left" width="9" bgColor="#ffffff" background="IMAGE/line左右.jpg"></td>
<td style="WIDTH: 155px; HEIGHT: 298px" align="left" width="155" height="298" vAlign="top">
<uc1:C_Navigation2 id="C_Navigation21" runat="server"></uc1:C_Navigation2></td>
<td style="HEIGHT: 298px" vAlign="top" width="7" bgColor="#ffffff" height="298" background="IMAGE/line左右.jpg"></td>
<td style="HEIGHT: 298px" width="641" height="298" vAlign="top">
<TABLE id="Table1" style="WIDTH: 634px; HEIGHT: 190px" cellSpacing="0" cellPadding="0"
width="634" border="0">
<TR>
<TD style="HEIGHT: 46px" bgColor="#99ccff" colSpan="2"><FONT size="5"><STRONG>口令权限</STRONG></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 643px; HEIGHT: 26px" bgColor="#ccccff" colSpan="2">用户名:
<asp:TextBox id="txt_username" runat="server" Width="52px"></asp:TextBox> 口令:
<asp:TextBox id="txt_userpwd" runat="server" Width="52px"></asp:TextBox> 姓名:
<asp:TextBox id="txt_relname" runat="server" Width="54px"></asp:TextBox> 电话
<asp:TextBox id="txt_phone" runat="server" Width="80px"></asp:TextBox>
<asp:Button id="btn_putin" runat="server" Text="添加"></asp:Button></TD>
</TR>
<TR>
<TD vAlign="top" align="right" colSpan="2"><asp:datagrid id="personnellist" runat="server" Width="636px" CellPadding="4" BackColor="White"
BorderWidth="1px" BorderStyle="None" BorderColor="#CC9966" AutoGenerateColumns="False" PageSize="6" AllowPaging="True">
<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
<SelectedItemStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedItemStyle>
<ItemStyle ForeColor="#330099" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="perName" ReadOnly="True" HeaderText="用户名">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="perPwd" HeaderText="用户口令">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="relName" ReadOnly="True" HeaderText="真实姓名">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="phone" ReadOnly="True" HeaderText="电话">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="department" HeaderText="职务">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:TemplateColumn HeaderText="操作">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle Wrap="False" HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<asp:LinkButton id="Linkbutton1" runat="server" CausesValidation="false" CommandName="Edit" Text="编辑"></asp:LinkButton>
</ItemTemplate>
<EditItemTemplate>
<asp:LinkButton id="Linkbutton2" runat="server" CommandName="Update" Text="更新"></asp:LinkButton>
<asp:LinkButton id="Linkbutton3" runat="server" CausesValidation="false" CommandName="Cancel" Text="取消"></asp:LinkButton>
</EditItemTemplate>
</asp:TemplateColumn>
<asp:ButtonColumn Text="删除" CommandName="Delete">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:ButtonColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Center" ForeColor="#330099"
BackColor="#FFFFCC"></PagerStyle>
</asp:datagrid>
</TD>
</TR>
</TABLE>
</td>
</tr>
<tr>
<td style="HEIGHT: 9px" align="left" colSpan="4"><asp:image id="Image2" runat="server" ImageUrl="IMAGE/footer.jpg"></asp:image></td>
</tr>
</table>
</TD></TR>
<tr>
<td style="HEIGHT: 9px" align="left" colSpan="4"></td>
</tr>
</TABLE></TD></TR>
<tr>
<td style="HEIGHT: 9px" align="left" colSpan="4"></td>
</tr>
</TABLE> </FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -