%PDF- %PDF- 403WebShell
403Webshell
Server IP : 37.220.80.31  /  Your IP : 13.59.123.182
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux 3051455-guretool.twc1.net 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64
User : www-root ( 1010)
PHP Version : 7.4.33
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,
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/www-root/data/www/dev.artlot24.ru/bitrix/components/bitrix/sender.ads.list/templates/.default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www-root/data/www/dev.artlot24.ru/bitrix/components/bitrix/sender.ads.list/templates/.default//script.js
;(function ()
{

	BX.namespace('BX.Sender');
	if (BX.Sender.LetterList)
	{
		return;
	}

	//var Helper = BX.Sender.Helper;
	var Page = BX.Sender.Page;

	/**
	 * LetterList.
	 *
	 */
	function LetterList()
	{
	}
	LetterList.prototype.init = function (params)
	{
		this.gridId = params.gridId;
		this.actionUri = params.actionUri;
		this.pathToEdit = params.pathToEdit;
		this.mess = params.mess;

		this.buttonAdd = BX('SENDER_LETTER_BUTTON_ADD');
		if (this.buttonAdd)
		{
			var menuItems = (params.messages || []).map(function (message) {
				return {
					'id': message.CODE,
					'text': message.NAME,
					'onclick': this.onMenuItemClick.bind(this, message),
					'className': message.IS_AVAILABLE ? '' : 'b24-tariff-lock'
				};
			}, this);
			this.initMenuAdd(menuItems);
		}

		this.ajaxAction = new BX.AjaxAction(this.actionUri);
		this.userErrorHandler = new BX.Sender.ErrorHandler();
		BX.UI.Hint.init(BX(this.gridId));

		BX.addCustomEvent('Grid::updated', this.onGridUpdated.bind(this));
	};
	LetterList.prototype.remove = function (letterId)
	{
		this.sendChangeStateAction('remove', letterId);
	};
	LetterList.prototype.copy = function (letterId)
	{
		var self = this;
		this.sendChangeStateAction('copy', letterId, function (data) {
			if (!data.copiedId)
			{
				return;
			}
			Page.open(
				self.pathToEdit.replace('#id#', data.copiedId),
				Page.reloadGrid.bind(Page, this.gridId)
			);
		});
	};
	LetterList.prototype.send = function (letterId)
	{
		this.sendChangeStateAction('send', letterId);
	};
	LetterList.prototype.pause = function (letterId)
	{
		this.sendChangeStateAction('pause', letterId);
	};
	LetterList.prototype.stop = function (letterId)
	{
		this.sendChangeStateAction('stop', letterId);
	};
	LetterList.prototype.resume = function (letterId)
	{
		this.sendChangeStateAction('resume', letterId);
	};

	LetterList.prototype.sendChangeStateAction = function (actionName, letterId, callback)
	{
		var gridId = this.gridId;

		var messageCode = null;
		if (BX.Main && BX.Main.gridManager)
		{
			var grid = BX.Main.gridManager.getById(gridId);
			if (grid)
			{
				messageCode = grid.instance.getRows().getById(letterId).getDataset().messageCode;
			}
		}

		Page.changeGridLoaderShowing(gridId, true);
		var self = this;
		this.ajaxAction.request({
			action: actionName,
			onsuccess: function (data) {
				Page.reloadGrid(gridId);
				if (callback)
				{
					callback.apply(self, [data]);
				}
			},
			onusererror: this.userErrorHandler.getHandlers(
				(function() {
					this.sendChangeStateAction(actionName, letterId, callback);
				}).bind(this),
				(function() {
					Page.changeGridLoaderShowing(gridId, false);
				}).bind(this),
				{
					editUrl: this.pathToEdit.replace('#id#', letterId)
				}
			),
			onfailure: function () {
				Page.changeGridLoaderShowing(gridId, false);
			},
			data: {
				'id': letterId
			},
			urlParams: {
				'messageCode': messageCode
			}
		});
	};
	LetterList.prototype.onMenuItemClick = function (message)
	{
		if (!message.IS_AVAILABLE && BX.Sender.B24License)
		{
			BX.Sender.B24License.showPopup('Ad');
			this.popupMenu.close();
			return;
		}

		Page.open(message.URL);
		this.popupMenu.close();
	};
	LetterList.prototype.initMenuAdd = function (items)
	{
		if (this.popupMenu)
		{
			this.popupMenu.show();
			return;
		}

		this.popupMenu = BX.PopupMenu.create(
			'sender-letter-list',
			this.buttonAdd,
			items,
			{
				autoHide: true,
				autoClose: true
			}
		);

		BX.bind(this.buttonAdd, 'click', this.popupMenu.show.bind(this.popupMenu));
	};

	LetterList.prototype.onGridUpdated = function (grid)
	{
		BX.UI.Hint.init(grid.getTable());
	};

	BX.Sender.LetterList = new LetterList();

})(window);

Youez - 2016 - github.com/yon3zu
LinuXploit