%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/bizproc.log/ |
| Current File : /home/bitrix/www/bitrix/components/bitrix/bizproc.log/slider.php |
<?
define("STOP_STATISTICS", true);
$SITE_ID = '';
if (isset($_REQUEST["site_id"]) && is_string($_REQUEST["site_id"]))
$SITE_ID = substr(preg_replace("/[^a-z0-9_]/i", "", $_REQUEST["site_id"]), 0, 2);
if ($SITE_ID != '')
define("SITE_ID", $SITE_ID);
require($_SERVER['DOCUMENT_ROOT'].'/bitrix/header.php');
\Bitrix\Main\Localization\Loc::loadMessages(__FILE__);
?>
<!DOCTYPE html>
<html>
<head><? $APPLICATION->showHead(); ?></head>
<body style="background: #eef2f4 !important; ">
<div class="bizproc-log-slider-container">
<div class="bizproc-log-slider-header">
<div class="bizproc-log-slider-header-title"><?=GetMessage('BPABL_SLIDER_TITLE')?></div>
</div>
<?
$APPLICATION->IncludeComponent("bitrix:bizproc.log",
'modern',
array(
"COMPONENT_VERSION" => 2,
"ID" => isset($_REQUEST['WORKFLOW_ID'])? (string)$_REQUEST['WORKFLOW_ID'] : null,
"SET_TITLE" => "N",
"INLINE_MODE" => "Y",
"AJAX_MODE" => "Y",
'AJAX_OPTION_JUMP' => 'N',
'AJAX_OPTION_HISTORY' => 'N'
)
);
?>
</div>
</body>
</html><?
require_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/epilog_after.php');
die();