JAVAEE-based-parking-manage.../tingchechang/WebContent/denglu.jsp

50 lines
1.6 KiB
Plaintext

<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="1002" height="600" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td valign="top" background="image/login.jpg"><form id="form1"
name="form1" method="post" action="dengluchuli.jsp">
<table width="1002" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="334" height="232">&nbsp;</td>
<td width="668">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="30">账户: <input name="username" type="text"
id="username" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="30">密码: <input name="password" type="password"
id="password" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="30">权限: <select name="quanxian" id="quanxian">
<option value="管理员">管理员</option>
<option value="用户" selected="selected">用户</option>
</select>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="40"><input type="submit" name="Submit"
value="登陆" /> <input type="button" name="Submit2" value="用户注册"
onclick="location.href='reg.jsp'" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>