chgpwdsuccess.jsp.svn-base
来自「一个timesheet程序,用来统计开发人员的度量衡web在线程序.用于软件行业」· SVN-BASE 代码 · 共 25 行
SVN-BASE
25 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?