Init
This commit is contained in:
22
web/login.jsp
Normal file
22
web/login.jsp
Normal file
@@ -0,0 +1,22 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: mayikt
|
||||
Date: 2022/6/6
|
||||
Time: 17:12
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>登录测试页面</title>
|
||||
<form action="/JavaWeb_Login_Register_war_exploded/login" method="post">
|
||||
<label>用户名: </label><input type="text" name="userName" value="${cookie.userName.value}"/><br>
|
||||
<label>密 码 : </label><input type="password" name="userPwd" value="${cookie.userPwd.value}"/><br>
|
||||
<label>记住密码: </label><input type="checkbox" name="rememberPassword"/><br>
|
||||
${errorMsg}
|
||||
<input type="submit" value="登录 "/>
|
||||
</form>
|
||||
|
||||
</head>
|
||||
</html>
|
Reference in New Issue
Block a user