📄 login.aspx
字号:
<%@ Page language="c#" Codebehind="login.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.WebFormLog" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebFormLog</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 MS_POSITIONING="GridLayout" background="images\aq.bmp">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 100; LEFT: 80px; WIDTH: 391px; POSITION: absolute; TOP: 160px; HEIGHT: 218px"
borderColor="#66cc99" borderColorDark="#6699ff" width="391" align="center" border="1">
<TR>
<TD style="WIDTH: 151px"><IMG height="34" src="images/login.jpg" width="112"></TD>
<TD> </TD>
</TR>
<TR>
<TD style="WIDTH: 151px" width="151">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">用户名:</DIV>
</TD>
<TD width="137">
<asp:textbox id="Textbox_stuId" runat="server" BorderStyle="Groove" Width="112px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 151px; HEIGHT: 35px">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout"><FONT face="宋体"> 密
码:</FONT></DIV>
</TD>
<TD style="HEIGHT: 35px">
<asp:textbox id="Textbox_userPwd" runat="server" BorderStyle="Groove" Width="112px" TextMode="Password"
BackColor="White"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 151px; HEIGHT: 26px">
<DIV style="DISPLAY: inline; WIDTH: 88px; HEIGHT: 20px" ms_positioning="FlowLayout">选择角色:</DIV>
</TD>
<TD style="HEIGHT: 26px">
<asp:dropdownlist id="DropDownList1" runat="server">
<asp:ListItem Value="学生">学生</asp:ListItem>
<asp:ListItem Value="教师">教师</asp:ListItem>
<asp:ListItem Value="管理员">管理员</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR>
<TD style="WIDTH: 166px"> <FONT face="宋体">
<asp:imagebutton id="ImageButton1" runat="server" ImageUrl="images\btn_sure_1.gif"></asp:imagebutton></FONT></TD>
<TD><FONT face="宋体"> </FONT>
<asp:imagebutton id="ImageButton2" runat="server" ImageUrl="images\btn_reinstall_1.gif"></asp:imagebutton></TD>
</TR>
</TABLE>
<asp:HyperLink id="HyperLink3" style="Z-INDEX: 104; LEFT: 320px; POSITION: absolute; TOP: 80px"
runat="server" Width="104px" Height="16px" ForeColor="Black" NavigateUrl="createTest.aspx">考试结果查询</asp:HyperLink>
<asp:HyperLink id="HyperLink2" style="Z-INDEX: 103; LEFT: 168px; POSITION: absolute; TOP: 80px"
runat="server" Width="88px" Height="16px" ForeColor="Black">找回密码</asp:HyperLink>
<asp:HyperLink id="HyperLink1" style="Z-INDEX: 102; LEFT: 24px; POSITION: absolute; TOP: 80px"
runat="server" Width="96px" Height="16px" ForeColor="Black">修改个人信息</asp:HyperLink>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -