Viewing file: inmueble.volt.php (101.78 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<nav class="breadcrumbs search"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2 p0"> <form action="/busqueda"> <div class="col-sm-3 p3" id="select-form-inmueble"> <div class="form-group"> <select name="inmueble" class="form-control"> <?php $count = 0; foreach($immovables as $i => $k):?> <option <?=strtolower($inmueble->getType())===$i?'selected':'';?> value="<?=$i?>"><?=$k?></option> <?php $count++; endforeach;?> </select> </div> </div> <div class="col-sm-3 p3"> <div class="form-group"> <select name="operacion" class="form-control"> <option <?=$inmueble->getOperation()=='RENTA'?'selected':'';?> value="RENTA">Renta</option> <option <?=$inmueble->getOperation()=='VENTA'?'selected':'';?> value="VENTA">Venta</option> <option <?=$inmueble->getOperation()=='general'?'selected':'';?> value="general">Renta / Venta</option> </select> </div> </div> <div class="col-sm-3 p3"> <select name="ubicacion" class="form-control"> <?php $count=0;foreach($states as $k => $i):?> <?php foreach($i as $s): if($s['mpid']=='2000' || $s['mpid']=='2008' || $s['mpid']=='2009' || $s['mpid']=='2010') {?> <option <?=$inmueble->getMpid()==$s['mpid']?'selected':'';?> value="<?=$s['mpid']?>"><?=$s['nombre']?></option> <?php } endforeach; ?> <?php $count++; endforeach;?> <option value="general">Todas</option> </select> </div> <div class="col-sm-3 p3"> <button type="submit" class="btn btn-mercotab btn-search" style="border-radius: 0 8px 8px 0 !important;"><span class="far fa-search"></span> Buscar</button> </div> </form> </div> </div> </div> </nav><!-- END BREADCRUMBS-->
<div class="mt_mosaic_images"> <div class="container p0"> <div class="mt_row_grid"> <div class="mt_item_images"> <a class="gallery" data-fancybox="gallery" href="<?= $this->url->get('dash/assets/inmuebles/'.$inmueble->getMainImage());?>"> <div class="mt_overflow_image"> <div class="mt_size_image"> <picture class="mt_wrp_image"> <img src="<?= $this->url->get('dash/assets/inmuebles/mediano/'.$inmueble->getMainImage());?>" alt='<?=$inmueble->getNameFraccionamiento().", ".$inmueble->getNeighborhood()?>'> </picture> </div> </div> </a> </div> <?php foreach($gallerymosaic as $i => $k):?> <?php if($i<=3):?> <div class="mt_item_images"> <a class="gallery" data-fancybox="gallery" href="<?= $this->url->get('dash/assets/inmuebles/'.$k->getName());?>"> <div class="mt_overflow_image"> <div class="mt_size_image"> <picture class="mt_wrp_image"> <img src="<?= $this->url->get('dash/assets/inmuebles/mediano/'.$k->getName());?>" alt='<?=$inmueble->getNameFraccionamiento().", ".$inmueble->getNeighborhood()?>'> </picture> </div> </div> </a> </div> <?php else:?> <div class="hidden"> <a class="gallery" data-fancybox="gallery" href="<?= $this->url->get('dash/assets/inmuebles/'.$k->getName());?>"> </a> </div> <?php endif;?> <?php endforeach;?> </div> <a class="mt_view_gallery"><i class="fal fa-images"></i> Ver galería completa</a> </div> </div>
<div class="mt_slides_images"> <div class="mt_container_slides"> <div class="mt_carousel_movil owl-carousel owl-theme"> <div class="item similar-home__image responsive-image"> <a class="gallery_slide_movil" data-fancybox="gallery_movil" href="<?= $this->url->get('dash/assets/inmuebles/'.$inmueble->getMainImage());?>"> <img src="<?= $this->url->get('dash/assets/inmuebles/mediano/'.$inmueble->getMainImage());?>" alt="<?=$i['name_fraccionamiento']?>"> </a> </div> <?php foreach($gallery as $i => $k):?> <div class="item similar-home__image responsive-image"> <a class="gallery_slide_movil" data-fancybox="gallery_movil" href="<?= $this->url->get('dash/assets/inmuebles/'.$k['name']);?>"> <img src="<?= $this->url->get('dash/assets/inmuebles/mediano/'.$k['name']);?>" alt="<?=$i['name_fraccionamiento']?>"> </a> </div> <?php endforeach;?> </div> </div> </div> <?php $imid = $inmueble->getImid();?> <div class="center center_ficha_tecnica"> <div class="container"> <div class="row mt_row_flex"> <div class="col-md-8 p0"> <div class="color_background_mercotab block_fichaT"> <div class="property__header tInmueble color_transparent"> <div class="property__header-container"> <ul class="property__main"> <li class="property__main-item"> <span class="property_text_offer"> <!--span ck>EN <?=$inmueble->getOperation()?></span--> <span class="price_inmueble">$<?=$inmueble->getOperation()=="VENTA"?number_format($inmueble->getVent(),0,".",","):number_format($inmueble->getRent(),0,".",",")?></span> </span> </li> <li class="property__main-item hidden-xs"> <ul class="property__list d-flex mt_icons_inmueble"> <li class="property__item <?=$_SERVER[HTTP_HOST]=='dev.mercotab.mx' || $_SERVER[HTTP_HOST]=='asesor.mercotab.mx' ?'':'hidden'?>"> <?php if($inmueble->getType()=='OFICINA'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=oficina&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='EDIFICIO'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=edificio&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='BODEGA'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=bodega&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=="CASA"){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=casa&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='DEPARTAMENTO'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=departamento&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO GRANDE'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenogrande&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO COMERCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenogrande&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='RANCHO'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=rancho&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO INDUSTRIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenoparque&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='LOCAL COMERCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=localcomercial&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='LOTE RESIDENCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=loteresidencial&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }else{?> <a onclick="notYet()" data-toggle="tooltip" data-placement="top" title="" class="property__link"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php } ?> </li> <?php if($inmueble->getUrlVideo() || $inmueble->getUrlVideoVimeo() || $inmueble->getMatterport()):?> <?php if($inmueble->getUrlVideo() || $inmueble->getUrlVideoVimeo()):?> <li class="property__item"> <a class="property__link various fancybox" data-fancybox-type="iframe" href="<?=$inmueble->getUrlVideoVimeo()?$inmueble->getUrlVideoVimeo():$inmueble->getUrlVideo()?>"> <i class="fas fa-video"></i> </a> </li> <?php endif;?> <?php if($inmueble->getMatterport()):?> <li class="property__item"> <a href="<?=$this->url->get('inmueble/'.$inmueble->getPermalink())?>#matter" class="property__link"> <img class="property__icon" src="/front/img/icon/03.png" aria-hidden="true"></img> </a> </li> <?php endif;?> <li class="property__item"> <a href="javascript:void(0)" class="property__link share" data-link="<?=$this->url->get('inmueble/'.$inmueble->getPermalink())?>"> <i class="fas fa-share-alt"></i> </a> </li> <?php else:?> <li class="property__item"> <a href="javascript:void(0)" class="property__link share" data-link="<?=$this->url->get('inmueble/'.$inmueble->getPermalink())?>"> <!-- <img class="property__icon" src="/front/img/icon/02.png" aria-hidden="true"></img> --> <i class="fas fa-share-alt"></i> <!--span class="property__item-desc">¡Compartir!</span--> </a> </li> <?php endif;?> </ul> </li> </ul><!-- .property__main --> </div><!-- .property__header-container --> </div> <div class="site site--main"> <!-- BEGIN PROPERTY DETAILS--> <div class=""> <ul class="property__list list-left p0 mt_type_inmueble" style="position:relative"> <div class="property__meta mt_price_inmobiliaria"> <h4 class="pSubtitle font-500 m0"><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></h4> </div><!-- .property__meta --> </ul><!-- .property__list --> <div class="mt_content_name_loc"> <h2 class="property__name"><?=$inmueble->getNameFraccionamiento()?></h2> <!--span class="property__address"><i class="fal fa-map-marker-alt property__address-icon"--></i> <?php if($inmueble->getMunicipio() != "" ): ?> <?=$inmueble->getStreet().", ". $inmueble->getNeighborhood().", ".$inmueble->getMunicipio().", ".$inmueble->getEstado().", ".$inmueble->getPostalCode()?>, MEX <?php else: ?> <?=$inmueble->getStreet().", ". $inmueble->getNeighborhood().", ".$inmueble->getPostalCode()?>, MEX <?php endif; ?> </span> </div> <div class="property__description js-unhide-block"> <div class="icons-inm"> <?php if($inmueble->getUrlVideo() || $inmueble->getUrlVideoVimeo() || $inmueble->getMatterport()):?> <div id="icon-inmueble-movil" class="icon-inmueble"> <?php if($_SERVER[HTTP_HOST]=='dev.mercotab.mx' || $_SERVER[HTTP_HOST]=='asesor.mercotab.mx'):?> <?php if($inmueble->getType()=='OFICINA'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=oficina&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='EDIFICIO'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=edificio&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='BODEGA'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=bodega&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=="CASA"){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=casa&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='DEPARTAMENTO'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=departamento&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO GRANDE'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenogrande&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO COMERCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenogrande&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='RANCHO'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=rancho&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO INDUSTRIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenoparque&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='LOCAL COMERCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=localcomercial&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='LOTE RESIDENCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=loteresidencial&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }else{?> <a onclick="notYet()" data-toggle="tooltip" data-placement="top" title="" class="property__link"> </a> <?php } ?> </span> <?php endif;?> <?php if($inmueble->getUrlVideo() || $inmueble->getUrlVideoVimeo()):?> <span class="icon-movil-media various fancybox" data-fancybox-type="iframe" href="<?=$inmueble->getUrlVideoVimeo()?$inmueble->getUrlVideoVimeo():$inmueble->getUrlVideo()?>"> <i class="fas fa-video"></i> </span> <?php endif;?> <?php if($inmueble->getMatterport()):?> <span class="icon-movil-media" href="<?=$this->url->get('inmueble/'.$inmueble->getPermalink())?>#matter"> <span class="icon-play"><img class="recorrido_icon_inmueble" src="/front/img/icon/03.png" aria-hidden="true"></img></span> </span> <?php endif;?> <span title="Compartir" data-link=" <?=$this->url->get('inmueble/'.$inmueble->getPermalink())?>" class="share share-mobile icon-movil-media"> <i class="fas fa-share-alt"></i> </span> </div> <?php else:?> <div id="icon-inmueble-movil" class="icon-inmueble"> <?php if($_SERVER[HTTP_HOST]=='dev.mercotab.mx' || $_SERVER[HTTP_HOST]=='asesor.mercotab.mx'):?> <?php if($inmueble->getType()=='OFICINA'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=oficina&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='EDIFICIO'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=edificio&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='BODEGA'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=bodega&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=="CASA"){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=casa&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='DEPARTAMENTO'){?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=departamento&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO GRANDE'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenogrande&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO COMERCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenogrande&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='RANCHO'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=rancho&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='TERRENO INDUSTRIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=terrenoparque&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='LOCAL COMERCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=localcomercial&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }elseif($inmueble->getType()=='LOTE RESIDENCIAL'){ ?> <a href="<?=$this->url->get('dashboard/documents/downloadpdf?type=loteresidencial&fol='.$imid)?>" target="_blank" data-toggle="tooltip" data-placement="top" title="" class="icon-movil-media"> <img class="pdf_icon_inmueble" src="/front/img/pdf_mct.png" aria-hidden="true"></img> </a> <?php }else{?> <a onclick="notYet()" data-toggle="tooltip" data-placement="top" title="" class="property__link"> </a> <?php } ?> <?php endif;?> <span title="Compartir" data-link=" <?=$this->url->get('inmueble/'.$inmueble->getPermalink())?>" class="share share-mobile icon-movil-media"> <i class="fas fa-share-alt"></i> </span> </div> <?php endif;?> </div> <div class="mt_wrapper_info"> <div class="mt_wrp_left"> <h4 class="pSubtitle color_mercotab">Detalles</h4> <div class="description_inmueble description_inmueble_ficha m0"> <div class="section_inmueble titles_inmueble"> <span class="line-separation"></span> <?php if($inmueble->getType()=='CASA'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody class="house"> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong></strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Antiguedad</td> <td> <?php if($inmueble->getAge()==""):?> A estrenar <?php elseif($inmueble->getAge()==0):?> Nuevo <?php else:?> <?=ucfirst($inmueble->getAge())?> años <?php endif;?> </td> </tr> <tr> <td>Construcción</td> <td><?=$inmueble->getConstructionSuperface()?$inmueble->getConstructionSuperface():$inmueble->getRoofedArea()?> m2</td> </tr> <tr> <td>Terreno</td> <td><?=$dimensiones->getGroundSuperface()?$dimensiones->getGroundSuperface():" "?> m2</td> </tr> <tr> <td>Frente</td> <td><?=$dimensiones->getFront()?$dimensiones->getFront():"0.00"?> mts</td> </tr> <tr> <td>Fondo</td> <td><?=$dimensiones->getBackground()?$dimensiones->getBackground():"0.00"?> mts</td> </tr> <tr> <td>Recámaras</td> <td><?=$caracteristicas->getRooms()?$caracteristicas->getRooms():" "?></td> </tr> <tr> <td>Baños</td> <td><?=$caracteristicas->getBathrooms()?$caracteristicas->getBathrooms():" "?></td> </tr> <tr> <td>Área de lavado</td> <td><?=$caracteristicas->getCleanArea()?$caracteristicas->getCleanArea():" "?></td> </tr> <tr> <td>Cuarto de servicio</td> <td><?=$caracteristicas->getServiceRoom()?$caracteristicas->getServiceRoom():" "?></td> </tr> <tr> <td>Cochera</td> <td><?=$caracteristicas->getGarage()?$caracteristicas->getGarage()." autos":" "?></td> </tr> <tr> <td>Jardín interior</td> <td><?=$caracteristicas->getGarden()?$caracteristicas->getGarden():" "?></td> </tr> <tr> <td>Alberca</td> <td><?=$caracteristicas->getPool()?ucfirst(strtolower($caracteristicas->getPool())):" "?></td> </tr> <tr> <td>Vigilancia</td> <td><?=$servicios->getSecurity()?ucfirst(strtolower($servicios->getSecurity())):" "?></td> </tr> <tr> <td>Cuota Mantto.</td> <td>$<?=$price->getMaintenancePrice()?number_format($price->getMaintenancePrice(),'2','.',','):" "?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='DEPARTAMENTO'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody class="house"> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Antiguedad</td> <td> <?php if($inmueble->getAge()==""):?> A estrenar <?php elseif($inmueble->getAge()==0):?> Nuevo <?php else:?> <?=ucfirst($inmueble->getAge())?> años <?php endif;?> </td> </tr> <tr> <td>Construcción</td> <td><?=$inmueble->getConstructionSuperface()?$inmueble->getConstructionSuperface():$inmueble->getRoofedArea()?> m2</td> </tr> <tr> <td>Recámaras</td> <td><?=$caracteristicas->getRooms()?$caracteristicas->getRooms():" "?></td> </tr> <tr> <td>Baños</td> <td><?=$caracteristicas->getBathrooms()?$caracteristicas->getBathrooms():" "?></td> </tr> <tr> <td>Área de lavado</td> <td><?=$caracteristicas->getCleanArea()?$caracteristicas->getCleanArea():" "?></td> </tr> <tr> <td>Cuarto de servicio</td> <td><?=$caracteristicas->getServiceRoom()?$caracteristicas->getServiceRoom():" "?></td> </tr> <tr> <td>Terraza</td> <td><?=$caracteristicas->getTerrace()?$caracteristicas->getTerrace():"No"?></td> </tr> <tr> <td>Elevador</td> <td><?=$servicios->getElevator()?$servicios->getElevator():"NO"?></td> </tr> <tr> <td>Estacionamiento</td> <td><?=$caracteristicas->getGarage()?$caracteristicas->getGarage()." autos":" "?></td> </tr> <tr> <td>Nivel</td> <td><?=$caracteristicas->getUbication()?$caracteristicas->getUbication():"Sin definir"?></td> </tr> <tr> <td>Alberca</td> <td><?=$caracteristicas->getPool()?ucfirst(strtolower($caracteristicas->getPool())):"No"?></td> </tr> <tr> <td>Vigilancia</td> <td><?=$servicios->getSecurity()?ucfirst(strtolower($servicios->getSecurity())):" "?></td> </tr> <tr> <td>Cuota Mantto.</td> <td>$<?=$price->getMaintenancePrice()?number_format($price->getMaintenancePrice(),'2','.',','):" "?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='LOTE RESIDENCIAL'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody class="lote"> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Precio x m2</td> <td>$<?=number_format($price->getMeterPrice(),'2','.',',')?></td> </tr> <tr> <td>Terreno</td> <td><?=$inmueble->getGroundSuperface()?$inmueble->getGroundSuperface():$inmueble->getGroundArea()?> m2</td> </tr> <tr> <td>Frente</td> <td><?=$dimensiones->getFront()?> mts</td> </tr> <tr> <td>Fondo</td> <td><?=$dimensiones->getBackground()?> mts</td> </tr> <tr> <td>Forma</td> <td><?=$dimensiones->getShape()?ucfirst(strtolower($dimensiones->getShape())):"Sin definir"?></td> </tr> <tr> <td>Serv. Subterraneos</td> <td><?=$servicios->getStarisService()?$servicios->getStarisService():"NO"?></td> </tr> <tr> <td>Alberca</td> <td><?=$amenidades->getSharePool()?$amenidades->getSharePool():"NO"?></td> </tr> <tr> <td>Área social</td> <td><?=$amenidades->getSocialArea()?$amenidades->getSocialArea():"NO"?></td> </tr> <tr> <td>Control de acceso</td> <td><?=$servicios->getAccessControl()?$servicios->getAccessControl():"NO"?></td> </tr> <tr> <td>Vigilancia</td> <td><?=$servicios->getSecurity()?$servicios->getSecurity():"NO"?></td> </tr> <tr> <td>Cuota Mantto.</td> <td>$<?=$price->getMaintenancePrice()?number_format($price->getMaintenancePrice(),'2','.',','):" "?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='TERRENO COMERCIAL'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Precio x m2</td> <td class="terreno">$<?=number_format($price->getMeterPrice(),'2','.',',')?></td> </tr> <tr> <td>Terreno</td> <td class="terreno"><?=$inmueble->getGroundSuperface()?$inmueble->getGroundSuperface():$inmueble->getGroundArea()?> m2</td> </tr> <tr> <td>Frente</td> <td class="terreno"><?=$dimensiones->getFront()?> mts</td> </tr> <tr> <td>Fondo</td> <td class="terreno"><?=$dimensiones->getBackground()?> mts</td> </tr> <tr> <td>Forma</td> <td class="terreno"><?=$dimensiones->getShape()?ucfirst(strtolower($dimensiones->getShape())):"Sin definir"?></td> </tr> <tr> <td>Serv. Subterraneos</td> <td class="terreno"><?=$servicios->getStarisService()?$servicios->getStarisService():"NO"?></td> </tr> <tr> <td>Barda Perimetral</td> <td class="terreno"><?=$servicios->getPerimeterFence()?$servicios->getPerimeterFence():"NO"?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='TERRENO INDUSTRIAL'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Precio x m2</td> <td class="terreno">$<?=number_format($price->getMeterPrice(),'2','.',',')?></td> </tr> <tr> <td>Terreno</td> <td class="terreno"><?=$inmueble->getGroundSuperface()?$inmueble->getGroundSuperface():$inmueble->getGroundArea()?> m2</td> </tr> <tr> <td>Frente</td> <td class="terreno"><?=$dimensiones->getFront()?> mts</td> </tr> <tr> <td>Fondo</td> <td class="terreno"><?=$dimensiones->getBackground()?> mts</td> </tr> <tr> <td>Forma</td> <td class="terreno"><?=$dimensiones->getShape()?ucfirst(strtolower($dimensiones->getShape())):"Sin definir"?></td> </tr> <tr> <td>Tipo de piso</td> <td class="terreno"><?=$caracteristicas->getKindGround()?ucfirst(strtolower($caracteristicas->getKindGround())):"Sin definir"?></td> </tr> <tr> <td>Serv. Subterraneos</td> <td class="terreno"><?=$servicios->getStarisService()?$servicios->getStarisService():"NO"?></td> </tr> <tr> <td>Control de acceso</td> <td class="terreno"><?=$servicios->getAccessControl()?$servicios->getAccessControl():"NO"?></td> </tr> <tr> <td>Vigilancia</td> <td class="terreno"><?=$servicios->getSecurity()?$servicios->getSecurity():"NO"?></td> </tr> <tr> <td>Cuota de Mantto.</td> <td class="terreno">$<?=number_format($price->getMaintenancePrice(),'2','.',',')?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='TERRENO GRANDE'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Precio x m2</td> <td>$<?=number_format($price->getMeterPrice(),'2','.',',')?></td> </tr> <tr> <td>Terreno</td> <td><?=$inmueble->getGroundSuperface()?$inmueble->getGroundSuperface():$inmueble->getGroundArea()?> m2</td> </tr> <tr> <td>Frente</td> <td><?=$dimensiones->getFront()?> mts</td> </tr> <tr> <td>Fondo</td> <td><?=$dimensiones->getBackground()?> mts</td> </tr> <tr> <td>Forma</td> <td><?=$dimensiones->getShape()?ucfirst(strtolower($dimensiones->getShape())):"Sin definir"?></td> </tr> <tr> <td>Servicios</td> <td><?=$servicios->getWaterService()=='SI'?"Agua":""?> / <?=$servicios->getElectricEnergy()=='SI'?"Luz":""?> / <?=$servicios->getPhoneService()=='SI'?"Teléfono":""?> / <?=$servicios->getPublicTransport()=='SI'?"Transporte":""?></td> </tr> <tr> <td>Uso de suelo</td> <td><?=$caracteristicas->getGroundUse()?ucfirst(strtolower($caracteristicas->getGroundUse())):"Sin definir"?></td> </tr> <!--tr> <td>Densidad Constr.</td> <td><?=$caracteristicas->getLivingRoom()?$caracteristicas->getLivingRoom():"Sin definir"?></td> </tr--> <tr> <td>Ideal para</td> <td><?=$caracteristicas->getIdealFor()?$caracteristicas->getIdealFor():"Sin definir"?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='LOCAL COMERCIAL'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Nivel</td> <td><?=$caracteristicas->getUbication()?$caracteristicas->getUbication():"Sin definir"?></td> </tr> <tr> <td>Antiguedad</td> <td> <?php if($inmueble->getAge()==""):?> A estrenar <?php elseif($inmueble->getAge()==0):?> Nuevo <?php else:?> <?=ucfirst($inmueble->getAge())?> años <?php endif;?> </td> </tr> <tr> <td>Estado</td> <td><?=$equipamiento->getFinishLevel()?ucfirst(strtolower($equipamiento->getFinishLevel())):"Sin definir"?></td> </tr> <tr> <td>Precio x m2</td> <td>$<?=number_format($price->getMeterPrice(),'2','.',',')?></td> </tr> <tr> <td>Superficie</td> <td><?=$dimensiones->getConstructionSuperface()?$dimensiones->getConstructionSuperface():" "?> m2</td> </tr> <tr> <td>Frente</td> <td><?=$dimensiones->getFront()?$dimensiones->getFront():"0.00"?> mts</td> </tr> <tr> <td>Fondo</td> <td><?=$dimensiones->getBackground()?$dimensiones->getBackground():"0.00"?> mts</td> </tr> <tr> <td>Forma</td> <td><?=$dimensiones->getShape()?ucfirst(strtolower($dimensiones->getShape())):"Sin definir"?></td> </tr> <tr> <td>Internet</td> <td><?=$equipamiento->getInternet()?$equipamiento->getInternet():"NO"?></td> </tr> <tr> <td>Baños</td> <td><?=$caracteristicas->getBathrooms()?$caracteristicas->getBathrooms():" "?></td> </tr> <tr> <td>Cajones</td> <td><?=$caracteristicas->getGarage()?$caracteristicas->getGarage():" "?></td> </tr> <tr> <td>Vigilancia</td> <td><?=$servicios->getSecurity()?$servicios->getSecurity():" "?></td> </tr> <tr> <td>Cuota Mantto.</td> <td>$<?=$price->getMaintenancePrice()?number_format($price->getMaintenancePrice(),'2','.',','):" "?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='OFICINA'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody class="house"> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Sup. Construcción</td> <td><?=$dimensiones->getConstructionSuperface()?$dimensiones->getConstructionSuperface():" "?> m2</td> </tr> <tr> <td>Precio x m2</td> <td>$<?=number_format($price->getMeterPrice(),'2','.',',')?></td> </tr> <tr> <td>Nivel</td> <td><?=$caracteristicas->getUbication()?$caracteristicas->getUbication():"Sin definir"?></td> </tr> <tr> <td>Antigüedad</td> <td> <?php if($inmueble->getAge()==""):?> A estrenar <?php elseif($inmueble->getAge()==0):?> Nuevo <?php else:?> <?=ucfirst($inmueble->getAge())?> años <?php endif;?> </td> </tr> <tr> <td>Estado</td> <td><?=$caracteristicas->getStateConservation()?ucfirst(strtolower($caracteristicas->getStateConservation())):"Sin definir"?></td> </tr> <tr> <td>Baños</td> <td><?=$caracteristicas->getBathrooms()?$caracteristicas->getBathrooms():"Sin definir"?></td> </tr> <tr> <td>Cajones Fijos</td> <td><?=$caracteristicas->getGarage()?$caracteristicas->getGarage():"NO"?></td> </tr> <tr> <td>Elevador (es)</td> <td><?=$servicios->getElevator()?$servicios->getElevator():"NO"?></td> </tr> <tr> <td>Vigilancia</td> <td><?=$servicios->getSecurity()?$servicios->getSecurity():"Sin definir"?></td> </tr> <tr> <td>Cuota Mantto.</td> <td>$<?=$price->getMaintenancePrice()?number_format($price->getMaintenancePrice(),'2','.',','):"Sin definir"?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='EDIFICIO'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Área rentable</td> <td><?=$dimensiones->getRentArea()?> m2</td> </tr> <tr> <td>Precio x m2</td> <td>$<?=number_format($price->getMeterPrice(),'2','.',',')?></td> </tr> <tr> <td>Niveles</td> <td><?=$caracteristicas->getUbication()?$caracteristicas->getUbication():"Sin definir"?></td> </tr> <tr> <td>Antiguedad</td> <td> <?php if($inmueble->getAge()==""):?> A estrenar <?php elseif($inmueble->getAge()==0):?> Nuevo <?php else:?> <?=ucfirst($inmueble->getAge())?> años <?php endif;?> </td> </tr> <tr> <td>Estado</td> <td><?=$equipamiento->getFinishLevel()?ucfirst(strtolower($equipamiento->getFinishLevel())):"Sin definir"?></td> </tr> <tr> <td>Elevador (es)</td> <td><?=$servicios->getElevator()?$servicios->getElevator():"NO"?></td> </tr> <tr> <td>Baños</td> <td><?=$caracteristicas->getBathrooms()?$caracteristicas->getBathrooms():" "?></td> </tr> <tr> <td>Internet</td> <td><?=$equipamiento->getInternet()?$equipamiento->getInternet():"NO"?></td> </tr> <tr> <td>Sub-estación eléctrica</td> <td><?=$equipamiento->getElectricStation()?$equipamiento->getElectricStation():"NO"?></td> </tr> <tr> <td>Cajones Fijos</td> <td><?=$caracteristicas->getGarage()?$caracteristicas->getGarage():" "?></td> </tr> </tbody> </table> <?php endif;?> <?php if($inmueble->getType()=='BODEGA'):?> <table> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>ID</td> <td><?=$inmueble->getFolio()?></td> </tr> <tr class="hidden"> <td>Tipo</td> <td><strong><?=ucwords(strtolower($inmueble->getType()." En ".$inmueble->getOperation()))?></strong></td> </tr> <tr> <td>Precio x m2</td> <td>$<?=number_format($price->getMeterPrice(),'2','.',',')?></td> </tr> <tr> <td>Antiguedad</td> <td> <?php if($inmueble->getAge()==""):?> A estrenar <?php elseif($inmueble->getAge()==0):?> Nuevo <?php else:?> <?=ucfirst($inmueble->getAge())?> años <?php endif;?> </td> </tr> <tr> <td>Construcción</td> <td><?=$dimensiones->getRoofedArea()?$dimensiones->getRoofedArea():" "?> m2</td> </tr> <tr> <td>Terreno</td> <td><?=$inmueble->getGroundSuperface()?$inmueble->getGroundSuperface():$inmueble->getGroundArea()?> m2</td> </tr> <tr> <td>Frente</td> <td><?=$dimensiones->getFront()?> mts</td> </tr> <tr> <td>Fondo</td> <td><?=$dimensiones->getBackground()?> mts</td> </tr> <tr> <td>Altura</td> <td><?=$dimensiones->getMaxHeight()?> mts</td> </tr> <tr> <td>Andenes</td> <td><?=$caracteristicas->getLoadingPlatform()?></td> </tr> <tr> <td>Oficina</td> <td><?=$caracteristicas->getOffices()?></td> </tr> <tr> <td>Cuota de Mantto.</td> <td>$<?=number_format($price->getMaintenancePrice(),'2','.',',')?></td> </tr> </tbody> </table> <?php endif;?> </div> <div class="clearfix"></div> </div> </div> <div class="mt_wrp_right"> <h4 class="pSubtitle color_mercotab">Descripción</h4> <div class=""> <p><?=$inmueble->getDescription()?></p> </div> </div> </div> </div> </div> </div> </div> <div class="color_background_mercotab block_fichaT" style="margin-top: 20px;"> <div class="site site--main"> <!-- BEGIN PROPERTY DETAILS--> <div class=""> <div class="widget js-widget widget--details mt_more_info" id="maps"> <div class="widget__content"> <h4 class="pSubtitle color_mercotab">Ubicación</h4> <div class="map map--properties"> <div class="map__wrap"> <div id="map_general" data-lat="<?=$inmueble->getLatitud()?>" data-lon="<?=$inmueble->getLon()?>" class="map__view map__view--map"></div> </div> </div> </div> <?php if($inmueble->getUrlVideo() || $inmueble->getUrlVideoVimeo()):?> <?php if($inmueble->getUrlVideoVimeo()):?> <div class="property__description js-unhide-block" id="youtube"> <h4 class="pSubtitle color_mercotab">Vídeo</h4> <div class="map map--properties map--properties-vimeo"> <div class="map__wrap_vimeo"> <iframe src="<?=$inmueble->getUrlVideoVimeo()?>" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe> </div> </div> </div> <?php else:?> <div class="property__description js-unhide-block" id="youtube"> <h4 class="pSubtitle color_mercotab">Vídeo</h4> <div class="map map--properties"> <div class="map__wrap "> <iframe width="100%" height="100%" src="<?=$inmueble->getUrlVideo()?>" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </div> </div> <?php endif;?>
<?php endif;?> <?php if($inmueble->getMatterport()):?> <div class="property__description js-unhide-block" id="matter"> <h4 class="pSubtitle color_mercotab"> Recorrido <img src="/dash/img/icon_inmueble/360-4.png" alt="" style="width: 40px;cursor: pointer; margin-left: 10px;"> </h4> <div class="map map--properties"> <div class="map__wrap"> <iframe width="100%" height="100%" src="<?=$inmueble->getMatterport()?>" height="300" width="100%" allowfullscreen allow='vr'></iframe> </div> </div> </div> <?php endif;?> </div> </div> </div> </div> </div> <div class="col-md-4 p0 mt_hidden"> <div class="sidebar property__container mt_sidebar"> <div class="widget__container"> <section class="mt_widget_sidebar sticky_form"> <form class="contact-form contact-form--white" id="contactForm"> <div class="contact-form__header"> <h2 class="mt_title_form">Contáctanos</h2> <div class="contact-form__header-container mt_head_form"> <!-- <img style="width: 100px;" src="/front/img/Avatar-3.png" alt="Tristina Avelon"> --> <div class="contact-info"> <!-- <img src="/front/img/logo/mercotab.png" class="contact-logo"> <h3 class="contact-name"><a href="#">Patricia Juarez</a></h3> --> <div class="mt_flex_number"> <img src="http://www.mercotab.mx/front/img/icon/whatsapp-icon-2.png" alt="" style="width: 30px;"> <a href="https://api.whatsapp.com/send?phone=529931522100&text=Hola, me interesa este inmueble que vi en Mercotab, Folio <?=$inmueble->getFolio()?> <?=$this->url->get('inmueble/'.$inmueble->getPermalink())?>">993-170-9200 </a> </div> <div class="mt_flex_number"> <img src="http://dev.mercotab.mx/front/img/icon/tel-2.png" alt="" style="width: 20px;"> <a href="tel:+529931709200" class="">993-152-2100 </a> </div> </div><!-- .contact-info --> </div><!-- .contact-form__header-container --> </div><!-- .contact-form__header --> <!-- <hr class="mt_hr"> --> <div class="contact-form__body" > <input type="hidden" value="<?=$this->url->get('inmueble/'.$inmueble->getPermalink())?>" name="url"> <input type="text" class="contact-form__field" placeholder="Nombre" name="name" required=""> <input type="email" class="contact-form__field" placeholder="Email" name="email" required=""> <input type="tel" class="contact-form__field" placeholder="Teléfono" name="phone"> <textarea class="contact-form__field contact-form__comment" cols="30" rows="5" placeholder="Mensaje" name="message" required="">Estoy interesado en una <?=ucwords(strtolower($inmueble->getType()." en ".$inmueble->getOperation()))?>, en <?=$inmueble->getNameFraccionamiento()?>. Folio: <?=$inmueble->getFolio()?></textarea> </div><!-- .contact-form__body --> <div class="contact-form__footer"> <img src="<?= $this->url->get('front/img/icon/mail-2.png')?>" class="icon_input"> <input type="submit" class="contact-form__submit" name="submit" value="Enviar formulario"> </div><!-- .contact-form__footer --> </form><!-- .contact-form --> </section><!-- .widget --> <!--section class="divider-btn hidden-xs"> <button class="btn print-prop" onclick="window.printPage('/plano')"><i class="far fa-print"></i> Imprimir propiedad</button> </section--> </div> </div> </div> </div> <div class="mt_more_inmueble"> <section class="tab-pane_share"> <h3 class="widget__title">Inmuebles similares</h3> <div class="row"> <?php foreach($similar as $i): $link = $this->url->get('inmueble/').$i['permalink']; ?> <div class="item col-xs-12 col-sm-6 col-md-4 col-lg-4 col-xl-4"> <div class="project-single mb-0 aos-init aos-animate" data-aos="fade-up"> <a href="<?=$link?>" class="recent-16"> <div class="recent-img16 img-center" style="background-image: url('/dash/assets/inmuebles/mediano/<?=$i['main_image']?>');"> </div> <div class="recent-content"></div> <div class="recent-details"> <div class="recent-title"> <?=ucwords(strtolower($i['name_fraccionamiento']))?> </div> <div class="recent-price d-flex justify-content-between"> <span> <label class="description-price"> <?=ucfirst(strtolower($i['operation']))?> </label>$<?=$i['operation']=="VENTA"?number_format($i['vent'],0,".",","):number_format($i['rent'],0,".",",")?> </span> <span>|</span> <span> <?php if($i['type']=='CASA' || $i['type']=='LOTE RESIDENCIAL' || $i['type']=='TERRENO COMERCIAL' || $i['type']=='TERRENO GRANDE'):?> <label class="description-price">Terreno:</label> <?=$i['ground_superface']?$i['ground_superface']:$i['ground_area']?> m2 <?php elseif($i['type']=='DEPARTAMENTO'):?> <label class="description-price">Recámaras:</label> <?=$i['rooms']?$i['rooms']:"Por definir"?> <?php elseif($i['type']=='LOCAL COMERCIAL' || $i['type']=='OFICINA' || $i['type']=='BODEGA'):?> <label class="description-price">Construcción:</label> <?=$i['construction_superface']?$i['construction_superface']:$i['roofed_area']?> m2 <?php elseif($i['type']=='EDIFICIO'):?> <label class="description-price">Área rentable:</label> <?=$i['rent_area']?> m2 <?php endif;?> </span> <span>|</span> <span> <label class="description-price">ID:</label> <?=$i['folio']?> </span> </div> </div>
</a> <div class="icons-inm"> <a href="<?=$this->url->get('dash/assets/inmuebles/mediano/'.$i['main_image'])?>" data-fancybox="<?=$i['name_fraccionamiento']?>" class="bdg_items_opt"> <i class="fal fa-images"></i> Fotos </a> <?php if($i['url_video']):?> <a class="bdg_items_opt videoitem" data-fancybox-type="iframe" href="<?=$i['url_video']?>"> <i class="fal fa-play"></i> Video </a> <?php endif;?> <a type="button" href="javascript:void(0);" data-bs-toggle="modal" data-bs-target="#myModalShare" class="bdg_items_opt share" data-link="<?=$this->url->get('inmueble/'.$i['permalink'])?>"> <i class="fas fa-share-alt"></i> Compartir </a> </div> <div class="hidden"> <?php foreach($i['gallery'] as $item): ?> <a data-fancybox="<?=$i['name_fraccionamiento']?>" href="<?=$this->url->get('dash/assets/inmuebles/mediano/'.$item['name'])?>"></a> <?php endforeach;?> </div> </div> </div> <?php endforeach;?> </div> </section><!-- .widget --> </div> </div> </div>
<!-- Search --> <!--button type="button" style="outline: none;" class="btn btn-danger widget__btn--goto-mov" data-toggle="modal" data-target="#myModal1"> <span class="far fa-search"></span> </butto--n> <!-- End Search -->
<!-- WhatsApp --> <!--div class="wp-customchat"> <a href="https://api.whatsapp.com/send?phone=529931709200&text=Mercotab%20-%20Hola,%20me%20gustar%C3%ADa%20m%C3%A1s%20informaci%C3%B3n%20%F0%9F%99%82%20"><i class="fab fa-whatsapp"></i></a> </div--> <!-- End WhatsApp -->
<div id="myModal" class="modal fade" role="dialog"> <div class="modal-dialog">
<!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body"> <p id="messageResponse">Mensaje enviado correctamente</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Cerrar</button> </div> </div>
</div> </div>
|