?? login2.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" import="jinghua.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>在線測試</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<style type="text/css">
<!--
.style3 {
font-size: 18pt;
font-weight: bold;
}
-->
</style>
</head>
<body>
<br>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2"><div align="right"><span class="style3">計算機等級應(yīng)用基礎(chǔ)在線測試系統(tǒng)</span><img src="images/onlinetest.gif" width="208" height="72"></div></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<table width="780" height="25" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#d3add1">
<tr>
<td> </td>
</tr>
</table>
<table width="720" height="22" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><font color="#9999FF"><font color="#74a8d1"><strong>登陸</strong></font></font></td>
</tr>
</table>
<br>
<TABLE width=400 border=1 align="center"
cellSpacing=1 borderColor=#d3add1 id=AutoNumber2 style="BORDER-COLLAPSE: collapse">
<%// String str=response.encodeUrl("/CheckUser.jsp");
String str="CheckUser.jsp";
%>
<FORM language="JavaScript" name="theForm"
METHOD="post" ACTION="CheckUser.jsp"
>
<TBODY>
<TR>
<TD borderColor=#d3add1 width="100%"
background=register.files/admin_bg_1.gif bgColor=#d3add1 height=25> <P align=center><B> <FONT color=#ffffff>用戶登陸</FONT></B></P></TD>
</TR>
<TR>
<TD borderColor=#d3add1 width="100%" bgColor=#fffde8 height=160><p> </p>
<p> 身 份:
<select name="logrole">
<option value="admin">管理員</option>
<option value="teacher">老 師</option>
<option value="student">學(xué) 生</option>
</select>
</p>
<p> 賬 號:
<INPUT type="text" name="logname" maxLength=30 >
</p>
<p> 密 碼:
<INPUT type=password name="password" maxLength=30>
</p>
<div align="center"><BR>
</div></TD>
</TR>
<TR>
<TD width="100%" height=25 align="center" borderColor=#d3add1 bgColor=#fffde8>
<table width="200" border="0">
<tr>
<td><input name=B3 type=submit class="tbbuttonl" value="提 交"></td>
<td> </td>
<td><input name=B32 type=button class="tbbuttonl" value="注冊新考生"></td>
</tr>
</table></TD>
</TR>
</FORM>
</TABLE>
<br>
<%--@ include file="bottom.htm"--%>
<p> </p>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -