uawdijnntqw1x1x1
IP : 3.16.10.2
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
/
novosibirsk.axolotls.ru
/
fe182
/
..
/
bitrix
/
js
/
security
/
admin
/
interface.js
/
/
var JCSecurityAdminInterface = (function () { var AdminInterface = function() {}; AdminInterface.prototype.initialize = function(settings) { if (!!settings.addableRows) { for (var i = 0, len = settings.addableRows.length; i < len; ++i) { var info = settings.addableRows[i]; this.initializeAddableRow(info.tableId, info.buttonId); } } }; AdminInterface.prototype.initializeAddableRow = function(tableId, buttonId) { var addFunction = addTableRow; if (BX.browser.IsIE() && !BX.browser.IsIE10()) addFunction = addTableRowIE; BX.bind(BX(buttonId), 'click', BX.delegate(addFunction, {tableId: tableId})); }; function addTableRow() { var lastRow = BX(this.tableId).querySelectorAll('tr.security-addable-row'); lastRow = lastRow[lastRow.length - 1]; if (!lastRow) return; var newRow = BX.create('tr', { props: { className: 'security-addable-row' } }); //styles hack newRow.style.cssText = 'padding-bottom:3px;'; function increment(full, pre, value, post) { return pre + (parseInt(value, 10) + 1) + post; } newRow.innerHTML = lastRow.innerHTML.replace(/((?:\[|__|xx)n)(\d+)(\]|__|xx)/ig, increment); lastRow.parentNode.insertBefore(newRow, lastRow.nextSibling); } function addTableRowIE() { var tbl = BX(this.tableId); var cnt = tbl.rows.length; var oRow = tbl.insertRow(cnt-1); var oCell = oRow.insertCell(0); var sHTML = tbl.rows[cnt-2].cells[0].innerHTML; oCell.style.cssText = 'padding-bottom:3px;'; function increment(full, pre, value, post) { return pre + (parseInt(value, 10) + 1) + post; } oCell.innerHTML = sHTML.replace(/((?:\[|__|xx)n)(\d+)(\]|__|xx)/ig, increment); } return AdminInterface; }()); (function initialize() { function initInterface() { var settings = BX('security-interface-settings'); if (!settings) return; settings = JSON.parse(settings.innerHTML); var securityInterface = new JCSecurityAdminInterface(); securityInterface.initialize(settings); } BX.ready(initInterface); })();
/var/www/axolotl/data/www/novosibirsk.axolotls.ru/fe182/../bitrix/js/security/admin/interface.js