uawdijnntqw1x1x1
IP : 18.188.0.144
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
axolotl.ru
/
www
/
bitrix
/
js
/
crm
/
router
/
..
/
phase.js
/
/
BX.namespace("BX.Crm"); if(typeof BX.Crm.EntityPhaseLayout === "undefined") { BX.Crm.EntityPhaseLayout = function() { }; BX.Crm.EntityPhaseLayout.prototype = { getBackgroundColor: function(semantics) { return BX.prop.getString(BX.Crm.EntityPhaseLayout.colors, semantics, ""); }, calculateTextColor: function(baseColor) { var r, g, b; if ( baseColor > 7 ) { var hexComponent = baseColor.split("(")[1].split(")")[0]; hexComponent = hexComponent.split(","); r = parseInt(hexComponent[0]); g = parseInt(hexComponent[1]); b = parseInt(hexComponent[2]); } else { if(/^#([A-Fa-f0-9]{3}){1,2}$/.test(baseColor)) { var c = baseColor.substring(1).split(''); if(c.length === 3) { c= [c[0], c[0], c[1], c[1], c[2], c[2]]; } c = '0x'+c.join(''); r = ( c >> 16 ) & 255; g = ( c >> 8 ) & 255; b = c & 255; } } var y = 0.21 * r + 0.72 * g + 0.07 * b; return ( y < 145 ) ? "#fff" : "#333"; } }; BX.Crm.EntityPhaseLayout.current = null; BX.Crm.EntityPhaseLayout.getCurrent = function() { if(!this.current) { this.current = new BX.Crm.EntityPhaseLayout(); } return this.current; }; if(typeof(BX.Crm.EntityPhaseLayout.colors) === "undefined") { BX.Crm.EntityPhaseLayout.colors = {}; } }
/var/www/axolotl/data/www/axolotl.ru/www/bitrix/js/crm/router/../phase.js