源码论坛,商业源码下载,尽在锦尚中国商业源码论坛

标题: 安乐业房源列表如何调用? [打印本页]

作者: zbfangzi.com    时间: 2013-6-30 17:27
标题: 安乐业房源列表如何调用?
  1. <div class="columnl">
  2.   <div class="new_title">
  3.     <dd>
  4.       <h1>最新二手房源</h1><div class="news_more" style="padding:8px 8px 0 0;"><a href="sale" target="_blank">更多>></a></div>
  5.       </dd>
  6.     <dd style="margin-left: 6px; width:300px;">
  7.       <h1>最新出租房源</h1><div class="news_more" style="padding:8px 0 0 0;"><a href="rent" target="_blank">更多>></a></div>
  8.       </dd>
  9.   </div>
  10.   <div class="co_main">
  11.   <div class="co_main_table" style="border-right:1px dashed #ccc">
  12.   <table width="300" border="0" cellspacing="0" cellpadding="0" class="bgtable">
  13.   <!--{foreach name=rentBest  from=$houseSellNew key=key item=item}-->
  14.   <tr>
  15.     <td width="34" height="24" align="center"></td>
  16.     <td width="161" align="left"><a href="<!--{$cfg.url}-->sale/d-<!--{$item.id}-->.html" title="<!--{$item.title}-->" target="_blank"><span style="color:#2f5aaf"><!--{$item.cityarea_name}--> - </span><!--{$item.borough_name}--></a>&nbsp;</td>
  17.     <td width="37" class="nshi"><!--{$item.description}--></td>
  18.     <td width="68" align="right"><span style="color:#FF0000; font-weight:bold"><!--{$item.house_price}--></span>万元</td>
  19.   </tr>
  20.    <!--{/foreach}-->
  21. </table>
  22.   </div>
  23.   <div class="co_main_table">
  24.   <table width="300" border="0" cellspacing="0" cellpadding="0" class="bgtable" style="margin-left:7px;">
  25.   <!--{foreach name=rentNew from=$houseRentNew key=key item=item}-->
  26.   <tr>
  27.     <td width="34" height="24" align="center"></td>
  28.     <td width="151"><a href="<!--{$cfg.url}-->rent/d-<!--{$item.id}-->.html" title="<!--{$item.title}-->" target="_blank"><span style="color:#2f5aaf"><!--{$item.cityarea_name}--> - </span><!--{$item.borough_name}--></a>&nbsp;</td>
  29.     <td width="37" class="nshi"><!--{$item.description}--></td>
  30.     <td width="78" align="right"><span style="color:#FF0000; font-weight:bold"><!--{$item.house_price}--></span>元/月</td>
  31.   </tr>
  32.   <!--{/foreach}-->
  33. </table>
  34.   </div>
  35.   </div>

  36. </div>
复制代码

作者: zbfangzi.com    时间: 2013-6-30 17:27
以上代码,只能在首页显示。放在其它页面无效。
作者: zbfangzi.com    时间: 2013-7-1 17:57
{:2_224:}

顶啊




欢迎光临 源码论坛,商业源码下载,尽在锦尚中国商业源码论坛 (https://bbs.52jscn.com/) Powered by Discuz! X3.3