📄 addusers.aspx
字号:
<%@ Register TagPrefix="uc2" TagName="head" Src="ascxs/head.ascx" %>
<%@ Page language="c#" Codebehind="Addusers.aspx.cs" AutoEventWireup="false" Inherits="kqxt.Addusers" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Addusers</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body background="image/index_41.gif" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 16px; WIDTH: 1144px; POSITION: absolute; TOP: 48px; HEIGHT: 80px"
cellSpacing="1" cellPadding="1" width="1144" border="0">
<TR>
<TD align="center">
<P><FONT face="宋体">
<TABLE id="Table2" style="WIDTH: 1074px; HEIGHT: 119px" cellSpacing="1" cellPadding="1"
width="1074" border="0">
<TR>
<TD align="center"><uc2:head id="Head1" runat="server"></uc2:head></TD>
</TR>
</TABLE>
</FONT>
</P>
<FONT face="宋体">
<P><asp:hyperlink id="HyperLink1" runat="server" NavigateUrl="update.aspx">修改密码</asp:hyperlink>
<asp:linkbutton id="LinkButton1" runat="server">
<a href="Addclass.aspx">班级管理</a></asp:linkbutton>
<asp:linkbutton id="LinkButton2" runat="server">
<a href="Addteacher.aspx">教师管理</a></asp:linkbutton>
<asp:linkbutton id="LinkButton3" runat="server">
<a href="Addstudent.aspx">学生管理</a>
</asp:linkbutton>
<asp:linkbutton id="LinkButton4" runat="server">
<a href="Addusers.aspx">用户管理</a></asp:linkbutton>
<asp:linkbutton id="LinkButton5" runat="server">课程管理</asp:linkbutton>
<asp:hyperlink id="HyperLink2" runat="server" NavigateUrl="Addclasscourse.aspx">班级课程管理</asp:hyperlink></P>
</FONT>
</TD>
</TR>
</TABLE>
<asp:panel id="Panel1" style="Z-INDEX: 102; LEFT: 264px; POSITION: absolute; TOP: 232px" runat="server"
Height="208px" Width="608px">
<asp:Button id="Button1" runat="server" Width="56px" Text="添加"></asp:Button>
<asp:DataGrid id="DataGrid1" runat="server" Width="608px" Height="168px" AllowPaging="True" PageSize="5"
AutoGenerateColumns="False" BorderColor="#CC9966" BorderStyle="None" BorderWidth="1px"
BackColor="White" CellPadding="4">
<SelectedItemStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedItemStyle>
<ItemStyle ForeColor="#330099" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></HeaderStyle>
<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="usersID" HeaderText="帐号"></asp:BoundColumn>
<asp:BoundColumn DataField="usersPwd" HeaderText="密码"></asp:BoundColumn>
<asp:BoundColumn DataField="powers" HeaderText="权限"></asp:BoundColumn>
<asp:ButtonColumn Text="删除" HeaderText="删除" CommandName="Delete"></asp:ButtonColumn>
<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" HeaderText="编辑" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
</Columns>
<PagerStyle NextPageText="下一页 " PrevPageText="上一页" HorizontalAlign="Center" ForeColor="#330099"
BackColor="#FFFFCC"></PagerStyle>
</asp:DataGrid></asp:panel><asp:panel id="Panel2" style="Z-INDEX: 103; LEFT: 344px; POSITION: absolute; TOP: 480px" runat="server"
Height="96px" Width="608px">
<TABLE id="Table3" style="WIDTH: 392px; HEIGHT: 208px" cellSpacing="1" cellPadding="1"
width="392" border="1">
<TR>
<TD style="WIDTH: 182px; HEIGHT: 50px" align="center">帐号:</TD>
<TD style="HEIGHT: 50px">
<P>
<asp:TextBox id="usersID" runat="server"></asp:TextBox></P>
</TD>
</TR>
<TR>
<TD style="WIDTH: 182px; HEIGHT: 58px" align="center">密码:</TD>
<TD style="HEIGHT: 58px">
<asp:TextBox id="usersPwd" runat="server" TextMode="Password"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 182px; HEIGHT: 57px" align="center">权限:</TD>
<TD style="HEIGHT: 57px">
<asp:DropDownList id="DropDownList1" runat="server" Width="104px">
<asp:ListItem Value="管理员">管理员</asp:ListItem>
<asp:ListItem Value="教师">教师</asp:ListItem>
<asp:ListItem Value="辅导员">辅导员</asp:ListItem>
<asp:ListItem Value="学生">学生</asp:ListItem>
</asp:DropDownList></TD>
</TR>
<TR>
<TD align="center" colSpan="2">
<asp:Button id="Button2" runat="server" Width="53px" Text="添加"></asp:Button>
<asp:Button id="Button3" runat="server" Width="56px" Text="重置"></asp:Button></TD>
</TR>
</TABLE>
</asp:panel></FONT></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -