error.jsp

来自「免费的java企业级论坛可执行程序」· JSP 代码 · 共 30 行

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