美文网首页
user index1.jsp

user index1.jsp

作者: 范哥_a3cb | 来源:发表于2018-11-18 21:45 被阅读0次
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
a:visited {
color: blue;
}
a {
text-decoration: none;
}

#box1 {
width: 1300px;
height: 240px;
margin: 0 auto;
margin-top: 50px;
border: 0.2px solid #CCCCCC;
postion: fixed;
top: 50px;
}

#image {
background-image: url("mountain5.jpg");
width: 1200px;
height: 200px;
margin-top: 20px;
margin-left: 50px;
}

#box2, #box3, #box4,#box6{
width: 140px;
height: 50px;
border: 0.2px solid #CCCCCC;
text-align: center;
line-height: 50px;
margin-top: 30px;
margin-left: 140px;

}

#box2 {
margin-top: 100px;
}

#box5 {
border: 0.1px solid #CCCCCC;
height: 400px;
width: 920px;
float: right;
margin-top: -340px;
margin-right: 120px;

}

#title {
color: #ccc;
padding-top:170px;
}
</style>
</head>
<body>
<form action="ordinaryServlet" method="post">
<div id="box1">
<div id="image">
<div id="title">欢迎您登录:&nbsp&nbsp${user.username}&nbsp&nbsp&nbsp&nbsp您的邮箱:&nbsp&nbsp${user.email}&nbsp&nbsp&nbsp&nbsp您的权限是:  普通用户</div>
</div>
</div>
<div>
<div id="box2">
<a href="selectMe.jsp" target="menuFrame">用户查询</a>
</div>
<div id="box3">
<a href="updateMe.jsp" target="menuFrame">用户修改</a>
</div>
 <div id="box6">
<a href="UpdatePwd.jsp" target="menuFrame">修改密码</a>
</div>
<div id="box4">
   <a href="javascript:window.location.href='${pageContext.request.contextPath}/login.jsp'">用户退出</a>
</div>
<div id="box5">
<iframe name="menuFrame" id="menuFrame" src="selectUser.jsp"
frameborder="0" width="100%" height="100%"></iframe>
<iframe name="menuFrame" id="menuFrame1" src="selectUser.jsp"
frameborder="0" width="100%" height="100%"></iframe>
<iframe name="menuFrame" id="menuFrame2" src="selectUser.jsp"
frameborder="0" width="100%" height="100%"></iframe>
</div>
</div>
</form>
</body>
</html>

相关文章

网友评论

      本文标题:user index1.jsp

      本文链接:https://www.haomeiwen.com/subject/afgxfqtx.html