Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/redsign/grupper.list/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/redsign/grupper.list/templates/.default/template.php

<?if(!defined("B_PROLOG_INCLUDED")||B_PROLOG_INCLUDED!==true)die();?>

<div id="rs_grupper">
<?foreach($arResult["GROUPED_ITEMS"] as $arrValue):?>
	<?if(is_array($arrValue["PROPERTIES"]) && count($arrValue["PROPERTIES"])>0):?>
		<strong><?=$arrValue["GROUP"]["NAME"]?></strong>
		<ul class="options">
		<?foreach($arrValue["PROPERTIES"] as $property):?>
			<li><span><?=$property["NAME"]?></span><b><?=$property["DISPLAY_VALUE"]?></b></li>
		<?endforeach;?>
		</ul>
		<hr />
	<?endif;?>
<?endforeach;?>

<?if(is_array($arResult["NOT_GROUPED_ITEMS"]) && count($arResult["NOT_GROUPED_ITEMS"])>0):?>
	<ul class="options">
		<?foreach($arResult["NOT_GROUPED_ITEMS"] as $property):?>
			<li><span><?=$property["NAME"]?></span><b><?=$property["DISPLAY_VALUE"]?></b></li>
		<?endforeach;?>
	</ul>
<?endif;?>
</div>