📄 error.jsp
字号:
<html>
<head>
<title>MVNForum Demo Single Sign On, Realm - Login Error Message</title>
<link href="<%=response.encodeURL(request.getContextPath() + "/mvnplugin/mvnforum/css/style.css")%>" rel="stylesheet" type="text/css">
</head>
<body>
<form method="POST" action="<%= response.encodeURL("j_security_check") %>">
<table width="100%" height="100%">
<tr>
<td>
<table width="50%" class="tborder" cellspacing="1" cellpadding="3" align="center">
<tr>
<td align="left" class="theader">MVN Forum Demo Single Sign On, Realm - Login Error Message</td>
</tr>
<tr>
<td class="trow1">
You entered invalid username and/or password, please try
<a class="command" href="<%= response.encodeURL("login.jsp") %>">again</a>? <br/>
No, I would like to <a class="command" href="<%=request.getContextPath()%>">enter MVNForum</a> without login.
<br/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -