Commit 367b8839 authored by liuqiao's avatar liuqiao

出租房源列表封面图

parent 5f86cf8a
......@@ -214,6 +214,11 @@
<tr>
<td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td>
<td class="td second" style="width:380px;">
<div style="float: left;margin-top: 20px">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank"><?php echo $value['address_str'];?></a>
</div>
......@@ -244,9 +249,9 @@
<a class="bds_sqq"></a>
<a class="bds_qzone"></a>
<a class="bds_tsina"></a>
<!-- <a class="bds_tqq"></a>-->
<!-- <a class="bds_renren"></a>-->
<!-- <span class="bds_more"></span>-->
<!-- <a class="bds_tqq"></a>-->
<!-- <a class="bds_renren"></a>-->
<!-- <span class="bds_more"></span>-->
......@@ -258,12 +263,13 @@
</script>
<?php if(GB_CITY=='nj'){?>
<!-- <a style="margin-left:2px;" value="--><?php //echo $value['id'];?><!--" id="wx_share" class="wx_share_c" href="javascript:void(0)"><img src="<?=STATIC_SOURCE_URL?>/zsb/images/v1.0/weixin_tu.jpg"></a>-->
<!-- <a style="margin-left:2px;" value="--><?php //echo $value['id'];?><!--" id="wx_share" class="wx_share_c" href="javascript:void(0)"><img src="<?=STATIC_SOURCE_URL?>/zsb/images/v1.0/weixin_tu.jpg"></a>-->
<?php }?>
<!-- Baidu Button END -->
</div>
</div>
</td>
<td class="td w90">
<p><?php echo date( 'm-d H:i' , $value['creattime']); ?></p>
......
......@@ -156,6 +156,11 @@
<tr>
<td class="td w10"></td>
<td class="td second" style="width:300px;">
<div style="float: left;margin-top: 20px">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank"><?php echo $value['address_str'];?></a>
</div>
......@@ -169,6 +174,7 @@
<span>房源编号:<?php echo $value['id'];?></span>
<?php if (!empty($value['ownid'])) { echo '内部编号:'.$value['ownid']; } ?>
</div>
</div>
</td>
<td class="td w75">
<p><?php echo date( 'm-d H:i' , $value['creattime']); ?></p>
......
......@@ -204,6 +204,11 @@
<tr>
<td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td>
<td class="td second">
<div style="float: left;margin-top: 20px">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank"><?php echo $value['address_str'];?></a>
</div>
......@@ -218,6 +223,7 @@
<span>房源编号:<?php echo $value['id'];?></span>
<?php if (!empty($value['ownid'])) { echo '内部编号:'.$value['ownid']; } ?>
</div>
</div>
</td>
<td class="td w104">
<p><?php echo date( 'm-d H:i' , $value['creattime']); ?></p>
......
......@@ -159,7 +159,7 @@
<tr>
<td class="td w10"></td>
<td class="td second" style="width:300px;">
<div style="float: left;margin-top: 20px">
<div style="float: left;margin-top: 10px">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
......
......@@ -212,7 +212,7 @@
<tr>
<td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td>
<td class="td second">
<div style="float: left;margin-top: 20px">
<div style="float: left;margin-top: 10px">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment