⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.jsp

📁 交易撮合系统 v1.0 交易撮合系统 v1.0
💻 JSP
字号:
<%@ page language="java" pageEncoding="GB18030"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="h"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>交易撮合后台管理</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.STYLE11 {	
	font-size: 12px;
	color: #FF0000;
}
-->
</style>
	</head>
	<body>
		<table width="1024" height="695" border="0" align="center"
			background="images/10.jpg">
			<tr>
				<td>
					<table width="200" border="0">
						<tr>
							<td>
								&nbsp;
								<div align="center">
									<h1>
										&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
										&nbsp;后&nbsp;台&nbsp;管&nbsp;理
									</h1>
								</div>
							</td>
						</tr>
						<tr>
							<td nowrap>
								&nbsp;
								<div align="center">
									<h4>
										&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
										商品价格自己定
									</h4>
								</div>
							</td>
						</tr>
					</table>
				</td>
			</tr>

			<tr>
				<td>
					<form name="moon" action="htlogin.do" method="post">
						<table width="200" border="0">
						    <tr>
						        <td>&nbsp;<span class="STYLE11"><h:errors property="nameerror" /></span></td>
						    </tr>
							<tr>
								<td nowrap>
									&nbsp;用户名:
									<input type="text" name="username">
								</td>
							</tr>
							<tr>
								<td nowrap>
									&nbsp;密&nbsp;&nbsp;码:
									<input type="password" name="passward">
								</td>
							</tr>
							<tr>
								<td nowrap>
									&nbsp;角&nbsp;&nbsp;色:
									<select name="role">
										<option value="3">
											管理员
										</option>
										<option value="2">
											主管
										</option>
										<option value="1">
											员工
										</option>
									</select>
								</td>
							</tr>
							<tr>
								<td>
									&nbsp;
									<div align="right">
										<input type="submit" value="提 交">
									</div>
								</td>
							</tr>
						</table>
					</form>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -