function htmlencode(n,t){return t?t.text(n).html():$("<\/span>").text(n).html()}function htmldecode(n,t){return t?t.html(n).text():$("<\/span>").html(n).text()}function replaceHtmlText(n){var t;return n?(n.indexOf("&")>-1&&(t=new RegExp("&","g"),n=n.replace(t,"&")),n.indexOf("<")>-1&&(t=new RegExp("<","g"),n=n.replace(t,"<")),n.indexOf(">")>-1&&(t=new RegExp(">","g"),n=n.replace(t,">")),n.indexOf("\r\n")>-1&&(t=new RegExp("\r\n","g"),n=n.replace(t,"
")),n.indexOf("\n")>-1&&(t=new RegExp("\n","g"),n=n.replace(t,"
")),n.indexOf(" ")>-1&&(t=new RegExp(" ","g"),n=n.replace(t,"  ")),n):""}function getStrength(n){var e,t;if(typeof n!="string"||n.length<8)return 0;var i=0,r=0,u=0,f=0;for(e=0;e="A"&&t<="Z"?r++:t>="a"&&t<="z"?i++:t>="0"&&t<="9"?u++:f++;return i==n.length||r==n.length||u==n.length||f==n.length?0:i+r==n.length||i+u==n.length||i+f==n.length||r+u==n.length||r+f==n.length||u+f==n.length||r==0||i==0||u==0?1:2}function isEmail(n){return/^\w[-\w.+]*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(n)}function checkPhoneNumber(n){return/^[1-9]\d{9,}$/.test(n)?!0:/^\+?[1-9][\d-]{9,}\d$/.test(n)&&/^[1-9]\d{9,}$/.test(n.replace("+","").replace(new RegExp("-","g"),""))?!0:!1}function convertDateFormat(n){const t=new Date(n),i=t.getMonth()+1,r=t.getDate(),u=t.getFullYear();return`${u}-${i.toString().padStart(2,"0")}-${r.toString().padStart(2,"0")}`}function getInnerOffset(n){return{left:n[0].offsetLeft,top:n[0].offsetTop}}function writelog_ironintel(n,t,i,r){var u=String.fromCharCode(170),e=n+u+t+u+i+u+r,o={MethodID:3,ClientData:e},f=new XMLHttpRequest;f.open("POST",_network.root+"commonsvc.ashx",!0);f.send(JSON.stringify(o))}function writeexlog(n,t){var i,r="";t&&(i=t.message,r=t.stack);writelog_ironintel("Error",n,i,r)}function setTableSort(n,t){var i=$("#"+n);i.find("th").each(function(){var n=$(this),r=n.attr("sort"),u,f;r&&(u=$("<\/span>"),n.append(u),f=$("<\/span>"),n.append(f),n.click(function(){n.data("sort")=="asc"?(n.data("sort","desc"),i.find(".sorticon").hide(),f.show(),i.data("sortPath",r).data("desc",!0),t&&t(r,!0)):(n.data("sort","asc"),i.find(".sorticon").hide(),u.show(),i.data("sortPath",r).data("desc",!1),t&&t(r,!1))}))})}function sortTableData(n,t){var i=n.data("sortPath"),r=n.data("desc");i&&t.sort(dataSort(i,r))}function sortTableSubData(n,t){var i=n.data("sortPath"),r=n.data("desc");i&&t.sort(subDataSort(i,r))}function dataSort(n,t){return function(i,r){var u=i[n],f=r[n];return u==f?0:u==null?t?1:-1:f==null?t?-1:1:(typeof u=="string"&&(u=u.toLowerCase(),f=f.toLowerCase()),u0?"":".00"),r.replace(/(\d)(?=(\d{3})+\.)/g,"$1,"))}function isMobile(){for(var t=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"],i=navigator.userAgent,n=0;n0)return!0;return!1}function getAddressLabel(n){var i,t;return(n.Address||"").length>0?(t=[],t.push(n.Address),n.City==n.Region?t.push(n.City):t.push(n.City,n.Region),(n.Postal||"").length>0&&t.push(n.Postal),i=t.join(", ")):i=n.Match_addr,i}function Guid(){"use strict";this.date=new Date;typeof this.create!="function"&&(Guid.prototype.create=function(){var t;this.date=new Date;var n="",i=this.hexadecimal(this.getGUIDDate(),16),r=this.hexadecimal(this.getGUIDTime(),16);for(t=0;t<9;t++)n+=Math.floor(Math.random()*16).toString(16);for(n+=i,n+=r;n.length<32;)n+=Math.floor(Math.random()*16).toString(16);return this.formatGUID(n)},Guid.prototype.getGUIDDate=function(){return this.date.getFullYear()+this.addZero(this.date.getMonth()+1)+this.addZero(this.date.getDay())},Guid.prototype.getGUIDTime=function(){return this.addZero(this.date.getHours())+this.addZero(this.date.getMinutes())+this.addZero(this.date.getSeconds())+this.addZero(parseInt(this.date.getMilliseconds()/10))},Guid.prototype.addZero=function(n){return!isNaN(Number(n))&&n>=0&&n<10?"0"+Math.floor(n):n.toString()},Guid.prototype.hexadecimal=function(n,t,i){return i!=undefined?parseInt(n.toString(),i).toString(t):parseInt(n.toString()).toString(t)},Guid.prototype.formatGUID=function(n){var t=n.slice(0,8)+"-",i=n.slice(8,12)+"-",r=n.slice(12,16)+"-",u=n.slice(16,20)+"-",f=n.slice(20);return t+i+r+u+f})}function converthtmlurl(n){return n==null?"":n.replace(//g,">").replace(/ /g," ").replace(/(https?|ftp):\/\/[\w-_]+(\.[\w-_]+)+\/?[^\s\r\n"'$]*/g,'$&<\/a>').replace(/\r\n/g,"
").replace(/\n/g,"
")}function formatUrl(n){var r,i,u,t;if(r=n.match(/(http|ftp|https):\/\/.+?(\<|\s|\r\n|\r|\n|\"|\'|$)/g),n=htmlencode(n),i=[],r&&r.length>0){for(t=0;t<\/a>")}return n.indexOf("\r\n")>-1&&(reg=new RegExp("\r\n","g"),n=n.replace(reg,"
")),n.indexOf("\n")>-1&&(reg=new RegExp("\n","g"),n=n.replace(reg,"
")),n.indexOf(" ")>-1&&(reg=new RegExp(" ","g"),n=n.replace(reg,"  ")),n}function setPageTitle(n,t){var i=window;if(t)while(i.parent&&i!=i.parent)i=i.parent;i.document.title=n}function setAttachemntIcon(n,t){[".doc",".docx"].indexOf(n)>=0?t.attr("src","../img/icon/word.jpg"):[".xls",".xlsx"].indexOf(n)>=0?t.attr("src","../img/icon/excel.jpg"):[".ppt",".pptx"].indexOf(n)>=0?t.attr("src","../img/icon/ppt.jpg"):[".pdf",".xps"].indexOf(n)>=0?t.attr("src","../img/icon/pdf.jpg"):[".mp4",".mov",".avi",".mkv",".3gp",".ts",".m2ts"].indexOf(n)>=0?t.attr("src","../img/icon/vedio.jpg"):[".zip",".rar",".7z"].indexOf(n)>=0?t.attr("src","../img/icon/zip.jpg"):[".msg"].indexOf(n)>=0?t.attr("src","../img/icon/msg.jpg"):[".xml"].indexOf(n)>=0?t.attr("src","../img/icon/xml.jpg"):t.attr("src","../img/icon/txt.jpg")}function getCurrentDate(){var n="";return _network.commonpagequery(14,"",function(t){n=t},function(){},!0,!0),n}function hidePanels(){$(".panel_holder").each(function(){var n=$(this);n.is(":visible")&&n.stop().css("opacity",0).hide()});$(".button button").removeClass("selected")}function showmaskbg(n,t){if(window.parent&&typeof window.parent.onmaskbg=="function")window.parent.onmaskbg(n,t);$("#mask_bg").children().hide();t?$("#mask_bg").css("display",n?"":"none"):n?$("#mask_bg").fadeIn(100):$("#mask_bg").fadeOut(100)}function showloading(n,t){if(window.parent&&typeof window.parent.onmaskbg=="function")window.parent.onmaskbg(n,t);$("#mask_bg").children().show();t?$("#mask_bg").css("display",n?"":"none"):n?$("#mask_bg").fadeIn(100):$("#mask_bg").fadeOut(100)}function showConfirm(n,t,i,r){window.parent&&typeof window.parent.showconfirm=="function"?window.parent.showconfirm(n,t,i,r):(showmaskbg(!0),_dialog.showConfirm(n,t,function(n){showmaskbg(!1);typeof i=="function"&&i(n)},function(){r&&r();showmaskbg(!1)}))}function showConfirmYesNoCancel(n,t,i,r,u){showmaskbg(!0);_dialog.showConfirmYesNoCancel(n,t,function(n){showmaskbg(!1);typeof i=="function"&&i(n)},function(){r&&r();showmaskbg(!1)},function(){u&&u();showmaskbg(!1)})}function showConfirmOKCancel(n,t,i,r,u){showmaskbg(!0);_dialog.showConfirmOKCancel(n,t,function(n){showmaskbg(!1);typeof i=="function"&&i(n)},function(){r&&r();showmaskbg(!1)},function(){u&&u();showmaskbg(!1)})}function showAlert(n,t,i,r){window.parent&&typeof window.parent.showalert=="function"?window.parent.showalert(n,t,i,r):(n&&n.hasOwnProperty("LGID")?(n.LGID.startWith("LHBIS_")||n.LGID.startWith("FI_HOST_")||(n.LGID="LHBIS_FIC_CLIENT_MODULES_"+n.LGID),n=GetLanguageByKey(n.LGID,n.Default)):t===!0&&(n=n.escapeHtml().replace(/\n/g,"
"),t=undefined),_dialog.showAlert(n,t,i,r))}function createGridView(n,t){var i=new GridView(n);return i.langs=getGridLanguages(t),i}function createGridView1(n,t){var i=new GridView1(n);return i.langs=getGridLanguages(t),i}function getGridLanguages(n){return n?{all:GetTextByKey("P_GRID_ALL","(All)"),ok:GetTextByKey("P_GRID_OK","OK"),reset:GetTextByKey("P_GRID_RESET","Reset"),"null":GetTextByKey("P_GRID_NULL","(Null)"),sort:GetTextByKey("P_GRID_SORT","Sort"),addLevel:GetTextByKey("P_GRID_ADDLEVEL","Add Level"),deleteLevel:GetTextByKey("P_GRID_DELETELEVEL","Delete Level"),copyLevel:GetTextByKey("P_GRID_COPYLEVEL","Copy Level"),column:GetTextByKey("P_GRID_COLUMN","Column"),order:GetTextByKey("P_GRID_ORDER","Order"),asc:GetTextByKey("P_GRID_ASC","Ascending"),desc:GetTextByKey("P_GRID_DESC","Descending"),cancel:GetTextByKey("P_GRID_CANCEL","Cancel"),duplicatePrompt:GetTextByKey("P_GRID_DUPLICATEPROMPT","{column} is being sorted more than once. Delete the duplicate sort criteria and try again."),requirePrompt:GetTextByKey("P_GRID_REQUIREPROMPT","All sort criteria must have a column specified. Check the selected sort criteria and try again.")}:{all:GetTextByKey("P_GRID_ALL","(All)"),ok:GetTextByKey("P_GRID_OK","OK"),reset:GetTextByKey("P_GRID_RESET","Reset"),"null":GetTextByKey("P_GRID_NULL","(Null)")}}function getdaytext(n){var t=n;switch(n){case"Sunday":t=GetTextByKey("P_CM_SUNDAY","Sunday");break;case"Monday":t=GetTextByKey("P_CM_MONDAY","Monday");break;case"Tuesday":t=GetTextByKey("P_CM_TUESDAY","Tuesday");break;case"Wednesday":t=GetTextByKey("P_CM_WEDNESDAY","Wednesday");break;case"Thursday":t=GetTextByKey("P_CM_THURSDAY","Thursday");break;case"Friday":t=GetTextByKey("P_CM_FRIDAY","Friday");break;case"Saturday":t=GetTextByKey("P_CM_SATURDAY","Saturday")}return t}function GetTextByKey(n,t){langObj==undefined&&loadLanguage();try{if(langObj&&langObj.Values){n=n.toUpperCase();var i=langObj.Values[n];if(i)return i}}catch(r){}return t}function loadLanguage(){var n=_fleet.currentLang,t,i,r;n||(n="en-us");t=getFileVersion();i=window.localStorage[n+"_v"];!i||i==""||eval(i)0){for(h=$('
<\/div>').css("max-height",$(window).height()-180).appendTo(r),i=$('