AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 3.129.69.128
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/rest.integration.iframe/templates/.default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/bitrix/www/bitrix/components/bitrix/rest.integration.iframe/templates/.default/template.php
<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
	die();
}

/** @var CMain $APPLICATION */
/** @var array $arParams */
/** @var array $arResult */

use Bitrix\Main\Localization\Loc;
if($arResult['IS_IFRAME'])
{
	$bodyClass = $APPLICATION->GetPageProperty("BodyClass");
	$APPLICATION->SetPageProperty("BodyClass", ($bodyClass ? $bodyClass." " : "") . "no-all-paddings no-background");
}

\Bitrix\Main\UI\Extension::load('ui.design-tokens');

if(!$arResult['ERROR']):
?>
	<? if ($arResult['JSON_RESULT'] != null):?>
		<div class="integration-container">
			<div class="ui-title-4"><?= Loc::getMessage("REST_INTEGRATION_IFRAME_QUERY_RESULT_TITLE") ?></div>
			<hr>
			<p class="integration-print"><?=htmlspecialcharsbx($arResult['RESPONSE']);?></p>
		</div>
		<div class="integration-container">
			<div class="ui-title-4"><?= Loc::getMessage("REST_INTEGRATION_IFRAME_QUERY_RESULT_JSON_TITLE") ?></div>
			<hr>
			<pre><?=htmlspecialcharsbx(print_r($arResult['JSON_RESULT'], true))?></pre>
		</div>
	<?elseif($arResult['XML_RESULT']):?>
		<div class="integration-container">
			<div class="ui-title-4"><?= Loc::getMessage("REST_INTEGRATION_IFRAME_QUERY_RESULT_XML_RESULT") ?></div>
			<hr>
			<pre class="integration-print-xml"><code><?=htmlspecialcharsbx($arResult['XML_RESULT']);?></code></pre>
		</div>
	<? endif;?>
<? else:?>
	<div class="integration-container">
		<?=htmlspecialcharsbx($arResult['ERROR_TEXT']);?>
	</div>
<? endif; ?>

Anon7 - 2022
AnonSec Team