HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/public_html/mbaris.beatleanalytics.com/application/views/survey/thankyou.php
<?php 
	include('include/header.php');
	//print_r($_SESSION);
?>


<link href="<?php echo base_url()?>assets/survey/css/defaults-acc.css" rel="stylesheet" type="text/css">
<link href="<?php echo base_url()?>assets/survey/css/demo-acc.css" rel="stylesheet" type="text/css">
<div class="container headerback" >
	<div class="col-sm-12">
		<div class="col-sm-6">
			<?php 
			$this->Admin_model->fetchOwnersImage($orgdata[0]->db_Orgpics);
			?>
			<div class="rightFloat"><img src="<?php echo base_url();?>assets/survey/assets/beatle_logo.png" class="headerImg"></div>
				<!--<div class="rightFloat"><i class="fa fa-sign-out fontawosm" aria-hidden="true" ></i></div>
				<div class="rightFloat"><i class="fa fa-heartbeat fontawosm" aria-hidden="true" ></i></div>-->
		</div>
		 
	</div>
</div>
<!--<input type="hidden" name="sesuserId" id="sesuserId" value="<?php echo $_SESSION['userId'];?>">
<input type="hidden" name="sesLoginIndid" id="sesLoginIndid" value="<?php echo $_SESSION['LoginIndid'];?>">
 -->
<style>
	.login-summery{
		font-family: calibri; font-size: 30px; margin: 0 0 0 20%; text-align: left;
	}
</style>

	<?php 
	//$UserID = $_SESSION['userId'];
	//$IndustryData = $Inddata;
	
	?>		
    
    <br /><br />
	
    
    
    <div class="row col-sm-12 text-center thanks" style="height:60px; margin-top:300px;">
    
    <div class="row col-sm-12 text-center" style="font-size:50px;"> That's all, thank you! </div>
	<div  class="thanks-main " style="line-height:30px;"> <!--You have just earned 20 reward points.<br> -->
Please visit www.beatleanalytics.com<br>
to avail benefits<br>
</div>
	<div class="row col-sm-12 textcenter btn-home " style="height:60px;">
    <a class="button buttom-calm background-beatle beatle-button-1x ahref" href="<?php echo base_url()?>index.php/survey/home">HOME</a>
	</div>
	</div>
    
<?php 
	include('include/footer.php');
?>