messagepage2.jsp

来自「mysql+stuts jdbc连接数据库 BBS论坛」· JSP 代码 · 共 52 行

JSP
52
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?