?? login.aspx
字號:
<%@ Page language="c#" Codebehind="login.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.WebForm1" %>
<!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" ms_positioning="GridLayout" onload="load_focus()">
<form id="Login" method="post" runat="server">
<table width="1000" bgColor="#9999ff" border="0">
<tr>
<td width="950" background="images\3.jpg" height="164"> </td>
</tr>
<tr>
<td align="right"><A href="about.html" target="_blank">關(guān)于本考試系統(tǒng)</A></td>
</tr>
<tr>
<td bgColor="#9999ff" height="300">
<table style="WIDTH: 251px; HEIGHT: 166px" borderColor="#66cc99" borderColorDark="#6699ff"
width="251" 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="學(xué)生">學(xué)生</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>
</td>
</tr>
<tr bgColor="#9999ff">
<td height="200"></td>
</tr>
</table>
</form>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -