📄 messagepage2.jsp
字号:
<%@ page contentType="text/html;charset=utf-8" language="java"%>
<%@ include file="/common/taglibs.jsp"%>
<html:html>
<head>
<title>
消息页面
</title>
</head>
<link href="images/myStyleClass.css" rel="stylesheet" type="text/css">
<body>
<%@ include file="/common/header.jsp"%>
<center>
<logic:equal name="inf" value="1">
注册成功!
<html:link forward="ToUserLogin"><h2>登陆</h2></html:link>
</logic:equal>
<logic:equal name="inf" value="2">
用户名不能为空!
<html:link forward="ToRegistration"><h2>重新注册</h2></html:link>
</logic:equal>
<logic:equal name="inf" value="3">
密码不能为空!
<html:link forward="ToRegistration"><h2>重新注册</h2></html:link>
</logic:equal>
<logic:equal name="inf" value="4">
请确认密码!
<html:link forward="ToRegistration"><h2>重新注册</h2></html:link>
</logic:equal>
<logic:equal name="inf" value="6">
两次输入密码不一致!
<html:link forward="ToRegistration"><h2>重新注册</h2></html:link>
</logic:equal>
<logic:equal name="inf" value="5">
邮箱为空或格式不正确!
<html:link forward="ToRegistration"><h2>重新注册</h2></html:link>
</logic:equal>
<logic:equal name="inf" value="7">
删除成功!
<html:link action="forummanager.do"><h2>论坛首页</h2></html:link>
</logic:equal>
</center>
<%@ include file="/common/footer.jsp"%>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -