parent
aef0cae73a
commit
281ab6a65c
@ -0,0 +1,21 @@
|
|||||||
|
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
||||||
|
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>登陆成功</title>
|
||||||
|
|
||||||
|
<meta http-equiv="pragma" content="no-cache">
|
||||||
|
<meta http-equiv="cache-control" content="no-cache">
|
||||||
|
<meta http-equiv="expires" content="0">
|
||||||
|
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
||||||
|
<meta http-equiv="description" content="This is my page">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<center><h1>登录成功!!!!</h1></center>
|
||||||
|
<hr>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,17 @@
|
|||||||
|
<%@ page language="java" contentType="text/html; charset=GBK"
|
||||||
|
pageEncoding="GBK"%>
|
||||||
|
<!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=GBK">
|
||||||
|
<title>添加用户页面</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<form action = "AddUserServlet" method = "POST">
|
||||||
|
用户名:<input type = "text" name = "username">
|
||||||
|
密码:<input type = "password" name = "userpass">
|
||||||
|
<input type = "submit" value = "注册">
|
||||||
|
<input type = "reset" value = "重置">
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,150 +1,17 @@
|
|||||||
<p><%@ page language="java" contentType="text/html; charset=utf-8"<br>
|
<%@ page language="java" contentType="text/html; charset=GBK"
|
||||||
pageEncoding="utf-8"%><br>
|
pageEncoding="GBK"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><br>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html><br>
|
<html>
|
||||||
<head><br>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br>
|
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
|
||||||
<title>Insert title here</title><br>
|
<title>登陆页面</title>
|
||||||
</head><br>
|
</head>
|
||||||
<head><br>
|
<body>
|
||||||
<meta charset="utf-8"><br>
|
<form method = "POST" action = "LoginServlet">
|
||||||
<title>登录</title><br>
|
用户名:<input type = "text" name = "username">
|
||||||
<style type="text/css"><br>
|
密码:<input type = "password" name = "userpass">
|
||||||
body{<br>
|
<input type = "submit" value = "登陆">
|
||||||
margin: 0;<br>
|
<input type = "reset" value = "重置">
|
||||||
padding: 0; <br>
|
</form>
|
||||||
background:url(' 图片/timg (4).jpg');<br>
|
</body>
|
||||||
background-position: center;<br>
|
</html>
|
||||||
background-repeat: no-repeat;<br>
|
|
||||||
}<br>
|
|
||||||
input{<br>
|
|
||||||
display: inline-block;<br>
|
|
||||||
background: #fff;<br>
|
|
||||||
}<br>
|
|
||||||
.xzc-title-box{<br>
|
|
||||||
position: absolute;<br>
|
|
||||||
width: 300px;<br>
|
|
||||||
height: 50px;<br>
|
|
||||||
margin-left: 100px;<br>
|
|
||||||
margin-top: 5px;<br>
|
|
||||||
text-align:center;<br>
|
|
||||||
font-size: 28px;<br>
|
|
||||||
font-weight: 800;<br>
|
|
||||||
color: #ff5000;<br>
|
|
||||||
line-height: 50px;<br>
|
|
||||||
}<br>
|
|
||||||
.xzc-login-box{<br>
|
|
||||||
position: relative;<br>
|
|
||||||
height: 400px;<br>
|
|
||||||
width: 500px;<br>
|
|
||||||
top: 50px;<br>
|
|
||||||
margin: 0 auto;<br>
|
|
||||||
z-index: 99999;<br>
|
|
||||||
background: white;<br>
|
|
||||||
border: 7px solid #ccc;<br>
|
|
||||||
}<br>
|
|
||||||
.xzc-username-box{<br>
|
|
||||||
position: absolute;<br>
|
|
||||||
width: 420px;<br>
|
|
||||||
height: 40px;<br>
|
|
||||||
line-height: 40px;<br>
|
|
||||||
margin-top:100px;<br>
|
|
||||||
margin-left:80px;<br>
|
|
||||||
font-weight: 700;<br>
|
|
||||||
}<br>
|
|
||||||
.xzc-username-input{<br>
|
|
||||||
display: inline-block;<br>
|
|
||||||
margin-left: 5px;<br>
|
|
||||||
/*background: green;*/<br>
|
|
||||||
}<br>
|
|
||||||
#username{<br>
|
|
||||||
height: 35px;<br>
|
|
||||||
width: 290px;<br>
|
|
||||||
border: 2px solid #ccc;<br>
|
|
||||||
border-radius: 5px;<br>
|
|
||||||
}<br>
|
|
||||||
</p>
|
|
||||||
<p> .xzc-userPassword-box{<br>
|
|
||||||
position: absolute;<br>
|
|
||||||
width: 420px;<br>
|
|
||||||
height: 40px;<br>
|
|
||||||
line-height: 40px;<br>
|
|
||||||
margin-top:180px;<br>
|
|
||||||
margin-left:80px;<br>
|
|
||||||
font-weight: 700;<br>
|
|
||||||
}<br>
|
|
||||||
.xzc-userPassword-input{<br>
|
|
||||||
display: inline-block;<br>
|
|
||||||
margin-left: 20px;<br>
|
|
||||||
}<br>
|
|
||||||
#userPassword{<br>
|
|
||||||
height: 35px;<br>
|
|
||||||
width: 290px;<br>
|
|
||||||
border: 2px solid #ccc;<br>
|
|
||||||
border-radius: 5px;<br>
|
|
||||||
}<br>
|
|
||||||
.xzc-submit-box{<br>
|
|
||||||
position:absolute;<br>
|
|
||||||
width: 80px;<br>
|
|
||||||
height: 40px;<br>
|
|
||||||
line-height: 40px;<br>
|
|
||||||
margin-top: 30px;<br>
|
|
||||||
margin-left:100px;<br>
|
|
||||||
border-radius: 5px;<br>
|
|
||||||
background: grey;<br>
|
|
||||||
}<br>
|
|
||||||
#xzc-submit-button{<br>
|
|
||||||
display: inline-block;<br>
|
|
||||||
width: 80px;<br>
|
|
||||||
height: 40px;<br>
|
|
||||||
border-radius: 5px;<br>
|
|
||||||
background: #C5C5F8;<br>
|
|
||||||
}<br>
|
|
||||||
.xzc-goGetback-box{<br>
|
|
||||||
position:absolute;<br>
|
|
||||||
width: 150px;<br>
|
|
||||||
height: 20px;<br>
|
|
||||||
margin-top: 80px;<br>
|
|
||||||
margin-left:40px;<br>
|
|
||||||
<br>
|
|
||||||
}<br>
|
|
||||||
.xzc-goback-box<br>
|
|
||||||
{<br>
|
|
||||||
position:absolute;<br>
|
|
||||||
margin-top: 80px;<br>
|
|
||||||
margin-left:200px;<br>
|
|
||||||
<br>
|
|
||||||
}<br>
|
|
||||||
}<br>
|
|
||||||
</style><br>
|
|
||||||
</head></p>
|
|
||||||
<p><body><br>
|
|
||||||
<div class=xzc-login-box><br>
|
|
||||||
<div class=xzc-title-box><br>
|
|
||||||
<span>约球吧</span><br>
|
|
||||||
</div><br>
|
|
||||||
<form action="#" method="post"><br>
|
|
||||||
<div class="xzc-username-box"><br>
|
|
||||||
<label for="username">用户名</label><br>
|
|
||||||
<div class="xzc-username-input"><br>
|
|
||||||
<input type="text" id="username" name="username" placeholder="请输入用户名" /><br>
|
|
||||||
</div><br>
|
|
||||||
</div><br>
|
|
||||||
<div class="xzc-userPassword-box"><br>
|
|
||||||
<label for="userPassword">密码</label><br>
|
|
||||||
<div class="xzc-userPassword-input"><br>
|
|
||||||
<input type="password" id="userPassword" name="userPassword" placeholder="请输入密码" /><br>
|
|
||||||
</div><br>
|
|
||||||
<div class="xzc-submit-box"><br>
|
|
||||||
<input id = "xzc-submit-button" type="submit" value="登录"><br>
|
|
||||||
</div><br>
|
|
||||||
<div class="xzc-goGetback-box"><br>
|
|
||||||
<a href="#" style="text-decoration: none;">忘记密码?去找回</a><br>
|
|
||||||
</div><br>
|
|
||||||
<div class=xzc-goback-box><br>
|
|
||||||
<a href="">返回上一页</a><br>
|
|
||||||
</div><br>
|
|
||||||
</div><br>
|
|
||||||
</div><br>
|
|
||||||
</body></p>
|
|
||||||
<p></html></p>
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue