📄 user_register_success.jsp
字号:
<%@page contentType="text/html;charset=gbk" %>
<html>
<head>
<title>ums-register-success</title>
<link href="${pageContext.request.contextPath}/style/style.css" rel="stylesheet" type="text/css">
</head>
<body background="${pageContext.request.contextPath}/images/body_main.gif" topmargin="0" leftmargin="0">
<jsp:include page="/header.jsp" />
<table border="0" cellspacing="0" cellpadding="3" width="100%">
<tr>
<td height="40">
<font color="blue"><b>您的位置:</b></font>
<font color="blue"><b>-> 新用户注册</b></font>
</td>
</tr>
</table>
<br>
<table border="1" width="350" align="center" cellspacing="0" cellpadding="3" bgcolor="#FFFFFF">
<tr>
<td height="50" align="center">恭喜您,注册成功!请<a href="${pageContext.request.contextPath}/login.jsp">登录</a></td>
</tr>
</table>
<jsp:include page="/footer.jsp" />
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -