📄 login.aspx
字号:
<%@ Page language="c#" Codebehind="login.aspx.cs" AutoEventWireup="false" Inherits="tang.login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>login</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 MS_POSITIONING="GridLayout" bgColor="#00ccff">
<form id="Form1" method="post" runat="server">
<asp:label id="Label1" style="Z-INDEX: 101; LEFT: 216px; POSITION: absolute; TOP: 32px" tabIndex="1"
runat="server" Height="40px" Width="544px" Font-Size="XX-Large" Font-Names="微软雅黑">实验室实验教学管理系统</asp:label><asp:button id="Button2" style="Z-INDEX: 105; LEFT: 576px; POSITION: absolute; TOP: 248px" tabIndex="1"
runat="server" Height="20px" Width="60px" Text="登陆"></asp:button><asp:button id="Button1" style="Z-INDEX: 104; LEFT: 400px; POSITION: absolute; TOP: 296px" tabIndex="1"
runat="server" Height="20px" Width="60px" Text="学生注册"></asp:button><asp:textbox id="TextBox2" style="Z-INDEX: 103; LEFT: 456px; POSITION: absolute; TOP: 248px"
tabIndex="1" runat="server" Height="20px" Width="100px" TextMode="Password"></asp:textbox><asp:textbox id="TextBox1" style="Z-INDEX: 102; LEFT: 456px; POSITION: absolute; TOP: 192px"
tabIndex="1" runat="server" Height="20px" Width="100px"></asp:textbox><asp:label id="Label2" style="Z-INDEX: 106; LEFT: 360px; POSITION: absolute; TOP: 328px" runat="server"
Height="16px" Width="272px"></asp:label>
<asp:ImageButton id="ImageButton1" style="Z-INDEX: 107; LEFT: 352px; POSITION: absolute; TOP: 176px"
runat="server" Width="50px" Height="50px" ImageUrl="\tang\images\name.jpg"></asp:ImageButton>
<asp:ImageButton id="ImageButton2" style="Z-INDEX: 108; LEFT: 352px; POSITION: absolute; TOP: 232px"
runat="server" Width="50px" Height="50px" ImageUrl="\tang\images\code.jpg"></asp:ImageButton>
<asp:Label id="Label3" style="Z-INDEX: 109; LEFT: 408px; POSITION: absolute; TOP: 192px" runat="server"
Width="50px" Height="20px">帐号:</asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 110; LEFT: 408px; POSITION: absolute; TOP: 248px" runat="server"
Width="50px" Height="20px">密码:</asp:Label>
<asp:Label id="Label5" style="Z-INDEX: 111; LEFT: 304px; POSITION: absolute; TOP: 368px" runat="server"
Width="352px" Height="20px">本系统是计算机专业实验室的实验教学管理系统!</asp:Label>
<asp:Label id="Label6" style="Z-INDEX: 112; LEFT: 264px; POSITION: absolute; TOP: 392px" runat="server"
Width="432px" Height="8px">首次登陆的学生请您注册,注册完毕后使用学号和密码登陆!</asp:Label>
<asp:RadioButtonList id="RadioButtonList1" style="Z-INDEX: 113; LEFT: 352px; POSITION: absolute; TOP: 120px"
runat="server" Width="224px" Height="32px" RepeatDirection="Horizontal">
<asp:ListItem Value="学生" Selected="True">学生</asp:ListItem>
<asp:ListItem Value="管理员">管理员</asp:ListItem>
<asp:ListItem Value="授课教师">授课教师</asp:ListItem>
</asp:RadioButtonList>
<asp:Button id="Button3" style="Z-INDEX: 114; LEFT: 496px; POSITION: absolute; TOP: 296px" runat="server"
Width="60px" Height="20px" Text="教师注册"></asp:Button></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -