AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 13.58.12.203
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bitrix/www/bitrix/components/bitrix/map.yandex.view/settings/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/bitrix/www/bitrix/components/bitrix/map.yandex.view/settings/settings.js
function OnYandexMapSettingsEdit(arParams)
{
	if (null != window.jsYandexCEOpener)
	{
		try {window.jsYandexCEOpener.Close();}catch (e) {}
		window.jsYandexCEOpener = null;
	}

	window.jsYandexCEOpener = new JCEditorOpener(arParams);
}

function JCEditorOpener(arParams)
{
	this.arParams = arParams;
	this.jsOptions = this.arParams.data.split('||');

    var obButton = document.createElement('INPUT');
    obButton.type = "button";
    obButton.value = this.jsOptions[1];
    this.arParams.oCont.appendChild(obButton);

	obButton.onclick = BX.delegate(this.btnClick, this);
	this.saveData = BX.delegate(this.__saveData, this);
}

JCEditorOpener.prototype.Close = function(e)
{
	if (false !== e)
		BX.util.PreventDefault(e);

	if (null != window.jsPopup_yandex_map)
	{
		window.jsPopup_yandex_map.Close();
	}
}

JCEditorOpener.prototype.btnClick = function ()
{
	this.arElements = this.arParams.getElements();

	if (!this.arElements)
		return false;

	if (null == window.jsPopup_yandex_map)
	{
		var strUrl = '/bitrix/components/bitrix/map.yandex.view/settings/settings.php'
			+ '?lang=' + this.jsOptions[0]
			+ '&INIT_MAP_TYPE=' + BX.util.urlencode(this.arElements.INIT_MAP_TYPE.value),
		strUrlPost = 'MAP_DATA=' + BX.util.urlencode(this.arParams.oInput.value);

		window.jsPopup_yandex_map = new BX.CDialog({
			'content_url': strUrl,
			'content_post': strUrlPost,
			'width':800, 'height':500,
			'resizable':false
		});
	}

	window.jsPopup_yandex_map.Show();
	window.jsPopup_yandex_map.PARAMS.content_url = '';

	return false;
}

JCEditorOpener.prototype.__saveData = function(strData, view)
{
	this.arParams.oInput.value = strData;
	if (null != this.arParams.oInput.onchange)
		this.arParams.oInput.onchange();

	if (view && this.arElements.INIT_MAP_TYPE)
	{
		this.arElements.INIT_MAP_TYPE.value = view;
		if (null != this.arElements.INIT_MAP_TYPE.onchange)
			this.arElements.INIT_MAP_TYPE.onchange();
	}

	this.Close(false);
}

Anon7 - 2022
AnonSec Team