<div class="select-line-info">Площадь <span class="m2"> (м²)</span></div> <input class="short-input-pl" type="text" id="input-name" name="squareOther" placeholder="Общая" > <input class="short-input-pl" type="text" id="input-name" name="squareLiveOther" placeholder="Жилая" > <input class="short-input-pl" type="text" id="input-name" name="squareKitchenOther" placeholder="Кухня" > <div class="placeholder"> <label for="input-name" class="input-hint"> <span class="text-placeholder">(Пример: 18+14-10)</span> </label> <input class="input-text short-input box-2-input" type="text" name="roomFormulaOther" id="input-name" value="" placeholder="Комнаты" > </div> </div> <?php $selectedClosetIndex = ApartmentCloset::getCloset()[1]; echo CHtml::dropDownList('closetOther', $select, ApartmentCloset::getCloset(), ['class' => 'short-select', 'options' => [$selectedClosetIndex => ['selected' => 'selected']]]); $selectedBalconyIndex = ApartmentBalcony::getBalcony()[1]; echo CHtml::dropDownList('balconyOther', $select, ApartmentBalcony::getBalcony(), ['class' => 'short-select', 'options' => [$selectedBalconyIndex => ['selected' => 'selected']]]); $selectedWindowIndex = WindowTo::getWindowTo()[1]; echo CHtml::dropDownList('windowOther', $select, WindowTo::getWindowTo(), ['class' => 'short-select', 'options' => [$selectedWindowIndex => ['selected' => 'selected']]]); $selectedFloorIndex = ApartmentFloors::getFloors()[0]; echo CHtml::dropDownList('floorTypeOther', $select, ApartmentFloors::getFloors(), ['class' => 'short-select', 'options' => [$selectedFloorIndex => ['selected' => 'selected']]]); $selectedFacingIndex = ApartmentFacingType::getFacing()[0]; echo CHtml::dropDownList('facingtypeOther', $select, ApartmentFacingType::getFacing(), ['class' => 'short-select middle-size-select', 'options' => [$selectedFacingIndex => ['selected' => 'selected']]]); ?> <div class="block-1-bottom-logic"> <div class="logic-list"> <div class="select-tex r-h-marg-1"> <input type="checkbox" class="checkbox" name="condition[furniturehouse]" id="checkbox-8" /> <label for="checkbox-8">Мебель</label> </div> <div class="select-tex r-h-marg-2"> <input type="checkbox" class="checkbox" name="condition[fridgehouse]" id="checkbox-9" />
</li> </ul> </div> <div class="detail-row row-big"> <div class="conf-name">Дополнительно</div> <ul class="term-of-lease select-ul radio-btn"> <li> <?php $selectedClosetIndex = ApartmentCloset::getCloset()[1]; echo CHtml::dropDownList('closet', $select, ApartmentCloset::getCloset(), ['id' => 'closet', 'options' => [$selectedClosetIndex => ['selected' => 'selected']]]); ?> </li> <li class="marg-sell-room"> <?php $selectedBalconyIndex = ApartmentBalcony::getBalcony()[1]; echo CHtml::dropDownList('balcony', $select, ApartmentBalcony::getBalcony(), ['id' => 'balcony', 'options' => [$selectedBalconyIndex => ['selected' => 'selected']]]); ?> </li> </ul> </div> <div class="detail-row row-big"> <div class="conf-name">Искать</div> <ul class="term-of-lease select-ul radio-btn"> <li> <input type="checkbox" id="photo" name="condition[photo]"/> <label for="checkbox-43">Только с фото</label> </li> <li> <input type="checkbox" id="nobroker" name="condition[nobroker]"/> <label for="no_proxy">Без посредников</label> </li>