| Server IP : 162.214.74.102 / Your IP : 216.73.216.192 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/leo/application/plugins/module_imobles/views/enterprises/ |
Upload File : |
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>{$_L['module imobles listings']}</h3>
</div>
<div id="listing_view_processing" class="dataTables_processing" style="display: none;"><i class="fa fa-spinner fa-spin fa-3x fa-fw"></i><span class="sr-only">Processando...</span></div>
<div class="modal-body" id="table_listings">
{* <a href='#' id='msg_whats' class="btn btn-success btn-xs " ><i class='fa fa-whatsapp '></i> {$_L['module imobles whatsapp all']}</a>*}
<a href='#' id='' class="review_listings btn btn-success btn-xs " ><i class='fa fa-retweet '></i> {$_L['module imobles review listings']}</a>
<table class="table table-bordered table-hover top10 sys_table footable" data-filter="#foo_filter" data-page-size="50">
<thead>
<tr>
<th class='check_all'><input id='check_all' type='checkbox' class='check_all'></th>
<th style="width:220px">{$_L['Image']} </th>
<th>{$_L['module imobles enterprise']} </th>
<th>{$_L['module imobles name advertise']} </th>
<th>{$_L['Value']} </th>
<th>{$_L['Date Created']}</th>
<th>{$_L['module imobles date last update']}</th>
{* <th class="text-center">{$_L['module imobles whatsapp']}</th>*}
<th class="text-center">{$_L['module imobles listing']}</th>
</tr>
</thead>
<tbody>
{if count($listing) > 0}
{foreach $listing as $d}
<tr style="">
<td data-id='{$d['id']}' class=" select_listing vertical-middle">
<br> <br>
<input id='listing_{$d['id']}' data-enterprise-id="{$d['entreprise_id']}" class="all_check_listing select_listing" data-name='{$d['name']}' data-id='{$d['id']}' data-crawler_listing_id='{$d['crawler_listing_id']}' data-whatsapp='55{preg_replace('/\D/', '', $d['crawler_whatsappNumber'])}' type='checkbox'></td>
<td data-id='{$d['id']}' class="">
{if $d['images']}
<ul class="bxslider">
{foreach $d['images'] as $im}
<li>
<center> <img style='max-width:205px; max-height:150px' src="{APP_URL}/application/plugins/module_imobles/uploads/enterprise/{$im->module_imobles_enterprise_id}/images/{$im->src}" /></center></li>
{/foreach}
</ul>
{else}
{$_L['module imobles wihout images']}
{/if}
</td>
<td > {$d['enterprise_name']}</td>
<td data-id='{$d['id']}' data-title="{$d['name']}" data-content='{$_L['module imobles tot listing']}: {$d['total_listing']}<br/> {$d['phones_desc']}<br/>{$_L['module imobles license number']} {$d['licenseNumber']} <br/> {if empty($d['websiteUrl'])}{else} <a href="{$d['websiteUrl']}" target="_blank" >{$d['websiteUrl']}</a> <br/>{/if}<i class="fa fa-calendar"></i> {date( 'd/m/Y H:i:s', strtotime($d['crawler_createdDate']))} <br/><b>{$_L['Value']} {$d['crawler_price_desc']}</b>' class="popoverDetailListing popoverDetailListing_{$d['id']}"> <br/> <br/>{$d['name']}</td>
<td data-id='{$d['id']}' class="select_listing" data-content="{$d['description']}" data-title="{$d['title']}" class="popoverDetailListing"> <br/><br/>{number_format($d['crawler_price'], 2, $_c['dec_point'], $_c['thousands_sep'])}</td>
<td data-id='{$d['id']}' class="select_listing"><br/><br/>{date( 'd/m/Y H:i:s', strtotime($d['crawler_createdAt']))}</td>
<td data-id='{$d['id']}' class="select_listing"><br/><br/>{date( 'd/m/Y H:i:s', strtotime($d['crawler_updatedAt']))}</td>
{* <th class="text-center"><a href='https://api.whatsapp.com/send?phone=55{preg_replace('/\D/', '', $d['crawler_whatsappNumber'])}&text=Olá {$d['name']}, tudo bem? Gostaria de saber se o imóvel que você está anunciando ainda está disponível ou já foi vendido. Abaixo segue o link do anúncio: http://vivareal.com.br/imovel/{$d['crawler_listing_id']}. Aguardo seu retorno. Abraços.' target='_blank'><i class='fa fa-whatsapp fa-2x ' style="color:green"></i></a> </th>*}
<td class="text-center">
<a href='http://vivareal.com.br/imovel/{$d['crawler_listing_id']}' target='_blank'>{$_L['View']}</a>
<br/>
<br/>
<a href="#" data-text="{$_L['module imobles name advertise']} :{$d['name']}<br/> {$_L['Value']} : {number_format($d['crawler_price'], 2, $_c['dec_point'], $_c['thousands_sep'])}" data-id='{$d['id']}' class="btn btn-xs btn-danger desactive_listing"><i class="fa fa-times" data-toggle="tooltip" title="{$_L['module imobles desactive']}"></i> </a>
</td>
</tr>
{/foreach}
{else}
<tr>
<td colspan="8">
{$_L['No_Records_Found']}
</td>
</tr>
{/if}
</tbody>
</table>
</div>
<form id="form_send_msg">
</form>
<div class="modal-footer">
<a href="#" class="cancel_ajax-modal-listing" data-dismiss="modal"> | {$_L['Close']}</a>
</div>