📄 login.aspx
字号:
<%@ Page language="c#" Inherits="TestOnline.WebForm1" CodeFile="login.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>用户登录</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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">BODY { BACKGROUND-IMAGE: none; MARGIN: 0px }
</style>
<script language="javascript">
function load_focus()
{
document.Login.Textbox_stuId.focus();
}
</script>
</HEAD>
<body leftMargin="0" onload="load_focus()">
<form id="Login" method="post" runat="server">
<table width="1000" bgColor="#9999ff" border="0">
<tr>
<td width="950" height="164"> </td>
</tr>
<tr>
<td align="right"><A href="about.html" target="_blank">关于本考试系统</A></td>
</tr>
<tr>
<td bgColor="#9999ff" height="300">
<table style="WIDTH: 471px; HEIGHT: 166px" borderColor="#66cc99" borderColorDark="#6699ff" align="center" border="1">
<tr>
<td style="WIDTH: 238px"><IMG height="34" src="images/login.jpg" width="112"></td>
<td style="width: 213px"> </td>
</tr>
<tr>
<td style="WIDTH: 238px">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px">用户名:</DIV>
</td>
<td style="width: 213px">
<asp:textbox id="Textbox_stuId" runat="server" BorderStyle="Groove" Width="112px"></asp:textbox></td>
</tr>
<tr>
<td style="WIDTH: 238px; HEIGHT: 35px">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px"><FONT face="宋体"> 密
码:</FONT></DIV>
</td>
<td style="HEIGHT: 35px; width: 213px;">
<asp:textbox id="Textbox_userPwd" runat="server" BorderStyle="Groove" Width="112px" TextMode="Password"
BackColor="White"></asp:textbox></td>
</tr>
<tr>
<td style="WIDTH: 238px; HEIGHT: 26px">
<DIV style="DISPLAY: inline; WIDTH: 88px; HEIGHT: 20px">选择角色:</DIV>
</td>
<td style="HEIGHT: 26px; width: 213px;">
<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: 238px"> <FONT face="宋体">
<asp:imagebutton id="ImageButton1" runat="server" ImageUrl="images\btn_sure_1.gif" ></asp:imagebutton></FONT></td>
<td style="width: 213px"><FONT face="宋体"> </FONT>
<asp:imagebutton id="ImageButton2" runat="server" ImageUrl="images\btn_reinstall_1.gif"></asp:imagebutton></td>
</tr>
</table>
</td>
</tr>
<tr bgColor="#9999ff">
<td height="200"></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -