%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/iblock.vote/templates/stars/ |
| Current File : //home/bitrix/www/bitrix/components/bitrix/iblock.vote/templates/stars/result_modifier.php |
<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
$component = $this->__component;
$arSessionParams = array(
"PAGE_PARAMS" => array("ELEMENT_ID"),
);
foreach($arParams as $k=>$v)
if(strncmp("~", $k, 1) && !in_array($k, $arSessionParams["PAGE_PARAMS"]))
$arSessionParams[$k] = $v;
$arSessionParams["COMPONENT_NAME"] = $component->GetName();
$arSessionParams["TEMPLATE_NAME"] = $component->GetTemplateName();
if($parent = $component->GetParent())
{
$arSessionParams["PARENT_NAME"] = $parent->GetName();
$arSessionParams["PARENT_TEMPLATE_NAME"] = $parent->GetTemplateName();
$arSessionParams["PARENT_TEMPLATE_PAGE"] = $parent->GetTemplatePage();
}
$idSessionParams = md5(serialize($arSessionParams));
$component->arResult["AJAX"] = array(
"SESSION_KEY" => $idSessionParams,
"SESSION_PARAMS" => $arSessionParams,
);
$arResult["~AJAX_PARAMS"] = array(
"SESSION_PARAMS" => $idSessionParams,
"PAGE_PARAMS" => array(
"ELEMENT_ID" => $arParams["ELEMENT_ID"],
),
"AJAX_CALL" => "Y"
);