<?foreach($arResult["PROPERTIES"]["TAC"]["VALUE"] as $analog):?>
<?$res = CIBlockElement::GetByID($analog);?>
<?if($ar_res = $res->GetNext())?>
<?=$ar_res["PREVIEW_TEXT"];?>
<p style="background: url('<?=$ar_res['PREVIEW_PICTURE']?>');"></p>
<?endforeach;?>
<?$arFilter = array('IBLOCK_ID' => '22','ID' => array('19,21'));
$rsItems = CIBlockElement::GetList(array(),$arFilter);
while ($arItem = $rsItems->GetNext())
{
$arItem['PREVIEW_PICTURE'] = CFile::GetFileArray($arItem['PREVIEW_PICTURE']);
}?>
<p style="background: url('<?=$arItem['PREVIEW_PICTURE']?>');"></p>
<div class="list1">
<input type="radio" name="usn" id="usn6"><label for="usn6">usn6</label>
<input type="radio" name="usn" id="usn16"><label for="usn16">usn16</label>
<input type="radio" name="usn" id="osmo"><label for="osmo">osmo</label>
</div>
<hr>
<div>
<input type="radio" name="docs" id="docs1_100"><label for="docs1_100">1-100</label>
<input type="radio" name="docs" id="docs101_200"><label for="docs101_200">101-200</label>
<input type="radio" name="docs" id="docs201_300"><label for="docs201_300">201-300</label>
</div>
<hr>
<div>
<input type="radio" name="sotr" id="sotr1_3"><label for="sotr1_3">1-3</label>
<input type="radio" name="sotr" id="sotr4_5"><label for="sotr4_5">4-5</label>
<input type="radio" name="sotr" id="sotr6_10"><label for="sotr6_10">6-10</label>
</div>
$('div input').click(function(){
if (usn6.is(':checked') || usn16.is(':checked') && sotr1_3.is(':checked') && docs1_100.is(':checked')) {
type1 = true;
type2 = false;
type3 = false;
if (type1) {
console.log('type 1 ')
}
}
else if (usn6.is(':checked') || usn16.is(':checked') || osmo.is(':checked') || docs101_200.is(':checked') || sotr4_5.is(':checked') || sotr1_3.is(':checked')) {
type2 = true;
type3 = false;
type1 = false;
if (type2) {
console.log('type 2')
}
}
else if (usn6.is(':checked') || usn16.is(':checked') || osmo.is(':checked') || sotr6_10.is(':checked') || docs201_300.is(':checked') || docs301_.is(':checked') || sotr10_.is(':checked')) {
type3 = true;
type1 = false;
type2 = false;
if (type3) {
console.log('type 3')
}
}
})
посмотрел во Всех файлах через поиск в фтп - нигде нет