页面文件

dependabot/maven/spring.version-5.2.2.RELEASE
Bingyue 9 years ago
parent 9c08ec3b1f
commit 085f7d1865
  1. 17
      WebContent/login.jsp
  2. 11
      WebContent/result.jsp

@ -0,0 +1,17 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!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=UTF-8">
<title>Login Page!</title>
</head>
<body>
<form action="login">
用户:<input id="username" name="username" type="text"></input><br>
密码:<input id="username" name="password" type="password"></input><br>
<input type="submit" value="登录">
</form>
</body>
</html>

@ -0,0 +1,11 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!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=UTF-8">
<title>Result Page!</title>
</head>
<body>
${validation }
</body>
</html>
Loading…
Cancel
Save