| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2bzend/application/views/scripts/city/ |
Upload File : |
<?php
$action_name = $this->action_name;
$cityid = $this->cityid;
?>
<div class="col-md-12">
<div class="swMain">
<ul class="anchor" style="margin-top:0px;">
<li>
<a href="<?php echo $this->baseUrl.'/city/overview/cityid/'.$cityid;?>" class="<?php if($action_name=='overview') echo 'selected'; else echo 'done';?>">
<span class="stepNumber">1</span>
<span class="stepDesc">
Overview
</span>
</a>
</li>
<li>
<a href="<?php echo $this->baseUrl.'/city/places-to-eat/cityid/'.$cityid;?>" class="<?php if($action_name=='places-to-eat') echo 'selected'; else echo 'done';?>">
<span class="stepNumber">2</span>
<span class="stepDesc">
Places To Eat
</span>
</a>
</li>
<li>
<a href="<?php echo $this->baseUrl.'/city/places-to-shop/cityid/'.$cityid;?>" class="<?php if($action_name=='places-to-shop') echo 'selected'; else echo 'done';?>">
<span class="stepNumber">3</span>
<span class="stepDesc">
Places To Shop
</span>
</a>
</li>
<li>
<a href="<?php echo $this->baseUrl.'/city/places-for-activities/cityid/'.$cityid;?>" class="<?php if($action_name=='places-for-activities') echo 'selected'; else echo 'done';?>">
<span class="stepNumber">4</span>
<span class="stepDesc">
Places For Activities
</span>
</a>
</li>
<li>
<a href="<?php echo $this->baseUrl.'/city/places-for-events/cityid/'.$cityid;?>" class="<?php if($action_name=='places-for-events') echo 'selected'; else echo 'done';?>">
<span class="stepNumber">5</span>
<span class="stepDesc">
Places For Events
</span>
</a>
</li>
</ul>
</div>
</div>