Skip to content

Commit

Permalink
update register-success
Browse files Browse the repository at this point in the history
  • Loading branch information
iCodingStar committed Aug 15, 2016
1 parent 47229fd commit 44249a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/WEB-INF/jsp/web/member/register-success.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>学院介绍</title>
<title>注册成功</title>
<meta http-equiv="refresh" content="2;url=${pageContext.request.contextPath}/MemberCenter/Index" />
<jsp:include page="../../common/head.jsp"></jsp:include>
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/login.css">
</head>
Expand All @@ -12,7 +13,7 @@
<!--close-top-Header-menu-->
<div class="user">
<div style="margin-left: 60px;"><img src="${pageContext.request.contextPath}/img/member_center/success.png"></div>
<a href="login.jsp"
<a href="${pageContext.request.contextPath}/MemberCenter/Index"
style="display:block;background:url(${pageContext.request.contextPath}/img/member_center/p5.png);width:462px;height:51px;margin-left: -45px;margin-top: 50px;"></a>
</div>
<jsp:include page="../../common/footer.jsp"/>
Expand Down

0 comments on commit 44249a1

Please sign in to comment.