📄 loginsuccess.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">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<title>Achievo-RMS Login Success</title>
<link href="../theme/master.css" rel="stylesheet" type="text/css">
<%
if ( LoginuserUtil.getInstance().isNotLogined(request) )
{
%><meta http-equiv="refresh" content="0; url=/entrance.jsp"><%
}
%>
</head>
<body>
<table width="837" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" class="txt">
<h1>Welcome! <%= LoginuserUtil.getInstance().getLoginusername(request) %></h1>
<p>Now, you have entered into Achievo Netstar Solutions Company - Resource Management System ( Achievo-RMS ). You can use the assigned functions in the left hand panel to perform your tasks. The pre-assigned functions are based on your current user role, department role and project role in the system.</p>
<p>If you don't know how to use the assigned functions, please use the Help link in the left hand panel of each page first. If still having any uncertainty or facing any problem with the system, please contact the System Administrator or Achievo Netstar IT Service Desk.</p>
<p>Please logout after use for security reason. Thanks.</p>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -