403Webshell
Server IP : 94.136.191.34  /  Your IP : 216.73.216.25
Web Server : Apache
System : Linux hostpanel.netbiz.in 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User : omkar.com_6nnuz6y629h ( 10087)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system,proc_open,popen
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  /var/www/vhosts/omkar.com/httpdocs/application/views/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/omkar.com/httpdocs/application/views/upcoming_projects.php
<!DOCTYPE html>
<html lang="en">
<head>
	<title><?php echo $page_info->title;?></title>
	<meta name="description" content="<?php echo $page_info->meta_description;?>" />
	<meta name="keywords" content="<?php echo $page_info->meta_keywords;?>" />
	<?php $this->load->view('header'); ?>
</head>

<body>	
	<!-- structured map data -->
	<?php echo $page_info->structured_map_data;?>
<!-- structured map data -->
	<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T3BPP5W" height="0" width="0" style="display:none;visibility:hidden">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
	<div id="wrapper" class="aos-all projects-list">
		<?php 
		$data1['act'] = $page_active;
		$data1['project_list'] = $project_list;
		$this->load->view('navigation', $data1); ?>
		
		<!-- Slider Start-->
		<!-- <section class="slider-wrapper">
			<div id="project-slider" class="owl-carousel owl-theme">
				<div class="item">
					<div class="bg" style="background-image: url(<?php echo base_url(); ?>assets/images/Residential_banner.png)"></div>
					<div class="slider-cont">
						<div class="container">
								<div class="slide-head"><img src="<?php echo base_url(); ?>assets/images/omkar1973-logo.png" alt=""></div>
							<div class="left-txt">
								<small class="aos-item" data-aos="fade-down">BESPOKE SKY BUNGALOWS, MUMBAI.</small>
								<h1 class="aos-item" data-aos="fade-left">Home to the <strong>biggest name</strong></h1>
								<h2 class="aos-item" data-aos="fade-right">in the country. and you.</h2>
							</div>
						</div>
					</div>
				</div>
			</div>
		</section> -->
		<section class="slider-wrapper">
			<div id="project-slider" class="owl-carousel owl-theme">
				<div class="item">
					<?php  $banner_image = ($project_type == "residential") ? "Residential_banner.png" : "TSBB_Project-Banners.jpg"; ?>
					<div class="bg" style="background-image: url('<?php echo base_url().'assets/images/'.$banner_image; ?>')"></div>
					<div class="slider-cont">
						<div class="container">
							<div class="slide-head"><img src="<?php echo base_url(); ?>assets/images/omkar1973-logo.png" alt="Omkar 1973 Logo"></div>
							<div class="left-txt">
							<!-- 	<small class="aos-item" data-aos="fade-down">BESPOKE SKY BUNGALOWS, MUMBAI.</small>
								<h1 class="aos-item" data-aos="fade-left">Home to the <strong>biggest name</strong></h1>
								<h2 class="aos-item" data-aos="fade-right">in the country. and you.</h2> -->
<?php if($pt=='rop'){ ?>
   <h1 class="aos-item" data-aos="fade-left">Building a city full of choices <br><strong> choose form a host of real<br> estate options in Mumbai.</strong></h1>
<?php } ?>
<?php if($pt=='cop'){ ?>
   <h1 class="aos-item" data-aos="fade-left">An edifice that offers<br> office <strong>spaces an upscale address.</strong></h1>
<?php } ?>								

							</div>
						</div>
					</div>
				</div>
			</div>
		</section>

		<article id="projects-listing-section">

			<!-- Project List -->
			<section class="projects-lists">
				<div class="container">
					<div class="row">
						<div class="col-md-6">
							<h2>Omkar’s <strong>Projects</strong></h2>
							<h5>feel with an experience...</h5>
						</div>
						<div class="col-md-6">
							<ul class="project-type-links">
								<li><a href="<?php echo $url_tab1; ?>" class="<?php echo $tab_active1; ?>">Ongoing Projects</a></li>
								<li><a href="<?php echo $url_tab3; ?>" class="<?php echo $tab_active3; ?>">Upcoming projects</a></li>
								<li><a href="<?php echo $url_tab2; ?>" class="<?php echo $tab_active2; ?>">Completed projects</a></li>
							</ul>
						</div>
					</div>
					
					<div class="row list-cols">
						<?php
		        		//$rz1 = $this->ui_model->home_page_projects('Residential');
		        		$i = 1;
		        		foreach ($rz1 as $rz) { 
		        			//if($rz['project_type'] == 'Residential'){
		        		?>
		        			<div class="col-md-6 aos-item" data-aos="fade-up">

								<a href="<?php echo $rz['url'];?>" target="_blank">

									<div class="thumb-img"><img src="<?php echo base_url(); ?>uploads/gallery/<?php echo $rz['image'];?>" alt=""><span>. <?php echo $i;?></span></div>
									<div class="proj-name">
										<h4><strong><?php echo $rz['name'];?>,</strong> <?php echo $rz['location'];?></h4> <h6><?php echo $rz['project_type'];?> project<span><?php echo $rz['sub_title'];?></span></h6> 
									</div>
								</a>							
							</div>
		        		<?php $i++;
		        		} ?>

						<?php if($this->session->flashdata('success')){ ?>
						        <div class="alert alert-success">
						            <a href="#" class="close" data-dismiss="alert">&times;</a>
						            <strong>Success!</strong> <?php echo $this->session->flashdata('success'); ?>
						        </div>
						    <?php }else if($this->session->flashdata('error')){  ?>
						        <div class="alert alert-danger">
						            <a href="#" class="close" data-dismiss="alert">&times;</a>
						            <strong>Error!</strong> <?php echo $this->session->flashdata('error'); ?>
						        </div>
						    <?php } ?>
			<div class="upcoming-container">
				<div class="upcoming-copy-container" >
					<div class="upcoming-copy">

						<div class="upcoming-text">
						<h2>UPCOMING PROJECTS:GROWTH IS A PERPETUAL MOTION</h2>
						<p>
							With over 13 delivered projects to our name, we're raising the bar with every project we deliver. We already have a bunch of rapidly pacing under construction residential projects in Mumbai and look forward to venturing into a few new residential projects in Mumbai. Following are the locations where we're evolving.
						</p>

						</div>
						<div class="upcoming-text">
							<h3>ANDHERI |  MAHIM </h3> 
							
							<p>
								To receive more updates regarding our upcoming projects, kindly fill up the details and be the first one to know about our new project launches.
							</p>

						</div>

					</div>
				</div>
				
				<div class="upcoming-proj-form">
						<!--code modified by Aparna for sending otp-->
		        		<!-- <form id="resi_comm_upcoming_prjct_form" name="resi_comm_upcoming_prjct_form" method="post" action="<?php echo base_url(); ?>home/save_upcoming_project_form"> -->
		        			<form id="resi_comm_upcoming_prjct_form" name="resi_comm_upcoming_prjct_form" method="post" action="">
			        		<div class="form-group">
			        			  <label class="form-head">Message</label>
			        		 </div>
							  <div class="form-group">
							   	<input type="text" class="form-control" name="name" id="name" placeholder="Name*">
							  </div>
							  <div class="form-group">
							  	 <input  type="text" class="form-control" name="phone" id="phone" placeholder="Number*">
							  </div>
							  <div class="form-group">
							  	 <input type="text" class="form-control" name="city" id="city" placeholder="City*">
							  </div>
							   <div class="form-group">
							  	 <input type="text" class="form-control" name="email_id" id="email_id" placeholder="Email Id*">
							  </div>
							 <input type="hidden" value=<?php echo $project_type1;?> id="project_type" name="project_type">

							   <div class="form-group">
							  	<select class="form-control" name="selected_project" id="selected_project">
  									<option value="">Select Project</option>
  									<option value="Andheri">Andheri</option>
  									<option value="Dhobhighat">Dhobhighat</option>
  									<option value="Mahim">Mahim</option>
								</select>
							  </div>
							  
  								<button type="submit" class="btn btn-primary">Submit</button>
						</form>
					</div>
					
					</div>						
					</div>
					
				</div>
			</section>

		</article>
		<!-- Property Finder -->		
		
		<?php $this->load->view('sub_footer'); ?>

	</div>
<?php $this->load->view('footer'); ?>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit