非技术贴,有人觉得好一定要给加分啊。
先看看
图片对比:
官方体验站的:
永乐居房产网:
要想实现和
永乐居房产网一样的效果,请复制如下
代码:
<list num="20" action="sale" cachetime="60" ifpushonly="0" title="房源列表" />
<ul class="pw-hlist col4">
<loop>
<li><a href="{url}" target="_blank"><span class="house-name">{village,8}{room}</span><span class="price">总价<font color="red"><b>{price}</b>万</font></span></a></li>
</loop>
</ul>
租房代码视加分情况再考虑发。。。。
另外还有这个地方(就官方体验站的人物访谈)可以改成中介的展示,见图:
PW模块代码调用有点意思。。。。
增加调用租房的代码:<list num="20" action="hire" cachetime="1800" ifpushonly="0" title="楼盘模块" />
<ul class="pw-hlist col4">
<loop>
<li><a href="{url}" target="_blank"><span class="house-name">{village,7}{room,3}{acreage}㎡</span><span class="price"><font color="red"><b>{price}</b></font>元/月</span></a></li>
</loop>
</ul>
经纪人展示:<div class="bd">
<ul class="interviews-list">
<list num="4" action="broker" cachetime="1800" ifpushonly="0" title="用户模块" />
<loop>
<li class="item">
<div class="pho"><a href="{url}" target="_blank"><img src="{image,50,50}" /></a></div>
<ul>
<li>经纪人:<a href="{url}">{realname}</a></li>
<li>服务商圈:{plate,8}</li>
</ul>
<p class="data">房源:<span class="sale">出售<a href="{url}&a=sale"><font color=red><b>{salenum}</b></font>套</a>|</span><span class="rent">出租<a href="{url}&a=hire"><font color=red><b>{hirenum}</b></font>套</a></span></p>
</li>
</loop>
</ul>
</div>
某人不屑于我分享的帖子,那么拜托,别学我说那个模块可以改成中介的,而且连标题栏的文字及二手房、租房的分隔都一样,抓个图吧,无图无真相,我也还你一个ip。
[ 此帖被永乐居房产网在2010-10-20 11:38重新编辑 ]