📄 login.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>
<div align="center">
<h1>
后 台 管 理
</h1>
</div>
</td>
</tr>
<tr>
<td nowrap>
<div align="center">
<h4>
商品价格自己定
</h4>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<form name="moon" action="htlogin.do" method="post">
<table width="200" border="0">
<tr>
<td> <span class="STYLE11"><h:errors property="nameerror" /></span></td>
</tr>
<tr>
<td nowrap>
用户名:
<input type="text" name="username">
</td>
</tr>
<tr>
<td nowrap>
密 码:
<input type="password" name="passward">
</td>
</tr>
<tr>
<td nowrap>
角 色:
<select name="role">
<option value="3">
管理员
</option>
<option value="2">
主管
</option>
<option value="1">
员工
</option>
</select>
</td>
</tr>
<tr>
<td>
<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 + -