%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/src-20230209212751/Template/Pages/ |
Upload File : |
<div class="breadcrumb">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul>
<li><?php echo $this->Html->link('Home', array('controller'=>'pages','action'=>'home'),array('escape' => false));?></li>
<li><?php echo $value;?></li>
</ul>
</div>
</div>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<?php
foreach($querycitybanner as $citybanner){
?>
<div class="item">
<?php echo $this->Html->image($citybanner['picture']);?>
</div>
<?php } ?>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="listingpanel">
<div class="container">
<div class="row">
<?php
if(empty($name)){
?>
<!--<div class="col-xs-12 col-sm-12 col-md-2 col-lg-2">
<div class="filterpanel">
<h4>FILTER BY CITY</h4>
<ul>
<?php
foreach ($querycities as $cities) {
echo '<li>'.$this->Html->link($cities['name'], array('controller'=>'pages','action'=>'all',str_replace(" ", "-", $value).'-in-'.str_replace(" ", "-", $cities['name'])),array('escape' => false)).'</li>';
}
?>
</ul>
</div>
</div>-->
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<?php
}
else{
?>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<?php
}
?>
<h1><?php echo $value;?> <span>(<?php echo $this->Paginator->counter('{{count}} record(s)');?>)</span></h1>
<?php
$i=0;
foreach($homecentres as $centres){
$i++;
?>
<div class="centre <?php if($i%2==0){ echo "left";} else { echo "right";}?>">
<div class="leftpanel"><?php echo $this->Html->link($this->Html->image($centres['picture'],array('alt'=>$centres['name']." in ".$centres['city'],'title'=>$centres['name']." in ".$centre['city'])), array('controller'=>'pages','action'=>'profile',str_replace(" ", "-", $centres['name']).'--'.str_replace(" ", "-", $centres['city'])),array('escape' => false));?></div>
<div class="rightpanel">
<?php echo $this->Html->link("<i class='icon icon-user2'></i> ".$centres['name'], array('controller'=>'pages','action'=>'profile',str_replace(" ", "-", $centres['name']).'--'.str_replace(" ", "-", $centres['city'])),array('class'=>'title','escape' => false));?>
<span><i class="icon icon-light-bulb2"></i> <?php echo str_replace("__", ",", $centres['treatment']);?></span>
<strong><i class="icon icon-map-marker2"></i> <?php echo $centres['address'];?></strong>
<strong><i class="icon icon-map-marker"></i> <?php echo $centres['city'];?></strong>
<div class="btn-group">
<button><div class="explore-more"><?php echo $this->Html->link('Call Now', array('controller'=>'pages','action'=>'listingform/'.$centres['id']),array('escape' => false));?></div></button>
<button><div class="explore-more"><?php echo $this->Html->link('Message Now', array('controller'=>'pages','action'=>'listingform/'.$centres['id']),array('escape' => false));?></div></button>
<button><div class="explore-more"><?php echo $this->Html->link('Get Direction', array('controller'=>'pages','action'=>'listingform/'.$centres['id']),array('escape' => false));?></div></button>
</div>
</div>
<div class="clearfix"></div>
</div>
<?php
}
?>
</div>
</div>
</div>
</div>
</div>