.../protected/modules/apartments/views/widgetApartments_list.php
После кода
- Код: Выделить всё
<div class="appartment_box" id="appartment_box">
- Код: Выделить всё
<!--сайтбар-->
<div class="clear3">
<!--пример-->
<div class="clear35">
<div class="clear34">
<center><a title="Продаётся!" href="http://xn--b1amqct.xn--p1ai/ru/property/Dom-110-m-na-uchastke-15-sot.html">
<img src="http://овито.рф/uploads/objects/00003.png" width="262" height="212" id="logo1" />Продаю Дом Рубцовск</a></br>
1 600 000 руб.</center>
</div></div>
<div class="clear3511">
<div class="clear3411"><center><a alt="Учебные заведения Рубцовска" title="Натали-центр компьютерного обучения!" href="http://xn--b1amqct.xn--p1ai/ru/page/NATALI-centr-individualnogo-kompjuternogo-obuchenija-.html">
<img src="http://овито.рф/uploads/objects/kurs.png" width="262" height="370" id="logo1" /></a>
</center>
</div>
</div>
<!--конец примера-->
</div>
<!--сайтбар-->
и в файле .../css/style.css
- Код: Выделить всё
/*изменить*/
.appartment_item {
width:70%;
float: left;
border:1px solid #f5f8fb;
margin: 3px;
font-size: 13px;
max-height: 120px;
min-height: 120px;
overflow: hidden;
position: relative;
}/*блок-объявлений*/
/*добавить*/
.clear3 { /*border: 1px solid #3a65a9;*/width:28%; height:2500px;/*это кстате дляна сайтбара*/ margin: 0px; float:right;position: relative;}/*блок-сайтбар*/
.clear35 {/*background-color:#e2e6e7;*/width:99,5%; height:273px; float: center; position: relative;}/*блок-примеры*/
.clear34 { width:99,5%; height:265px; border: 1px solid #c4dce7; float: center; position: relative; }/*блок-примеры*/
.clear3511 {/*background-color:#e2e6e7;*/width:99,5%; height:374px; float: center; position: relative;}/*блок-примеры*/
.clear3411 { width:99,5%; height:370px; border: 1px solid #c4dce7; float: center; position: relative; }/*блок-примеры*/
Было бы не плохо кто разбирается подправить синтаксис и убрать не дочеты
Быстрые ссылки на главной сделал так:
.../protected/modules/apartments/views/widgetApartments_list.php
После кода
- Код: Выделить всё
<?php
if ($modeListShow != 'map' && $sorterLinks) {
foreach ($sorterLinks as $link) {
echo '<div class="sorting">' . $link . '</div>';
}
}
- Код: Выделить всё
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a></a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=15&nomer_sada=0&square=">Дачи</a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=4&test_spravoc1=0&land_square=">Участки</a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=13&test_spravoc1=0&square=">Погреба</a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=11&test_spravoc1=0&square=">Гаражи</a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=9&test_spravoc1=0&rooms=0&square=">Коттеджи</a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=2&test_spravoc1=0&rooms=0&square=">Дома</a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=6&test_spravoc1=0&rooms=0&floor_min=0&floor_max=12">Малосемейки</a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=5&test_spravoc1=0&rooms=0&floor_min=0&floor_max=12">Гостинки</a></div>';
echo '<div class="sorting"><a href="http://xn--b1amqct.xn--p1ai/ru/search?apType=0&objType=1&test_spravoc1=0&rooms=0&floor_min=0&floor_max=12">Квартиры</a></div>';
Вот еще реализация ссылок: viewtopic.php?f=17&t=844