Replace VisionUnsHSBC.jsp

parent df18953f
...@@ -10,7 +10,7 @@ UserInfoBean userInfo = null; ...@@ -10,7 +10,7 @@ UserInfoBean userInfo = null;
String message = ""; String message = "";
try try
{ {
String url = "/ibase/webitm/jsp/VisionUnsHSBC.jsp"; String url = "/ibase/jsp/VisionUnsHSBC.jsp";
userInfo = (UserInfoBean)session.getAttribute("USER_INFO"); userInfo = (UserInfoBean)session.getAttribute("USER_INFO");
BaseLogger.log("3",null,null,"In VisionUnsHSBC.jsp userInfo:["+userInfo+"]"); BaseLogger.log("3",null,null,"In VisionUnsHSBC.jsp userInfo:["+userInfo+"]");
if( userInfo == null ) if( userInfo == null )
...@@ -97,7 +97,9 @@ button:hover { ...@@ -97,7 +97,9 @@ button:hover {
margin-top: 10%; margin-top: 10%;
} }
#result {
margin-top: 2em;
}
</style> </style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment