HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
Set-Cookie: ASP.NET_SessionId=kpo0yihl344xr02ldbptcu2y; path=/; HttpOnly; SameSite=Lax
X-AspNetMvc-Version: 4.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 07 Nov 2024 02:10:39 GMT
Connection: close
Content-Length: 14598
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ShampanVAT</title>
<link href="/Images/GDIC/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta name="viewport" content="width=device-width" />
<script src="/assets/javascripts/jQuery2.1.4.js"></script>
<link href="/assets/NewFolder1/dataTables/demo_table.css" rel="stylesheet" />
<link href="/assets/css/demo_table.css" rel="stylesheet" type="text/css" />
<link href="/assets/css/demo_table_jui.css" rel="stylesheet" type="text/css" />
<link href="/assets/stylesheets/dataTables.responsive.css" rel="stylesheet" />
<link href="/assets/css/menu.css" rel="stylesheet" />
<link href="/assets/css/jquery-ui.css" rel="stylesheet" />
<link href="/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="/assets/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="/assets/css/toastr.css" rel="stylesheet" />
<link href="/assets/stylesheets/common.css" rel="stylesheet" />
<link href="/assets/stylesheets/font-awesome.css" rel="stylesheet" />
<link href="/assets/css/jquery.ptTimeSelect.css" rel="stylesheet" />
<link href="/assets/css/SymphonyBtn.css" rel="stylesheet" />
<link href="/assets/css/dataTables.colVis.css" rel="stylesheet" />
<link href="/assets/css/select2.css" rel="stylesheet" />
<link href="/Content/site.css" rel="stylesheet"/>
<script>
$(document).ready(function () {
toastr.options.positionClass = 'toast-top-center';
var permission = '';
if (permission == "False") {
toastr.error('You Do not have permission to access', 'Permission deny')
;
}
else {
}
var result = '';
result = result.split("~");
if (result[0] == "Success") {
toastr.success(result[1], 'Shampan Sage')
}
else if (result[0] == "Fail") {
toastr.error(result[1], 'Shampan Sage')
;
}
else if (result[0] == "Info") {
toastr.info(result[1], 'Shampan Sage')
;
}
else if (result[0] == "Warning") {
toastr.warning(result[1], 'Shampan Sage')
;
}
$(".selectDropdown").select2();
$(".selectDropdown").trigger('change');
$(".selectDropdown").removeClass('form-control');
function goBack() {
window.history.back();
}
var url = "";
$(".dialog-alert").dialog({
autoOpen: false,
resizable: false,
//height: 170,
title: 'Shampan VAT',
width: 350,
show: {
effect: 'drop', direction: "up", effect: "blind",
duration: 300
},
hide: {
effect: "explode",
duration: 300
},
modal: true,
draggable: true,
open: function (event, ui) {
$(".ui-dialog-titlebar-close").hide();
var msg = '';
msg = msg.split("~");
$(".ui-dialog").addClass('' + msg[0]);
$(".msgg").html("" + msg[1]);
},
buttons: {
"OK": function () {
$(this).dialog("close");
window.location.reload(true);
},
"Cancel": function () {
$(this).dialog("close");
window.location.reload(true);
}
}
});
if ('' != "") {
var msg = '';
TempData.Remove("msg");
msg = msg.split("~");
ShowResult(msg[0], msg[1]);
}
$(".dialog-create").dialog({
title: 'Create',
autoOpen: false,
resizable: false,
width: 400,
show: {
effect: 'drop', direction: "up", effect: "blind",
duration: 300
},
hide: {
effect: "explode",
duration: 300
},
modal: true,
draggable: true,
open: function (event, ui) {
$(".ui-dialog-titlebar-close").hide();
$(".ui-dialog").removeClass('Success');
$(".ui-dialog").removeClass('Fail');
$(this).load(url);
}
});
$(".dialog-edit").dialog({
title: 'Update',
autoOpen: false,
resizable: false,
width: 400,
show: {
effect: 'drop', direction: "up", effect: "blind",
duration: 300
},
hide: {
effect: "explode",
duration: 300
},
modal: true,
draggable: true,
open: function (event, ui) {
$(".ui-dialog-titlebar-close").hide();
$(".ui-dialog").removeClass('Success');
$(".ui-dialog").removeClass('Fail');
$(this).load(url);
}
});
$(".dialog-confirm").dialog({
autoOpen: false,
resizable: false,
title: 'Shampan VAT',
height: 170,
width: 350,
show: {
effect: 'drop', direction: "up", effect: "blind",
duration: 300
},
hide: {
effect: "explode",
duration: 300
},
modal: true,
draggable: true,
open: function (event, ui) {
$(".ui-dialog-titlebar-close").hide();
$(".ui-dialog").removeClass('Success');
$(".ui-dialog").removeClass('Fail');
},
buttons: {
"OK": function () {
$(this).dialog("close");
window.location.href = url;
},
"Cancel": function () {
$(this).dialog("close");
}
}
});
$(".dialog-detail").dialog({
title: 'View User',
autoOpen: false,
resizable: false,
width: 400,
show: {
effect: 'drop', direction: "up", effect: "blind",
duration: 300
},
hide: {
effect: "explode",
duration: 300
},
modal: true,
draggable: true,
open: function (event, ui) {
$(".ui-dialog-titlebar-close").hide();
$(this).load(url);
},
buttons: {
"Close": function () {
$(this).dialog("close");
}
}
});
$(".dialog-report").dialog({
title: 'Report',
autoOpen: false,
resizable: false,
width: 400,
show: {
effect: 'drop', direction: "up", effect: "blind",
duration: 300
},
hide: {
effect: "explode",
duration: 300
},
modal: true,
draggable: true,
open: function (event, ui) {
$(".ui-dialog-titlebar-close").hide();
$(".ui-dialog").removeClass('Success');
$(".ui-dialog").removeClass('Fail');
$(this).load(url);
}
});
$(".lnkCreate").live("click", function (e) {
url = $(this).attr('href');
$(".dialog-create").dialog('open');
return false;
});
$(".btnCreate").live("click", function (e) {
url = $(this).attr('data-url');
$(".dialog-create").dialog('open');
return false;
});
$(".lnkEdit").live("click", function (e) {
url = $(this).attr('href');
$(".dialog-edit").dialog('open');
return false;
});
$(".lnkDelete").live("click", function (e) {
url = $(this).attr('href');
$(".dialog-confirm").dialog('open');
return false;
});
$(".lnkDetail").live("click", function (e) {
url = $(this).attr('href');
$(".dialog-detail").dialog('open');
return false;
});
$(".btncancel").live("click", function (e) {
$(".dialog-edit").dialog("close");
$(".dialog-create").dialog("close");
return false;
});
$(".btnReport").live("click", function (e) {
url = $(this).attr('data-url');
$(".dialog-report").dialog('open');
return false;
});
$(".loading").fadeOut(200).hide("slow")
});
</script>
</head>
<body>
<div class="loading">
<img src="/Images/squares.gif" />
</div>
<div id="hrcss1">
<div style="min-height: 500px">
<link href="/assets/css/loginform.css" rel="stylesheet" />
<style>
.parentDiv {
position: relative;
}
.addOnDiv {
position: absolute;
background-color:grey;
z-index:5;
margin:0 auto 0 -130px;
font-weight:300;
font-size:18px;
padding:15px 12px;
text-align:center;
width:40px;
}
</style>
<div class="wrapper">
<div class="container">
<img src="/Images/symphonyLogo.png" width="250px" style="margin:0 auto"/>
<form Id="frmGLUser" action="/VMS/Home/Login" enctype="multipart/form-data" method="post"> <div class=" parentDiv">
<span class=" addOnDiv fa fa-user"></span>
<input class="required " id="logId" name="UserName" placeholder=" User Name" type="text" value="" />
</div>
<div class=" parentDiv">
<span class=" addOnDiv fa fa-key"></span>
<input autocomplete="off" class=" required " id="password" name="UserPassword" placeholder="Password" type="password" value="" />
</div>
<div class="loginDropdown">
<select class="Dropdown lid loginBranchId selectDropdown required " data-url="/Config/DropDown/CompanyName" id="CompanyID" name="CompanyID"></select>
</div>
<input class="customDatePicker defaultDate loginDatePicker" id="SessionDate" name="SessionDate" type="text" value="" /> <button onclick="Login()" id="login-button">Login</button>
</form> </div>
<ul class="bg-bubbles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<script>
function Login() {
var logId = $('#logId').val();
var password = $('#password').val();
var loginBranchId = $('.lid').val();
if (parseInt(logId.length) > 0 && parseInt(password.length) > 0) {
if (loginBranchId!="") {
pageSubmit('frmGLUser');
}
else {
ShowResult("Fail", "Please Select Branch !");
return;
}
}
else {
ShowResult("Fail", "Please input User Name and Password!");
return;
}
}
</script>
<script src="/Scripts/jquery-1.7.1.js"></script>
</div>
<br />
<div class="clearfix"></div>
<div id="footer" class="content black">
<p><i class="fa fa-asterisk"></i>Powered By <a href="http://symphonysoftt.com/" target="_blank">SymphonySofttech</a>.</p>
</div>
</div>
<style>
#footer {
position: fixed;
bottom: 0;
width: 100%;
}
</style>
<script src="/assets/javascripts/toastr.js"></script>
<script src="/assets/javascripts/custom.js"></script>
<script src="/assets/javascripts/jquery.min.js"></script>
<script src="/assets/javascripts/jquery.validate.js"></script>
<script src="/assets/javascripts/jquery.validate.min.js"></script>
<script src="/assets/javascripts/jquery.validate.unobtrusive.min.js"></script>
<script src="/assets/javascripts/jquery-1.8.2.min.js"></script>
<script src="/assets/javascripts/jquery-ui-1.8.24.min.js"></script>
<script src="/assets/javascripts/default.js"></script>
<script src="/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="/assets/NewFolder1/jquery.dataTables.min.js"></script>
<script src="/assets/javascripts/jquery.ptTimeSelect.js"></script>
<script src="/assets/javascripts/jquery.dataTables.columnFilter.js"></script>
<script src="/assets/js/dataTables.colVis.js"></script>
<script src="/assets/javascripts/select2.js"></script>
<script src="/assets/plugins/chartjs/moment.js"></script>
<script src="/assets/javascripts/chart.min.js"></script>
<script>
$(function () {
var date = $(".customDatePicker.defaultDate").val();
var today = FormatDate(new Date());
if (date == "") {
$(".customDatePicker.defaultDate").val(today);
}
});
</script>
</body>
</html>
{
"@category" : "datascan",
"@timestamp" : "2024-11-07T02:12:23.000Z",
"app" : {
"extract" : {
"domain" : [
"symphonysoftt.com"
],
"hostname" : [
"symphonysoftt.com"
],
"url" : [
"http://symphonysoftt.com/"
]
},
"http" : {
"bodymd5" : "58cd2da212071e1f453f8518bac00b01",
"bodymmh3" : 1726264315,
"component" : [
{
"product" : "Bootstrap",
"productvendor" : "Bootstrap"
},
{
"productvendor" : "jQuery",
"productversion" : "1.7.1",
"product" : "jQuery"
},
{
"product" : "ASP.NET",
"productvendor" : "Microsoft",
"productversion" : "4.0.30319"
}
],
"headermd5" : "68991bea4e76e85d0fc9d1888114f0dc",
"headermmh3" : -1838473255,
"title" : "ShampanVAT"
},
"length" : 14954
},
"asn" : "AS23688",
"city" : "Dhaka",
"country" : "BD",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nServer: Microsoft-IIS/10.0\r\nSet-Cookie: ASP.NET_SessionId=kpo0yihl344xr02ldbptcu2y; path=/; HttpOnly; SameSite=Lax\r\nX-AspNetMvc-Version: 4.0\r\nX-AspNet-Version: 4.0.30319\r\nX-Powered-By: ASP.NET\r\nDate: Thu, 07 Nov 2024 02:10:39 GMT\r\nConnection: close\r\nContent-Length: 14598\r\n\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\r\n<head>\r\n <meta charset=\"utf-8\" />\r\n <title>ShampanVAT</title>\r\n <link href=\"/Images/GDIC/favicon.ico\" rel=\"shortcut icon\" type=\"image/x-icon\" />\r\n <meta name=\"viewport\" content=\"width=device-width\" />\r\n\r\n <script src=\"/assets/javascripts/jQuery2.1.4.js\"></script>\r\n <link href=\"/assets/NewFolder1/dataTables/demo_table.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/css/demo_table.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n <link href=\"/assets/css/demo_table_jui.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n <link href=\"/assets/stylesheets/dataTables.responsive.css\" rel=\"stylesheet\" />\r\n\r\n <link href=\"/assets/css/menu.css\" rel=\"stylesheet\" />\r\n\r\n <link href=\"/assets/css/jquery-ui.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/plugins/bootstrap/css/bootstrap.min.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/plugins/font-awesome/css/font-awesome.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/css/toastr.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/stylesheets/common.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/stylesheets/font-awesome.css\" rel=\"stylesheet\" />\r\n\r\n <link href=\"/assets/css/jquery.ptTimeSelect.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/css/SymphonyBtn.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/css/dataTables.colVis.css\" rel=\"stylesheet\" />\r\n <link href=\"/assets/css/select2.css\" rel=\"stylesheet\" />\r\n <link href=\"/Content/site.css\" rel=\"stylesheet\"/>\r\n\r\n \r\n \r\n <script>\r\n $(document).ready(function () {\r\n\r\n\r\n\r\n toastr.options.positionClass = 'toast-top-center';\r\n var permission = '';\r\n if (permission == \"False\") {\r\n toastr.error('You Do not have permission to access', 'Permission deny')\r\n;\r\n }\r\n else {\r\n }\r\n var result = '';\r\n result = result.split(\"~\");\r\n if (result[0] == \"Success\") {\r\n toastr.success(result[1], 'Shampan Sage')\r\n\r\n }\r\n else if (result[0] == \"Fail\") {\r\n toastr.error(result[1], 'Shampan Sage')\r\n;\r\n }\r\n else if (result[0] == \"Info\") {\r\n toastr.info(result[1], 'Shampan Sage')\r\n;\r\n }\r\n else if (result[0] == \"Warning\") {\r\n toastr.warning(result[1], 'Shampan Sage')\r\n;\r\n }\r\n $(\".selectDropdown\").select2();\r\n $(\".selectDropdown\").trigger('change');\r\n $(\".selectDropdown\").removeClass('form-control');\r\n function goBack() {\r\n window.history.back();\r\n }\r\n var url = \"\";\r\n $(\".dialog-alert\").dialog({\r\n autoOpen: false,\r\n resizable: false,\r\n //height: 170,\r\n title: 'Shampan VAT',\r\n width: 350,\r\n show: {\r\n effect: 'drop', direction: \"up\", effect: \"blind\",\r\n duration: 300\r\n },\r\n hide: {\r\n effect: \"explode\",\r\n duration: 300\r\n },\r\n modal: true,\r\n draggable: true,\r\n open: function (event, ui) {\r\n $(\".ui-dialog-titlebar-close\").hide();\r\n var msg = '';\r\n msg = msg.split(\"~\");\r\n $(\".ui-dialog\").addClass('' + msg[0]);\r\n $(\".msgg\").html(\"\" + msg[1]);\r\n },\r\n buttons: {\r\n \"OK\": function () {\r\n $(this).dialog(\"close\");\r\n window.location.reload(true);\r\n\r\n },\r\n \"Cancel\": function () {\r\n $(this).dialog(\"close\");\r\n window.location.reload(true);\r\n }\r\n }\r\n });\r\n\r\n if ('' != \"\") {\r\n var msg = '';\r\n\r\n TempData.Remove(\"msg\");\r\n msg = msg.split(\"~\");\r\n ShowResult(msg[0], msg[1]);\r\n }\r\n\r\n $(\".dialog-create\").dialog({\r\n title: 'Create',\r\n autoOpen: false,\r\n resizable: false,\r\n width: 400,\r\n show: {\r\n effect: 'drop', direction: \"up\", effect: \"blind\",\r\n duration: 300\r\n },\r\n hide: {\r\n effect: \"explode\",\r\n duration: 300\r\n },\r\n modal: true,\r\n draggable: true,\r\n open: function (event, ui) {\r\n\r\n $(\".ui-dialog-titlebar-close\").hide();\r\n $(\".ui-dialog\").removeClass('Success');\r\n $(\".ui-dialog\").removeClass('Fail');\r\n $(this).load(url);\r\n }\r\n });\r\n $(\".dialog-edit\").dialog({\r\n title: 'Update',\r\n autoOpen: false,\r\n resizable: false,\r\n width: 400,\r\n show: {\r\n effect: 'drop', direction: \"up\", effect: \"blind\",\r\n duration: 300\r\n },\r\n hide: {\r\n effect: \"explode\",\r\n duration: 300\r\n },\r\n modal: true,\r\n draggable: true,\r\n open: function (event, ui) {\r\n $(\".ui-dialog-titlebar-close\").hide();\r\n $(\".ui-dialog\").removeClass('Success');\r\n $(\".ui-dialog\").removeClass('Fail');\r\n $(this).load(url);\r\n }\r\n });\r\n $(\".dialog-confirm\").dialog({\r\n autoOpen: false,\r\n resizable: false,\r\n title: 'Shampan VAT',\r\n height: 170,\r\n width: 350,\r\n show: {\r\n effect: 'drop', direction: \"up\", effect: \"blind\",\r\n duration: 300\r\n },\r\n hide: {\r\n effect: \"explode\",\r\n duration: 300\r\n },\r\n modal: true,\r\n draggable: true,\r\n open: function (event, ui) {\r\n $(\".ui-dialog-titlebar-close\").hide();\r\n $(\".ui-dialog\").removeClass('Success');\r\n $(\".ui-dialog\").removeClass('Fail');\r\n\r\n },\r\n buttons: {\r\n \"OK\": function () {\r\n $(this).dialog(\"close\");\r\n window.location.href = url;\r\n },\r\n \"Cancel\": function () {\r\n $(this).dialog(\"close\");\r\n }\r\n }\r\n });\r\n $(\".dialog-detail\").dialog({\r\n title: 'View User',\r\n autoOpen: false,\r\n resizable: false,\r\n width: 400,\r\n show: {\r\n effect: 'drop', direction: \"up\", effect: \"blind\",\r\n duration: 300\r\n },\r\n hide: {\r\n effect: \"explode\",\r\n duration: 300\r\n },\r\n modal: true,\r\n draggable: true,\r\n open: function (event, ui) {\r\n $(\".ui-dialog-titlebar-close\").hide();\r\n $(this).load(url);\r\n },\r\n buttons: {\r\n \"Close\": function () {\r\n $(this).dialog(\"close\");\r\n }\r\n }\r\n });\r\n $(\".dialog-report\").dialog({\r\n title: 'Report',\r\n autoOpen: false,\r\n resizable: false,\r\n width: 400,\r\n show: {\r\n effect: 'drop', direction: \"up\", effect: \"blind\",\r\n duration: 300\r\n },\r\n hide: {\r\n effect: \"explode\",\r\n duration: 300\r\n },\r\n modal: true,\r\n draggable: true,\r\n open: function (event, ui) {\r\n\r\n $(\".ui-dialog-titlebar-close\").hide();\r\n $(\".ui-dialog\").removeClass('Success');\r\n $(\".ui-dialog\").removeClass('Fail');\r\n $(this).load(url);\r\n }\r\n });\r\n\r\n $(\".lnkCreate\").live(\"click\", function (e) {\r\n url = $(this).attr('href');\r\n $(\".dialog-create\").dialog('open');\r\n\r\n return false;\r\n });\r\n $(\".btnCreate\").live(\"click\", function (e) {\r\n url = $(this).attr('data-url');\r\n $(\".dialog-create\").dialog('open');\r\n\r\n return false;\r\n });\r\n $(\".lnkEdit\").live(\"click\", function (e) {\r\n url = $(this).attr('href');\r\n $(\".dialog-edit\").dialog('open');\r\n\r\n return false;\r\n });\r\n\r\n $(\".lnkDelete\").live(\"click\", function (e) {\r\n url = $(this).attr('href');\r\n $(\".dialog-confirm\").dialog('open');\r\n\r\n return false;\r\n });\r\n\r\n $(\".lnkDetail\").live(\"click\", function (e) {\r\n url = $(this).attr('href');\r\n $(\".dialog-detail\").dialog('open');\r\n\r\n return false;\r\n });\r\n $(\".btncancel\").live(\"click\", function (e) {\r\n $(\".dialog-edit\").dialog(\"close\");\r\n $(\".dialog-create\").dialog(\"close\");\r\n return false;\r\n });\r\n\r\n $(\".btnReport\").live(\"click\", function (e) {\r\n url = $(this).attr('data-url');\r\n $(\".dialog-report\").dialog('open');\r\n return false;\r\n });\r\n $(\".loading\").fadeOut(200).hide(\"slow\")\r\n });\r\n\r\n\r\n </script>\r\n</head>\r\n<body>\r\n <div class=\"loading\">\r\n <img src=\"/Images/squares.gif\" />\r\n </div>\r\n <div id=\"hrcss1\">\r\n <div style=\"min-height: 500px\">\r\n\r\n \r\n<link href=\"/assets/css/loginform.css\" rel=\"stylesheet\" />\r\n<style>\r\n .parentDiv {\r\n position: relative;\r\n }\r\n .addOnDiv {\r\n position: absolute;\r\n background-color:grey;\r\n z-index:5;\r\n margin:0 auto 0 -130px;\r\n font-weight:300;\r\n font-size:18px;\r\n padding:15px 12px;\r\n text-align:center;\r\n width:40px;\r\n }\r\n</style>\r\n<div class=\"wrapper\">\r\n <div class=\"container\">\r\n <img src=\"/Images/symphonyLogo.png\" width=\"250px\" style=\"margin:0 auto\"/>\r\n<form Id=\"frmGLUser\" action=\"/VMS/Home/Login\" enctype=\"multipart/form-data\" method=\"post\"> <div class=\" parentDiv\">\r\n <span class=\" addOnDiv fa fa-user\"></span>\r\n <input class=\"required \" id=\"logId\" name=\"UserName\" placeholder=\" User Name\" type=\"text\" value=\"\" />\r\n </div>\r\n <div class=\" parentDiv\">\r\n <span class=\" addOnDiv fa fa-key\"></span>\r\n <input autocomplete=\"off\" class=\" required \" id=\"password\" name=\"UserPassword\" placeholder=\"Password\" type=\"password\" value=\"\" />\r\n </div>\r\n <div class=\"loginDropdown\">\r\n <select class=\"Dropdown lid loginBranchId selectDropdown required \" data-url=\"/Config/DropDown/CompanyName\" id=\"CompanyID\" name=\"CompanyID\"></select>\r\n </div>\r\n<input class=\"customDatePicker defaultDate loginDatePicker\" id=\"SessionDate\" name=\"SessionDate\" type=\"text\" value=\"\" /> <button onclick=\"Login()\" id=\"login-button\">Login</button>\r\n</form> </div>\r\n\r\n <ul class=\"bg-bubbles\">\r\n <li></li>\r\n <li></li>\r\n <li></li>\r\n <li></li>\r\n <li></li>\r\n <li></li>\r\n <li></li>\r\n <li></li>\r\n <li></li>\r\n <li></li>\r\n </ul>\r\n</div>\r\n\r\n<script>\r\n function Login() {\r\n var logId = $('#logId').val();\r\n var password = $('#password').val();\r\n var loginBranchId = $('.lid').val();\r\n\r\n if (parseInt(logId.length) > 0 && parseInt(password.length) > 0) {\r\n if (loginBranchId!=\"\") {\r\n pageSubmit('frmGLUser');\r\n }\r\n else {\r\n ShowResult(\"Fail\", \"Please Select Branch !\");\r\n return;\r\n }\r\n }\r\n else {\r\n ShowResult(\"Fail\", \"Please input User Name and Password!\");\r\n return;\r\n\r\n }\r\n\r\n }\r\n</script>\r\n\r\n\r\n\r\n\r\n <script src=\"/Scripts/jquery-1.7.1.js\"></script>\r\n\r\n \r\n </div> \r\n <br />\r\n <div class=\"clearfix\"></div>\r\n <div id=\"footer\" class=\"content black\">\r\n <p><i class=\"fa fa-asterisk\"></i>Powered By <a href=\"http://symphonysoftt.com/\" target=\"_blank\">SymphonySofttech</a>.</p>\r\n </div>\r\n </div>\r\n <style>\r\n #footer {\r\n position: fixed;\r\n bottom: 0;\r\n width: 100%;\r\n}\r\n</style>\r\n <script src=\"/assets/javascripts/toastr.js\"></script>\r\n <script src=\"/assets/javascripts/custom.js\"></script>\r\n <script src=\"/assets/javascripts/jquery.min.js\"></script>\r\n <script src=\"/assets/javascripts/jquery.validate.js\"></script>\r\n <script src=\"/assets/javascripts/jquery.validate.min.js\"></script>\r\n <script src=\"/assets/javascripts/jquery.validate.unobtrusive.min.js\"></script>\r\n <script src=\"/assets/javascripts/jquery-1.8.2.min.js\"></script>\r\n <script src=\"/assets/javascripts/jquery-ui-1.8.24.min.js\"></script>\r\n <script src=\"/assets/javascripts/default.js\"></script>\r\n\r\n <script src=\"/assets/plugins/bootstrap/js/bootstrap.min.js\"></script>\r\n <script src=\"/assets/NewFolder1/jquery.dataTables.min.js\"></script>\r\n <script src=\"/assets/javascripts/jquery.ptTimeSelect.js\"></script>\r\n <script src=\"/assets/javascripts/jquery.dataTables.columnFilter.js\"></script>\r\n <script src=\"/assets/js/dataTables.colVis.js\"></script>\r\n <script src=\"/assets/javascripts/select2.js\"></script>\r\n <script src=\"/assets/plugins/chartjs/moment.js\"></script>\r\n <script src=\"/assets/javascripts/chart.min.js\"></script>\r\n <script>\r\n $(function () {\r\n var date = $(\".customDatePicker.defaultDate\").val();\r\n var today = FormatDate(new Date());\r\n if (date == \"\") {\r\n $(\".customDatePicker.defaultDate\").val(today);\r\n }\r\n\r\n });\r\n </script>\r\n</body>\r\n</html>\r\n",
"datamd5" : "f97fd86e3415ec946543bbeece565395",
"datammh3" : -1272370239,
"device" : {
"class" : "<enterprise field>: device.class"
},
"domain" : [
"link3.net"
],
"forward" : "203.76.123.44",
"geolocus" : {
"asn" : "AS23688",
"continent" : "AS",
"continentname" : "Asia",
"country" : "BD",
"countryname" : "Bangladesh",
"domain" : [
"link3.net"
],
"isineu" : "false",
"latitude" : "23.684994",
"location" : "23.684994,90.356331",
"longitude" : "90.356331",
"netname" : "Corporate-Subscriber",
"organization" : "route object for 203.76.126.0/24",
"subnet" : "203.76.120.0/22"
},
"host" : [
123
],
"hostname" : [
"123.44.nuclear.link3.net",
"203.76.123.44"
],
"ip" : "203.76.123.44",
"ipv6" : "false",
"latitude" : "23.7908",
"location" : "23.7908,90.4109",
"longitude" : "90.4109",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "Link3 Technologies Ltd.",
"os" : "Windows",
"osvendor" : "Microsoft",
"osversion" : [
"Server 2016",
10
],
"port" : 523,
"product" : "IIS",
"productvendor" : "Microsoft",
"productversion" : "10.0",
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"reverse" : [
"123.44.nuclear.link3.net"
],
"seen_date" : "2024-11-07",
"source" : "urlscan::redirect",
"status" : 200,
"subdomains" : [
"nuclear.link3.net",
"44.nuclear.link3.net"
],
"subnet" : "203.76.96.0/19",
"tag" : "<enterprise field>: tag",
"tld" : [
"net"
],
"tls" : "false",
"transport" : "tcp",
"url" : "/VMS/Home/Login"
}