From 69ac198e96cbfdd45debd78c043611442f446a9d Mon Sep 17 00:00:00 2001 From: Paramita Pahari Date: Thu, 13 Mar 2025 09:41:51 +0000 Subject: [PATCH] Add Welcome.jsp --- Welcome.jsp | 614 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 614 insertions(+) create mode 100644 Welcome.jsp diff --git a/Welcome.jsp b/Welcome.jsp new file mode 100644 index 0000000..3360512 --- /dev/null +++ b/Welcome.jsp @@ -0,0 +1,614 @@ +<%@page contentType="text/html" pageEncoding="UTF-8"%> + + + + + + + + IFSS | Home + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <% + String ModuleName = new String(); + + ModuleName = (String) session.getAttribute("moduleName"); + String role = (String) session.getAttribute("userRole"); + String pacsId = (String) session.getAttribute("pacsId"); + String holidayList = (String) session.getAttribute("holidayList"); + String kccBalanceTransfer = (String) session.getAttribute("kccBalanceTransfer"); + String broadcastMessage = (String)session.getAttribute("returnMessage"); + +// added by chhanda on 29/8/24 + String user = (String) session.getAttribute("user"); + String pacsName = (String) session.getAttribute("pacsName"); + String UserName = (String) session.getAttribute("UserName"); + String Mobile = (String) session.getAttribute("Mobile"); + + + %> + + + +
"> + + +
+ +
+