📄 chgpwdsuccess.jsp.svn-base
字号:
<%@ page import="com.nsi.components.util.LoginuserUtil" %>
<html>
<head>
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="pragma" content="no-cache">
<%
if ( LoginuserUtil.getInstance().isNotLogined(request) )
{
%><meta http-equiv="refresh" content="0; url=/entrance.jsp"><%
}
%>
<title>Achievo-RMS Change Password Success</title>
<link href="../theme/master.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<table width="837" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%">
<h1>Change Password Success</h1>
<p>You have changed the Login Password for Login Name <b><%= LoginuserUtil.getInstance().getLoginid(request) %></b> succesfully.</p>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -