ok

Mini Shell

Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/subamangala/admin/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/subamangala/admin/view-profile.php

<?php  include "header.php";?>
<div class="content-wrapper">
<?php
$conditions="";
if(isset($_GET['id'])){
   
    $conditions.="where e.id in ('".$_GET['id']."')";
}
error_log("SELECT e.*,caste.name as caste_name,subcaste.name as subcaste_name FROM `profiles` e inner join caste on caste.id=e.caste inner join subcaste on subcaste.id= e.subcaste  $conditions ");
$statement = $pdo->prepare("SELECT e.*,caste.name as caste_name,subcaste.name as subcaste_name FROM `profiles` e inner join caste on caste.id=e.caste inner join subcaste on subcaste.id= e.subcaste $conditions ");
$statement->execute();
$datas = $statement->fetchAll(PDO::FETCH_ASSOC);
$totalData = $statement->rowCount();

 ?>   
 
  <style>
        .ui-corner-all
        {
            -moz-border-radius: 4px 4px 4px 4px;
        }
        .ui-widget-content
        {
            border: 5px solid black;
            color: #000;
            background-color: #D6D6D6;
        }
        .ui-widget
        {
            font-family: Verdana,Arial,sans-serif;
            font-size: 15px;
        }
        .ui-menu
        {
            display: block;
            float: left;
            list-style: none outside none;
            margin: 0;
            padding: 2px;
        }
        .ui-autocomplete
        {
            cursor: default;
            position: absolute;
        }
        .ui-menu .ui-menu-item
        {
            clear: left;
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }
        .ui-menu .ui-menu-item a
        {
            display: block;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
            cursor: pointer;
            background-color: Green;
        }
        .ui-menu .ui-menu-item a:hover
        {
            display: block;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
            color: White;
            cursor: pointer;
            background-color: ButtonText;
        }
        .ui-widget-content a
        {
            color: #222222;
        }
		
		.form-group
		{
			
		border:0px solid #000;
		font-size:18px;	
		}
		
		.form-group label
		{
			font-weight:bold;
		}
		
		
		#prd label
		{
			
		border:0px solid #000;
		font-size:18px;	
		color:#22B1B7;
		font-weight:bold;
		}
		
		
  .page {
        width: 210mm;
        min-height: 297mm;
       
        margin: 10mm auto;
        border: 1px #D3D3D3 solid;
        border-radius: 5px;
        background: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
.subpage {
    padding: 1cm;
    border: 5px red solid;
    height: 237mm;
    outline: 2cm #FFEAEA solid;
}

@page {
    size: A4;
    margin: 0;
}
@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
		zoom:100%;
    }
	
	
	
#sec
{
page-break-before: always;	
}

.tamil{
	
font-family:"Avvaiyar";	
}

}

#sec
{
page-break-before: always;	
}

#prexcel label
{
font-weight:bold;	
}


    </style>

<?php foreach($datas as $res) { ?>

<section class="content">
                                     	<div class="col-md-6" style="margin-top:45px;border:1px solid #ccc; padding:15px;">
                                                               <div class="form-group  form-inline">
                                                               <label> பதிவு முறை : </label>
                                                                 <?php echo $res["regtype"];?>
                                                                </div>
                                                                 <div class="form-group  form-inline">
                                                                <label for="selector1" class="control-label">ஜாதகர் : </label>
                                                               <?php echo $res["gender"];?>
                                                                </div>
                                                                
                                                                <div class="form-group  form-inline">
                                                                <label for="selector1" class="control-label pull-left">பதிவு எண்: </label>
                                                               &nbsp; <span style="font-size:20px;vertical-align:middle;margin-top:-20px;"><b><?php echo $res["regnop"]." ". $res["id"];?></b></span>
                                                                											
                                                                  
                                                                </div>
                                                               
                                                                
                                                                  <div class="form-group  form-inline tamil" style="margin-top:20px;">
                                                            &nbsp;    <label for="selector1" class="control-label pull-left">புரோக்கர் பெயர் : </label>
                                                            &nbsp;  
                                                            
                                                              <?php
																
																if($res['brokercount']>0)
																{
																	if(@strpos(",", $res['broker_ids']) !== false ) 
																	{
																		$bro_ids[0] = $res['broker_ids'];
																		
																	}
																	else
																	{
																		$bro_ids = explode(",",$res['broker_ids']);
																	}
																	for($i=0;$i<$res['brokercount'];$i++)
																	{
																	    
																	    
																	    $statement3 = $pdo->prepare("SELECT * FROM brokers where id='$bro_ids[$i]'");
                                                                         $statement3->execute();
                                                                         $bro_row = $statement3->fetchAll(PDO::FETCH_ASSOC);   
                                                                         
                                                                        
																?>
                                                              
                                                                      
                                                                <?php 
																if($bro_row[0]['brokername']!="")
																{
																echo $bro_row[0]['brokername'];?>      
                                                                  
                                                     			
                                                                 <?php if($bro_row[0]['type']=="I") echo "<span style=\"color:red;font-size:20px;\"><sup>*</sup></span>";?>
                                                                     <?php if($bro_row[0]['is_phone']=="1") echo "<sup><i class='fa fa-phone' aria-hidden='true' style='color:green;font-size:20px;'></i></sup>";?> 
                                                                 <!--<label for="selector1" class="control-label pull-left"  style=" margin-left:25px;margin-top:10px;">பதிவு எண்</label><input type="text" name="profid[]" class="pull-left" value="<?php //echo $res1[$picl];?>" style="width:190px; height:40px; word-wrap:break-word; margin-left:15px;margin-top:10px;"/>-->
                                                                 	  <?php 
																  if($res['brokercount']>1 && ($i+1)!=$res['brokercount'])
																  {
																  echo ",";
																  }
																  
																 
																  ?> 
                                                                 
                                                                 
                                                               
                                                                <?php
																}
																}
																}
																?> 
                                                                </div>
                                                        		
                                                               <!-- <div class="clearfix"></div>-->
                                                               
                                                                <div class="form-group  form-inline" style="margin-top:20px;" class="tamil">
                                                                <label for="selector1" class="control-label pull-left ">பெயர் : </label>
                                                                 &nbsp;<?php echo ucfirst($res["binit"]);?> <span class="tamil"><?php echo $res["bname"];?></span>
                                                               
                                                                </div>
                                                        		<!--<div class="clearfix"></div>-->
                                                                
                                                                <div class="form-group  form-inline" style="margin-top:10px;" class="tamil">
                                                                <label for="selector1" class="control-label pull-left">டம்மி பெயர் : </label>
                                                                &nbsp;<?php echo ucfirst($res["dinit"]);?> <span class="tamil"><?php echo $res["dname"];?></span>
                                                                </div>
                                                               
                                                               <!-- <div class="clearfix"></div>-->
                                                        		<div class="form-group  form-inline" style="margin-top:10px;">
                                                                <label for="selector1" class="control-label pull-left">படிப்பு : </label>
                                                                &nbsp;   <?php echo $res["edu_dep"];?>&nbsp;&nbsp;&nbsp;<?php echo $res["edu"];?>&nbsp;&nbsp;&nbsp;   <?php echo $res["edu_cat"];?>
                                                           
                                                                </div>
                                                        		
                                                                <!--<div class="clearfix"></div>-->
                                                                
                                                        		<div class="form-group  form-inline" style="margin-top:10px;">
                                                                <label for="selector1" class="control-label pull-left">வேலை : </label>
                                                                 &nbsp;   <?php echo $res["job"];?>&nbsp;&nbsp;&nbsp;   <?php echo $res["job_cat"];?>
                                                            
                                                                </div>
                                                        		
                                                      <!--          <div class="clearfix"></div>-->
                                                              <div class="form-group  form-inline" style="margin-top:10px;"id="job_place">
                                                                <label for="selector1" class="control-label pull-left">வேலை செய்யும் ஊர்: </label>
                                                                
                                                                &nbsp;   <?php echo $res["job_place"];?>
                                                             
                                                           </div>
                                                          
                                                        	
                                                           <!--  <div class="clearfix"></div>-->
                                                            <div class="form-group  form-inline" style="margin-top:20px;">
                                                                <label for="selector1" class="control-label pull-left">வேலை செய்யும் நிறுவனம் : </label>
                                                               &nbsp;   <?php echo $res["job_company"];?>
                                                            
                                                                </div>
                                                        		
                                                        <!--    <div class="clearfix"></div>    -->
                                                             
                                                            <div class="form-group  form-inline" style="margin-top:20px;">
                                                                <label for="income" class="control-label pull-left">மாத வருமானம் : </label>
                                                            
                                                                &nbsp;   ₹<?php echo $res["monthly_income"];?>
                                                            	
                                                              
                                                                
                                                                
                                                                
                                                                
                                                            </div>
                                                           
                                                          <!--  <div class="clearfix"></div>-->
                                                             <div class="form-group  form-inline" style="margin-top:20px;">
                                                                <label for="selector1" class="control-label" style="float:left;">செல்போன் எண் : </label>
                                                             
                                                                &nbsp;   <div class="showcellnos" style="float:left;"><?php echo "*****".substr($res["cellno"],-5);?></div>
                                                                
                                                                   &nbsp;   <div class="showcellnol" style="float:left; display:none;"><?php echo $res["cellno"];?></div>
                                                                &nbsp;  &nbsp;  &nbsp;  &nbsp;  <input type="text" id="pwd" name="pwd" value="" placeholder="கடவு சொல்" style="display:none;float:left; margin-left:10px;" autocomplete="off">
                                                                <button class="btn btn-primary" onclick="showcell();" id="btns">முழுமையாக காண்பி</button>
                                                                 <button class="btn btn-primary" onclick="hidecell();" id="btnh" style="display:none;">மறைத்து காண்பி</button>
                                                               
                                                             </div>
                                                             
                                                              <div class="form-group  form-inline" style="margin-top:10px;">
                                                                <label for="selector1" class="control-label">வாட்ஸஅப் எண் : </label>
                                                             
                                                                  &nbsp;   <?php echo $res["whatsapp_no"];?>
                                                               
                                                             </div>
                                                             
                                                              <div class="form-group  form-inline" style="margin-top:10px;">
                                                                <label for="selector1" class="control-label">மின்னஞ்சல் : </label>
                                                             
                                                                  &nbsp;   <?php echo $res["email"];?>
                                                               
                                                             </div>
                                                             
                                                             <div class="form-group  form-inline" style="margin-top:10px;">
                                                                <label for="selector1" class="control-label">பதிவு தேதி : </label>
                                                             	  
                                                                  &nbsp;   <?php echo $res["regdate"];?>
                                                               
                                                             </div>
                                                           <!--  
                                                            <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label">முகவரி :  </label>
                                                             
                                                                <textarea name="addr1" rows="8" columns="8" id="selector1" class="form-control tamil" style="width:425px;height:135px; margin-left:28px;">
                                                                    
                                                                 
                                                                </textarea>
                                                      
                                                            </div>-->
                                                            
                                                           
                                                            <div class="form-group  form-inline" style="margin-top:10px;">
                                                                <label for="selector1" class="control-label">பிறந்த தேதி : </label>
                                                             
                                                                 &nbsp;   <?php echo $res["dob"];?>
                                                               
                                                             </div>
                                                            <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left" style="">கிழமை : </label>
                                                             
                                                                 &nbsp;   <?php 
																 if($res["day"]=="1"){ echo "திங்கள்";}
																 
																 else if($res["day"]=="2"){ echo "செவ்வாய்";}
																 else if($res["day"]=="3"){ echo "புதன்";}
																 else if($res["day"]=="4"){ echo "வியாழன்";}
																 else if($res["day"]=="5"){ echo "வெள்ளி";}
																 else if($res["day"]=="6"){ echo "சனி";}
																 else if($res["day"]=="7"){ echo "ஞாயிறு";}
																
																 ?>
                                                           
                                                           </div>
                                                           <div class="form-group  form-inline" style="margin-top:10px;">
                                                                <label for="selector1" class="control-label pull-left" style="margin-left:0px;"> நேரம் : </label>
                                                         
                                                         
                                                         		 &nbsp;   <?php echo $res["time"]." ".$res["meridian"];?> &nbsp;
                                                                
                                                           
                                                             </div>
                                                        
                                                         <!--   <div class="clearfix"></div>-->
                                                           
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                              <label for="selector1" class="control-label pull-left" style="margin-left:0;">தமிழ் வருடம் : </label>
                                                              &nbsp;   &nbsp;   <?php
                                                               
															    
																 
																 if($res['tyear']=="1"){ echo "பிரபவ";}
																 else if($res['tyear']=="2"){ echo "விபவ";}
																 else if($res['tyear']=="3"){ echo "சுக்ல";}
																 else if($res['tyear']=="4"){ echo "பிரமோதூத";}
																 else if($res['tyear']=="5"){ echo "பிரசோற்பத்தி";}
																 else if($res['tyear']=="6"){ echo "ஆங்கீரச";}
																 else if($res['tyear']=="7"){ echo "ஸ்ரீமுக";}
															   	 else if($res['tyear']=="8"){ echo "பவ";}
															     else if($res['tyear']=="9"){ echo "யுவ";}
															     else if($res['tyear']=="10"){ echo "தாது";}
															     else if($res['tyear']=="11"){ echo "ஈஸ்வர";}
																 else if($res["tyear"]=="12"){ echo "வெகுதானிய";}
																 else if($res["tyear"]=="13"){ echo "பிரமாதி";}
																 else if($res["tyear"]=="14"){ echo "விக்கிரம";}
																 else if($res["tyear"]=="15"){ echo "விஷு";}
																 else if($res["tyear"]=="16"){ echo "சித்திரபானு";}
																 else if($res["tyear"]=="17"){ echo "சுபானு";}
																 else if($res["tyear"]=="18"){ echo "தாரண";}
															   	 else if($res["tyear"]=="19"){ echo "பார்த்திப";}
															     else if($res["tyear"]=="20"){ echo "விய";}
															     else if($res["tyear"]=="21"){ echo "சர்வசித்து";}
															     else if($res["tyear"]=="22"){ echo "சர்வதாரி";}
																 else if($res["tyear"]=="23"){ echo "விரோதி";}
																 else if($res["tyear"]=="24"){ echo "விக்ருதி";}
																 else if($res["tyear"]=="25"){ echo "கர";}
																 else if($res["tyear"]=="26"){ echo "நந்தன";}
																 else if($res["tyear"]=="27"){ echo "விஜய";}
																 else if($res["tyear"]=="28"){ echo "ஜய";}
																 else if($res["tyear"]=="29"){ echo "மன்மத";}
															   	 else if($res["tyear"]=="30"){ echo "துன்முகி";}
															     else if($res["tyear"]=="31"){ echo "ஹேவிளம்பி";}
															     else if($res["tyear"]=="32"){ echo "விளம்பி";}
															     else if($res["tyear"]=="33"){ echo "விகாரி";}
																 else if($res["tyear"]=="34"){ echo "சார்வரி";}
																 else if($res["tyear"]=="35"){ echo "பிலவ";}
																 else if($res["tyear"]=="36"){ echo "சுபகிருது";}
																 else if($res["tyear"]=="37"){ echo "சோபகிருது";}
																 else if($res["tyear"]=="38"){ echo "குரோதி";}
																 else if($res["tyear"]=="39"){ echo "விசுவாசுவ";}
																 else if($res["tyear"]=="40"){ echo "பரபாவ";}
															   	 else if($res["tyear"]=="41"){ echo "பிலவங்க";}
															     else if($res["tyear"]=="42"){ echo "கீலக";}
															     else if($res["tyear"]=="43"){ echo "சௌமிய";}
															     else if($res["tyear"]=="44"){ echo "சாதாரண";}
																 else if($res["tyear"]=="45"){ echo "விரோதகிருது";}
																 else if($res["tyear"]=="46"){ echo "பரிதாபி";}
																 else if($res["tyear"]=="47"){ echo "பிரமாதீச";}
																 else if($res["tyear"]=="48"){ echo "ஆனந்த";}
																 else if($res["tyear"]=="49"){ echo "ராட்சச";}
																 else if($res["tyear"]=="50"){ echo "நள";}
																 else if($res["tyear"]=="51"){ echo "பிங்கள";}
															   	 else if($res["tyear"]=="52"){ echo "காளயுக்தி";}
															     else if($res["tyear"]=="53"){ echo "சித்தார்த்தி";}
															     else if($res["tyear"]=="54"){ echo "ரௌத்திரி";}
															     else if($res["tyear"]=="55"){ echo "துன்மதி";}
																 else if($res["tyear"]=="56"){ echo "துந்துபி";}
															     else if($res["tyear"]=="57"){ echo "ருத்ரோத்காரி";}
															     else if($res["tyear"]=="58"){ echo "ரக்தாட்சி";}
															     else if($res["tyear"]=="59"){ echo "குரோதன";}
																  else if($res["tyear"]=="60"){ echo "அட்சய";}
															   	
															   
															   ?>
                                                             </div>
                                                             
                                                              <div class="form-group  form-inline" style="margin-top:10px;">   
                                                              <label for="selector1" class="control-label pull-left" style="margin-left:0;">தேதி : </label>
                                                              &nbsp;   <?php echo $res["tdate"];?>
                                                             </div>
                                                        
                                                        <!--    <div class="clearfix"></div>  -->
                                                           
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">மாதம் : </label>
                                                             
                                                               &nbsp;   <?php
                                                               
															    
																 if($res["month"]=="1"){ echo "சித்திரை";}
																 
																 else if($res["month"]=="2"){ echo "வைகாசி";}
																 else if($res["month"]=="3"){ echo "ஆனி";}
																 else if($res["month"]=="4"){ echo "ஆடி";}
																 else if($res["month"]=="5"){ echo "ஆவணி";}
																 else if($res["month"]=="6"){ echo "புரட்டாசி";}
																 else if($res["month"]=="7"){ echo "ஐப்பசி";}
																 else if($res["month"]=="8"){ echo "கார்த்திகை";}
															   	 else if($res["month"]=="9"){ echo "மார்கழி";}
															     else if($res["month"]=="10"){ echo "தை";}
															     else if($res["month"]=="11"){ echo "மாசி";}
															     else if($res["month"]=="12"){ echo "பங்குனி";}
															   	
															   
															   ?>
                                                      
                                                              
                                                                
                                                             
                                                               
                                                      
                                                            </div>
                                                          <!--  <div class="clearfix"></div>-->
                                                         
                                             		  		<div class="form-group form-inline" style="margin-top:10px;">
                                                              
                                                                   <label for="selector1" class="control-label pull-left"> உயரம்  : </label>
                                                                 &nbsp;   <?php echo $res["height"];?>&nbsp;இன்ச்
                                                             </div>   
                                                     <!--         <div class="clearfix"></div>-->
                                                         
                                                        <div class="form-group  form-inline" style="margin-top:10px;">     
                                                                 <label for="selector1" class="control-label pull-left" style="margin-left:0px;">நிறம்  : </label>
                                                             
                                                                &nbsp;   <?php 
																
																 if($res["color"]=="1"){ echo "மாநிறம்";}
																 
																 else if($res["color"]=="2"){ echo "நிறம் குறைவானவர்";}
																 else if($res["color"]=="3"){ echo "சிகப்பு";}
																
																
																?>
                                                                </div>
                                                      <!--      <div class="clearfix"></div>-->
                                                           
                                                     	
                                                             <div class="form-group  form-inline" style="margin-top:10px; margin-bottom:10px;"> 
                                                         
                                                                <label for="selector1" class="control-label pull-left"> எடை  : </label>
                                                         
                                                                &nbsp;   <?php echo $res["weight"];?>&nbsp;கிலோ 
                                                          
                                                             </div>
                                                           
                                                         <!--    <div class="clearfix"></div>-->
                                                             <div class="form-group  form-inline" style="margin-top:10px;">
                                                             <label for="selector1" class="control-label pull-left">மணம் : </label>
                                                               
                                                             
                                                             &nbsp;   <?php if($res["marriage"]=="first"){ echo "முதல் மணம்";} else {echo "மறுமணம்";}?>&nbsp;
                                                              
                                                             
                                                         
                                                              
                                                             </div>
                                                             <?php if($res["marriage"]=="non-first"){
															 ?>
                                                             <div class="childdiv">
                                                             <div class="form-group form-inline" style="margin-top:10px;">
                                                                <label>
                                             
                                                                
                                                             
                                                               குழந்தை உள்ளவரா :
                                                                <?php if($res["child"]=="yes"){ echo "ஆம்";} else {echo "இல்லை";}?>
                                                             
                                                              </label>
                                                              
                                                              
                                                              
                                                             </div>
                                                             
                                                             <div class="form-group  form-inline childdiv" style="margin-top:10px;display:none;">
                                                                <label class="radio-inline">
                                             					விவகாரத்தானவரா அல்லது விதவையா?
                                                                &nbsp; <?php if($res["marstatus"]=="divorcy"){ echo "விவகாரத்தானவர்";} else {echo "விதவை";}?>
                                                              </label>
                                                         
                                                              
                                                             </div>
                                                             </div>
                                                             <?php
															 }
															 ?>
                                                             <!-- <div class="clearfix"></div>-->
                                                     
                                                      		 <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">உடல் குறைபாடு உள்ளவரா? : </label>
                                                             
                                                                 &nbsp;<?php 
																 
																  if($res["physical_hand"]=="1"){ echo "ஆம்";}
																 
																 else if($res["physical_hand"]=="2"){ echo "இல்லை";}
																 
																 
																 
																 ?>
                                                      
                                                            </div>
                                                         <!--   <div class="clearfix"></div>-->
                                                            
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">போட்டோ உள்ளதா? : </label>
                                                             
                                                               &nbsp;<?php 
																 
																  if($res["photo_ex"]=="1"){ echo "ஆம்";}
																 
																 else if($res["photo_ex"]=="2"){ echo "இல்லை";}
																 
																 
																 
																 ?>
                                                      
                                                            </div>
                                                            
                                                              <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">அப்பா இல்லாதவர் : </label>
                                                             
                                                               &nbsp;<?php 
																 
																  if($res["father_abs"]=="yes"){ echo "ஆம்";}
																 
																 else{ echo "இல்லை";}
																 
																 
																 
																 ?>
                                                      
                                                            </div>
                                                            
                                                              <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">அம்மா இல்லாதவர் : </label>
                                                             
                                                               &nbsp;<?php 
																 
																  if($res["mother_abs"]=="yes"){ echo "ஆம்";}
																 
																// else{ echo "இல்லை";}
																 
																 
																 
																 ?>
                                                      
                                                            </div>
                                                            
                                                              <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">அண்ணண் இல்லாதவர் : </label>
                                                             
                                                               &nbsp;<?php 
																 
																  if($res["bro_abs"]=="yes"){ echo "ஆம்";}
																 
																// else{ echo "இல்லை";}
																 
																 
																 
																 ?>
                                                      
                                                            </div>
                                                            
                                                           <!--  <div class="clearfix"></div>-->
                                                             
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">பிசினஸ் சம்மதம்? : </label>
                                                             
                                                                 &nbsp;<?php 
																 
																  if($res["business_opt"]=="1"){ echo "சம்மதம்";}
																 
																 else if($res["business_opt"]=="2"){ echo "வேண்டாம்";}
																 
																 
																 
																 ?>
                                                      
                                                            </div>
                                                           <!--  <div class="clearfix"></div>-->
                                                              
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label  pull-left">வெளிநாடு சம்மதம்? : </label>
                                                             
                                                                &nbsp; <?php 
																 
																  if($res["foreign_opt"]=="1"){ echo "சம்மதம்";}
																 
																 else if($res["foreign_opt"]=="2"){ echo "வேண்டாம்";}
																 
																 
																 
																 ?>
                                                      
                                                            </div>
                                                            
                                                            
                                                            
                                                            <div class="form-group  form-inline tamil" style="margin-top:10px;" charset="utf-8">   
                                                                 <label for="selector1" class="control-label  pull-left">இருப்பிடம் : </label>
                                                            	 &nbsp;<?php echo $res["native_place"];?>
                                                               
                                                      
                                                            </div>
                                                      		<!-- <div class="clearfix"></div>-->
                                                      	
                                                      		 <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">பிறந்த ஊர் : </label>
                                                         		 &nbsp; <?php echo $res["birth_place"];?>
                                                               
                                                      
                                                            </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                         
                                                      		 <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label  pull-left">அப்பாவின் சொந்த ஊர் : </label>
                                                   				 &nbsp; <?php echo $res["father_place"];?>
                                                               
                                                      
                                                            </div>
                                                      		 <!-- <div class="clearfix"></div>-->
                                                     		
                                                      		 <div class="form-group  form-inline tamil"style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label  pull-left">அம்மாவின் சொந்த ஊர் : </label>
                                                            	 &nbsp;<?php echo $res["mother_place"];?>
                       
                                                                
                                                      
                                                            </div>
                                                             <div class="form-group  form-inline tamil" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label  pull-left">அப்பா பெயர் : </label>
                                                          &nbsp; <?php echo $res["father_name"];?>
                                                        
                                                            </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                          
                                                              <!-- <div class="clearfix"></div>-->
                                                          
                                                            
                                                            </div>
                                                           <div class="col-md-6" style="margin-top:45px;border:1px solid #ccc; padding:15px; padding-bottom:74px!important; height:auto;">
                                                          
                                                             <div class="form-group  form-inline tamil" style="margin-top:10px;">
                                                                                                                         <label for="selector1" class="control-label  pull-left">அப்பா டம்மி பெயர் : </label>
                                                            &nbsp; <?php echo $res["father_dname"];?>
                                                        
                                                            </div>
                                                           	 <!-- <div class="clearfix"></div>--> 
                                                        
                                                            <div class="form-group  form-inline" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">அப்பா வேலை : </label>
                                                            &nbsp; <?php echo $res["father_job"];?>
                                                        
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                       
                                                   		     <div class="form-group  form-inline tamil" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">அம்மா பெயர் : </label>
                                                             &nbsp; <?php echo $res["mother_name"];?>
                                                        
                                                            </div>
                                                           
                                                           
                                                            <!-- <div class="clearfix"></div>-->
                                                            <div class="form-group  form-inline" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">போட்டோ : </label>
                                                             <?php if($res['photo']!=""){?> 
                                                             <img src='./img-upload/<?php echo $res['photo'];?>'/> 
															 <?php } else {echo "போட்டோ பதிவேற்றவில்லை";}?>
<!--                                                            <input type="file" name="image" class="form-control"/>
-->                                                        
                                                            </div>
                                                            
                                                            
                                                   		     <div class="form-group  form-inline tamil" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">அம்மா டம்மி பெயர் : </label>
                                                             &nbsp; <?php echo $res["mother_dname"];?>
                                                        
                                                            </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                        
                                                            <div class="form-group  form-inline" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">அம்மா வேலை : </label>
                                                             &nbsp; <?php echo $res["mother_job"];?>
                                                        
                                                            </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                            
                                                            
                                                             
                                                   		     <div class="form-group  form-inline" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">குடும்ப வசதி வாய்ப்பு :</label>
                                                             &nbsp; <?php 
																
																 if($res["wealth_class"]=="1"){ echo "சாதாரண வசதி";}
																 
																 else if($res["wealth_class"]=="2"){ echo "நடுத்தர வசதி";}
																 else if($res["wealth_class"]=="3"){ echo "உயர் வசதி(வி.ஐ.பி)";}
																
																
																?>
                                                        
                                                            </div>
                                                          
                                                             <!-- <div class="clearfix"></div>-->
                                                       
                                                            <div class="form-group  form-inline" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">குடும்ப அடையாளம் : </label>
                                                          &nbsp; <?php echo $res["family_idty"];?>
                                                        
                                                            </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                  		
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">எத்தனையாவது பிறப்பு : </label>
                                                             
                                                                &nbsp;<?php 
																
																if($res["no_birth"]=="1"){ echo "ஜாதகர் மட்டும்";}
																
																else if($res["no_birth"]=="2"){ echo "முதலாவது";}
																 
																 else if($res["no_birth"]=="3"){ echo "இரண்டாவது";}
																 else if($res["no_birth"]=="4"){ echo "மூன்றாவது";}
																 else if($res["no_birth"]=="5"){ echo "நான்காவது";}
																 else if($res["no_birth"]=="6"){ echo "ஐந்தாவது";}
																 else if($res["no_birth"]=="7"){ echo "ஆறாவது";}
																 else if($res["no_birth"]=="8"){ echo "ஏழாவது";}
																 else if($res["no_birth"]=="9"){ echo "எட்டாவது";}
																
																?>
                                                        
                                                      
                                                            </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                  		
                                             		  		<div class="form-group  form-inline">
                                                            	<table class="table" style="">
                                                                      <thead>
                                                                        <tr>
                                                                          <td scope="row"><label>உடன் பிறப்பு</label></td>
                                                                          <td scope="row"> <label>அண்ணன் </label></td>
                                                                          <td scope="row"><label>அக்கா </label></td>
                                                                          <td scope="row"><label>தங்கை</label></td>
                                                                          <td scope="row"><label>தம்பி</label></td>
                                                                        </tr>
                                                                      </thead>
                                                                      <tbody>
                                                                        <tr>
                                                                          <td scope="row"><label>எண்ணிக்கை </label></th>
                                                                          <td>
                                                                           &nbsp; <?php echo $res["no_bro"];?>
                                                                                 
                                                                            </td>
                                                                          <td> 
                                                                           
                                                                             &nbsp; <?php echo $res["no_sis"];?>
                                                                             
                                                              			  </td>
                                                                          <td>&nbsp; <?php echo $res["no_sisy"];?></td>
                                                                           <td> &nbsp; <?php echo $res["no_broy"];?></td>
                                                                        </tr>
                                                                         <tr>
                                                                          <td scope="row"><label>மணமானவர்கள் </label></th>
                                                                          <td>
                                                                            &nbsp; <?php echo $res["no_bro_mar"];?>
                                                                                 
                                                                            </td>
                                                                          <td> 
                                                                           
                                                                             &nbsp; <?php echo $res["no_sis_mar"];?>
                                                                             
                                                              			  </td>
                                                                          <td>&nbsp; <?php echo $res["no_sisy_mar"];?></td>
                                                                           <td>&nbsp; <?php echo $res["no_broy_mar"];?></td>
                                                                        </tr>
                                                                        
                                                                        <tr>
                                                                        
                                                                        <td colspan="5">
                                                                        	<label>உடன் பிறப்பு மொத்த எண்ணிக்கை : </label>
                                                                     &nbsp; <?php echo $res["with_birth"];?> 
                                                              
                                                                        
                                                                        </td>
                                                                        
                                                                        </tr>
                                                                        
                                                                         <tr>
                                                                        
                                                                        <td colspan="5">
                                                                        	<label>மணமானவர்கள் மொத்த எண்ணிக்கை : </label>
                                                                     &nbsp; <?php echo $res["mar_nos"];?>
                                                              
                                                                        
                                                                        </td>
                                                                        
                                                                        </tr>
                                                                       
                                                                      </tbody>
                                                                    </table>
                                                            
                                                            
                                                             
                                                                
                                                          
                                                             </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                      	
                                                           
                                                            <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">சொத்து இருப்பு : </label>
                                                             
                                                                &nbsp; <?php echo $res["wealth_det"];?>
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                            
                                                            <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">சீர் செய்ய விரும்புவது : </label>
                                                             
                                                               
                                                               &nbsp; <?php echo $res["tidy"];?>
                                                      
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                           
                                                            <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                           		
                                                                 <label for="casteid" class="control-label pull-left">ஜாதி : </label>
                                                               &nbsp; <?php
															   
																echo $res["caste_name"];
																
																
																?>
                                                               
                                                                                                                                 
                                                                
                                                              </div>                                                              
                                                            <!-- <div class="clearfix"></div>-->
                                                            
                                                             <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">உட்பிரிவு : </label>
                                                                 
                                                                   &nbsp; <?php
																  
																echo $res["subcaste_name"];
																
																
																?>
                                                             
                                                              
                                                      
                                                            </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                             
                                                             <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">கோத்திரம் : </label>
                                                             	
                                                                &nbsp; <?php echo $res["ancestry"];?>
                                                               
                                                            </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                          
                                                             <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">குல தெய்வம் : </label>
                                                                 &nbsp; <?php echo $res["family_god"];?>
                                                              
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                           
                                                   		     <div class="form-group  form-inline tamil" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">குல தெய்வ ஊர் : </label>
                                                           
                                                        	 &nbsp; <?php echo $res["fg_place"];?>
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                             
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">பட்சம் :  </label>
                                                             
                                                                &nbsp; <?php  
																if($res["batcham"]=="1"){ echo "கிருஷ்ண பட்சம்";}
																 
																 else if($res["batcham"]=="2"){ echo "சுக்கில பட்சம்";}
																 
																 ?>
                                                      
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                        
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">திதி :  </label>
                                                             
                                                                &nbsp; <?php  
																if($res["thithi"]=="1"){ echo "பிரதமை";}
																 
																 else if($res["thithi"]=="2"){ echo "துவிதியை";}
																 else if($res["thithi"]=="3"){ echo "திருதியை";}
																 else if($res["thithi"]=="4"){ echo "சதுர்த்தி";}
																 else if($res["thithi"]=="5"){ echo "பஞ்சமி";}
																 else if($res["thithi"]=="6"){ echo "சஷ்டி";}
																 else if($res["thithi"]=="7"){ echo "சப்தமி";}
																 else if($res["thithi"]=="8"){ echo "அஷ்டமி";}
																 else if($res["thithi"]=="9"){ echo "நவமி";}
																 else if($res["thithi"]=="10"){ echo "தசமி";}
																 else if($res["thithi"]=="11"){ echo "ஏகாதசி";}
																 else if($res["thithi"]=="12"){ echo "துவாதசி";}
																 else if($res["thithi"]=="13"){ echo "திரயோதசி";}
																 else if($res["thithi"]=="14"){ echo "சதுர்த்தசி";}
																 else if($res["thithi"]=="15"){ echo "அமாவாசை";}
																 else if($res["thithi"]=="16"){ echo "பௌர்ணமி";}
																
																		
																 
																 ?>
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                             
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">நட்சத்திரம் :  </label>
                                                             
                                                                &nbsp; <?php 
																
																if($res["natchatram"]=="1"){ echo "அஸ்வினி";}
																 
																else if($res["natchatram"]=="2"){ echo "பரணி";}
																else if($res["natchatram"]=="3"){ echo "கார்த்திகை";}
																else if($res["natchatram"]=="4"){ echo "ரோகிணி";}
																else if($res["natchatram"]=="5"){ echo "மிருகசீரிடம்";}
																else if($res["natchatram"]=="6"){ echo "திருவாதிரை";}
																else if($res["natchatram"]=="7"){ echo "புனர்பூசம்";}
																else if($res["natchatram"]=="8"){ echo "பூசம்";}
																else if($res["natchatram"]=="9"){ echo "ஆயில்யம்";}
																else if($res["natchatram"]=="10"){ echo "மகம்";}
																else if($res["natchatram"]=="11"){ echo "பூரம்";}
																else if($res["natchatram"]=="12"){ echo "உத்தரம்";}
																else if($res["natchatram"]=="13"){ echo "அஸ்தம்";}
																else if($res["natchatram"]=="14"){ echo "சித்திரை";}
																else if($res["natchatram"]=="15"){ echo "சுவாதி";}
																else if($res["natchatram"]=="16"){ echo "விசாகம்";}
																else if($res["natchatram"]=="17"){ echo "அனுஷம்";}
																else if($res["natchatram"]=="18"){ echo "கேட்டை";}
																else if($res["natchatram"]=="19"){ echo "மூலம்";}
																else if($res["natchatram"]=="20"){ echo "பூராடம்";}
																else if($res["natchatram"]=="21"){ echo "உத்திராடம்";}
																else if($res["natchatram"]=="22"){ echo "திருவோணம்";}
																else if($res["natchatram"]=="23"){ echo "அவிட்டம்";}
																else if($res["natchatram"]=="24"){ echo "சதயம்";}
																else if($res["natchatram"]=="25"){ echo "பூரட்டாதி";}
																else if($res["natchatram"]=="26"){ echo "உத்திரட்டாதி";}
																else if($res["natchatram"]=="27"){ echo "ரேவதி";}
								
																 
																 
																 
																 ?>
                                                      
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                            
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">பாதம் :  </label>
                                                             
                                                                 &nbsp; <?php 
																 	if($res["padham"]=="1"){ echo "1 ஆம் பாதம்";}
																 
																     else if($res["padham"]=="2"){ echo "2 ஆம் பாதம்";}
																     else if($res["padham"]=="3"){ echo "3  ஆம் பாதம்";}
																     else if($res["padham"]=="4"){ echo "4 ஆம் பாதம்";}
																 
																 ?>
                                                      
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                            
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">லக்னம் :  </label>
                                                               <?php 
															  
														       if($res["laknam"]=="1"){ echo "மேஷம்";}
															   else if($res["laknam"]=="2"){ echo "ரிஷபம்";}
															   else if($res["laknam"]=="3"){ echo "மிதுனம்";}
															   else if($res["laknam"]=="4"){ echo "கடகம்";}
															   else if($res["laknam"]=="5"){ echo "சிம்மம்";}
															   else if($res["laknam"]=="6"){ echo "கன்னி";}
															   else if($res["laknam"]=="7"){ echo "துலாம்";}
															   else if($res["laknam"]=="8"){ echo "விருச்சிகம்";}
															   else if($res["laknam"]=="9"){ echo "தனுசு";}
															   else if($res["laknam"]=="10"){ echo "மகரம்";}
															   else if($res["laknam"]=="11"){ echo "கும்பம்";}
															   else if($res["laknam"]=="12"){ echo "மீனம்";}
															   
															   ?>
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                           
                                                             <div class="form-group  form-inline" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">ராசி : </label>
                                                               &nbsp; <?php 
															    if($res["rasi"]=="1"){ echo "மேஷம்";}
															   else if($res["rasi"]=="2"){ echo "ரிஷபம்";}
															   else if($res["rasi"]=="3"){ echo "மிதுனம்";}
															   else if($res["rasi"]=="4"){ echo "கடகம்";}
															   else if($res["rasi"]=="5"){ echo "சிம்மம்";}
															   else if($res["rasi"]=="6"){ echo "கன்னி";}
															   else if($res["rasi"]=="7"){ echo "துலாம்";}
															   else if($res["rasi"]=="8"){ echo "விருச்சிகம்";}
															   else if($res["rasi"]=="9"){ echo "தனுசு";}
															   else if($res["rasi"]=="10"){ echo "மகரம்";}
															   else if($res["rasi"]=="11"){ echo "கும்பம்";}
															   else if($res["rasi"]=="12"){ echo "மீனம்";}
															   
															   ?>
                                                      
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                             
                                                            <div class="form-group form-inline" style="margin-top:10px;">
                                                            
                                                            	 <label for="selector1" class="control-label pull-left">திசை இருப்பு : </label>
                                                         
                                                   
                                                               &nbsp;  <?php 
															    if($res["dhisa"]=="1"){ echo "சூரியன்";}
															   else if($res["dhisa"]=="2"){ echo "சந்திரன்";}
															   else if($res["dhisa"]=="3"){ echo "செவ்வாய்";}
															   else if($res["dhisa"]=="4"){ echo "புதன்";}
															   else if($res["dhisa"]=="5"){ echo "குரு";}
															   else if($res["dhisa"]=="6"){ echo "சுக்கிரன்";}
															   else if($res["dhisa"]=="7"){ echo "சனி";}
															   else if($res["dhisa"]=="8"){ echo "ராகு";}
															   else if($res["dhisa"]=="9"){ echo "கேது";}
															  
															   
															   ?>
                                                                    
                                                             </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                            <div class="form-group form-inline" style="margin-top:10px; margin-left:0px;">       
                                                                <label for="selector1" class="control-label">வருடம் : </label>
                                                         
                                                              
                                                                     &nbsp; <?php echo $res["dyears"];?>
                                                           
                                                              
                                                           
                                                                <label for="selector1" class="control-label">மாதம் :  </label>
                                                         
                                                                  &nbsp; <?php echo $res["dmonth"];?>
                                                
                                                                <label for="selector1" class="control-label">நாள் : </label>
                                                         
                                                                   &nbsp; <?php echo $res["ddays"];?>
                                                                   
        
                                                                    
                                                             </div>
                                                             <!-- <div class="clearfix"></div>-->
                                                             <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">குடும்ப குறிப்பு :  </label>
                                                             
                                                                 &nbsp; <?php echo $res["family_hint"];?>
                                                            </div>
                                                             <div class="form-group  form-inline english" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">ஜாதக வகை : </label>
                                                             
                                                                 &nbsp; <?php echo $res["astrotype"];?>
                                                            </div>
                                                            <div class="form-group  form-inline english" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">ஜாதி தடையில்லை :</label>
                                                             
                                                                 &nbsp; <?php 
																 
																	  if($res["caste_restrict"]=="yes"){ echo "சம்மதம்";}
																	 
																	 else{ echo "வேண்டாம்";}
																	 
																	?>
                                                            </div>
                                                            <div class="form-group  form-inline english" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">ஜாதகம் பார்க்காமல் : </label>
                                                             
                                                                 &nbsp;<?php 
																 
																  if($res["astro_option"]=="yes"){ echo "சம்மதம்";}
																 
																 else{ echo "வேண்டாம்";}
																 
																?>
                                                            </div>
                                                            <!-- <div class="clearfix"></div>-->
                                                           
                                                             <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                 <label for="selector1" class="control-label pull-left">முகவரி :  </label>
                                                             
                                                                 &nbsp; <div class="showcellnos"> <?php echo "*****";?></div>
                                                                  &nbsp; <div class="showcellnol" style="display:none;"> <?php echo $res["addr1"];?></div>
                                                      
                                                            </div>
                                                            <div class="form-group  form-inline tamil" style="margin-top:10px;">
                                                            <label for="selector1" class="control-label pull-left">பதிவிட்டவர் பெயர்:</label>
                                                            &nbsp; <?php echo $res["registeredby"];?>
                                                            </div>
                                                            
                                                 			</div>
                                                           
                                                            <div class="row">
                                                                    <div class="col-md-6">
                                                                    <div class="form-group" style="margin-top:10px;">   
                                                                         <label for="selector1" class="control-label">ராசி கட்டம் :</label>
                                                                     
                                                                        <table class="" border="1" cellpadding="0" cellspacing="0" id="rasik" style="table-layout:fixed;">
                                                                          <thead class="thead-dark">
                                                                           &nbsp; <?php
															            	$statement1 = $pdo->prepare("select * from rasi where id='$res[rasi_kattam]'");
                                                                            $statement1->execute();
                                                                            $rres = $statement1->fetchAll(PDO::FETCH_ASSOC);
																
																//echo $rres[0]["name"];
																
																
																?>
                                                                            <tr>
                                                                              <td cellpadding="0" cellspacing="0" style="padding:0px;width:200px; text-align:center; height:100px!important; padding-top:20px; border:1px solid #000;"><?php if($rres[0]["laknam"]==1){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;  margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><p>மீனம்</p><div style="margin-left:5px;"><?php echo $rres[0]["rasi1"];?></div>

</td>
                                                                               <td scope="col" style="padding:0px;width:200px;  text-align:center;height:100px; padding-top:20px;" ><?php if($rres[0]["laknam"]==2){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?>
                                                                            
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi2"];?>
</td>
                                                                               <td scope="col" style="padding:0px;width:200px; text-align:center;height:100px; padding-top:20px;" <?php if($rres[0]["laknam"]==3){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi3"];?>
</div></td>
                                                                               <td scope="col" style="padding:0px;width:200px; text-align:center; height:100px; padding-top:20px;" <?php if($rres[0]["laknam"]==4){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;  margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi4"];?></label>
</div></td>
                                                                            </tr>
                                                                          </thead>
                                                                          <tbody>
                                                                            <tr>
                                                                              <td cellpadding="0" cellspacing="0" style="padding:0px;width:200px;  padding-top:20px;text-align:center;height:100px!important;border:1px solid #000;" <?php if($rres[0]["laknam"]==5){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi5"];?></label>
</div></td>
                                                                               <td scope="col" colspan="2" style="padding:0px;width:400px;  text-align:center;height:100px; border:1px solid #000;border-bottom:0px;"><h3 class="text-center" style="padding-top:73px;">இராசி</h3></td>
                                                                             
                                                                               <td scope="col" style="padding:0px;width:200px;   padding-top:20px;text-align:center;height:100px;border:1px solid #000;" <?php if($rres[0]["laknam"]==6){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi6"];?></label>
</div></td>
                                                                            </tr>
                                                                             <tr>
                                                                              <td cellpadding="0" cellspacing="0" style="padding:0px;width:200px; padding-top:20px; text-align:center; height:100px!important;border:1px solid #000;" <?php if($rres[0]["laknam"]==7){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi7"];?></label>
</div></td>
                                                                               <td scope="col" colspan="2" style="padding:0px;width:400px; padding-top:20px; text-align:center; height:100px; border:1px solid #000; border-top:0px;">&nbsp;</td>
                                                                             
                                                                               <td scope="col" style="padding:0px;width:200px;  padding-top:20px; text-align:center;height:100px;border:1px solid #000;" <?php if($rres[0]["laknam"]==8){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?>
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi8"];?></label>
</div></td>
                                                                            </tr>
                                                                            <tr>
                                                                             <tr>
                                                                              <td cellpadding="0" cellspacing="0" style="padding:0px;width:200px; text-align:center;height:100px!important; padding-top:20px; border:1px solid #000;"<?php if($rres[0]["laknam"]==9){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi9"];?></label>
</div></td>
                                                                               <td scope="col" style="padding:0px;width:200px;  text-align:center;height:100px; padding-top:20px;" <?php if($rres[0]["laknam"]==10){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;  margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?>
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi10"];?></label>
</div></td>
                                                                               <td scope="col" style="padding:0px;width:200px;  text-align:center;height:100px; padding-top:20px;" <?php if($rres[0]["laknam"]==11){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;  margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi11"];?></label>
</div></td>
                                                                               <td scope="col" style="padding:0px;width:200px; text-align:center; height:100px; padding-top:20px;" cellpadding="5"cellspacing="5" <?php if($rres[0]["laknam"]==12){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $rres[0]["rasi12"];?></label>
</div></td>
                                                                            </tr>
                                                                            </tr>
                                                                           
                                                                          </tbody>
                                                                        </table>
                                                              
                                                                    </div>
                                                                    </div>
                                                                    <div class="col-md-6">
                                                                      <div class="form-group" style="margin-top:10px;">   
                                                                         <label for="selector1" class="control-label">நவாம்சம் கட்டம் :</label>
                                                                     
                                                                        <table class="" border="1" cellpadding="0" cellspacing="0" id="navk" style="table-layout:fixed;">
                                                                          <thead class="thead-dark">
                                                                           &nbsp; <?php
																		    $statement2 = $pdo->prepare("select * from nav where id='$res[nav_kattam]'");
                                                                            $statement2->execute();
                                                                            $nres = $statement2->fetchAll(PDO::FETCH_ASSOC);
																
																
																?>
                                                                            <tr>
                                                                              <td cellpadding="0" cellspacing="0" style="padding:0px;width:200px; text-align:center;height:100px!important; padding-top:20px; border:1px solid #000;"><?php if($nres[0]["laknam"]==1){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;"><?php echo $nres[0]["nav1"];?></div></td>

                                                                               <td scope="col" style="padding:0px;width:200px; text-align:center; height:100px; padding-top:20px;" ><?php if($nres[0]["laknam"]==2){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?>
                                                                              
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav2"];?>
</td>
                                                                               <td scope="col" style="padding:0px;width:200px;  text-align:center;height:100px; padding-top:20px;" ><?php if($nres[0]["laknam"]==3){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav3"];?>
</div></td>
                                                                               <td scope="col" style="padding:0px;width:200px; text-align:center; height:100px; padding-top:20px;"> <?php if($nres[0]["laknam"]==4){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;  margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav4"];?></label>
</div></td>
                                                                            </tr>
                                                                          </thead>
                                                                          <tbody>
                                                                            <tr>
                                                                              <td cellpadding="0" cellspacing="0" style="padding:0px;width:200px;  text-align:center;height:100px!important;border:1px solid #000; padding-top:20px;"> <?php if($nres[0]["laknam"]==5){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav5"];?></label>
</div></td>
                                                                               <td scope="col" colspan="2" style="padding:0px;width:400px;  text-align:center;height:100px; border:1px solid #000;border-bottom:0px;"><h3 class="text-center" style="padding-top:73px;">நவாம்சம்</h3></td>
                                                                             
                                                                               <td scope="col" style="padding:0px;width:200px;  text-align:center;height:100px; padding-top:20px;border:1px solid #000;"> <?php if($nres[0]["laknam"]==6){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav6"];?></label>
</div></td>
                                                                            </tr>
                                                                             <tr>
                                                                              <td cellpadding="0" cellspacing="0" style="padding:0px;width:200px;  text-align:center;height:100px!important;border:1px solid #000; padding-top:20px;"> <?php if($nres[0]["laknam"]==7){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav7"];?></label>
</div></td>
                                                                               <td scope="col" colspan="2" style="padding:0px;width:400px;  text-align:center;height:100px; border:1px solid #000; border-top:0px;">&nbsp;</td>
                                                                             
                                                                               <td scope="col" style="padding:0px;width:200px;  text-align:center;height:100px; padding-top:20px;border:1px solid #000;"><?php if($nres[0]["laknam"]==8){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?>
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav8"];?></label>
</div></td>
                                                                            </tr>
                                                                            <tr>
                                                                           
                                                                              <td cellpadding="0" cellspacing="0" style="padding:0px;width:200px;  text-align:center;height:100px!important; padding-top:20px; border:1px solid #000;"><?php if($nres[0]["laknam"]==9){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;  margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav9"];?></label>
</div></td>
                                                                               <td scope="col" style="padding:0px;width:200px;  text-align:center;height:100px; padding-top:20px;" ><?php if($nres[0]["laknam"]==10){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?>
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav10"];?></label>
</div></td>
                                                                               <td scope="col" style="padding:0px;width:200px; text-align:center; height:100px; padding-top:20px;" ><?php if($nres[0]["laknam"]==11){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px; margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:5px;">
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav11"];?></label>
</div></td>
                                                                               <td scope="col" style="padding:0px;width:200px; text-align:center; height:100px; padding-top:20px;" cellpadding="5" cellspacing="5" ><?php if($nres[0]["laknam"]==12){echo  "<div style=\"border-radius:50%; border:solid black 1px;width:50px;height: 50px; float:left; margin-top:5px; margin-bottom:5px;margin-left:5px;padding:5px; padding-top:9px;\">ல</div>";?> <?php } ?><div style="margin-left:65px;">
  <label style="vertical-align:middle;"><?php echo $nres[0]["nav12"];?></label>
</div></td>
                                                                            </tr>
                                                                          
                                                                           
                                                                          </tbody>
                                                                        </table>
                                                              
                                                                    </div>
                                                                    
                                                                   
                                                                 </div>
                                                                   
                                                                   <div class="clearfix"></div>
                                                                    <div class="row">
                                                                        <div class="col-md-6">
                                                                         <div class="form-group  form-inline tamil" style="margin-top:10px;">   
                                                                             <label for="selector1" class="control-label pull-left">எதிர்பார்ப்பு : </label>
                                                                          &nbsp; <?php echo $res["expectation"];?>
                                                                  
                                                                        </div>
                                                                        
                                                                       
                                                                         <div class="form-group   form-inline" style="margin-top:10px;">   
                                                                             <label for="selector1" class="control-label pull-left">உட்பிரிவு சம்மதம்? : </label>
                                                                         
                                                                           &nbsp; <?php 
																 
																			  if($res["caste_wish"]=="1"){ echo "சம்மதம்";}
																			 
																			 else if($res["caste_wish"]=="2"){ echo "வேண்டாம்";}
																			 
																			 
																			 
																			 ?>
																  
                                                                  
                                                                        </div>
                                                                        
                                                                       </div>  
                                                            			
                                                                        
                                                                        <div class="col-md-6">
                                                                         <div class="form-group  form-inline tamil" style="margin-top:10px; width:450px;">   
                                                                            
                                                                             <span style="width:250px !important; clear:left;">
                                                                      <ul style="float:left;display:inline; margin:0px; padding:0px;">
											<li style="float:left; display:inline;margin:0px;padding:0px; list-style-type:none;"><label >தேவைப்படும் நட்சத்திரம் : &nbsp;&nbsp;</label></li><?php     
																			$id = explode(",", $res['expect_rasi']);
																		     if(in_array("1",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>அஸ்வினி,</li>";
																			 if(in_array("2",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>பரணி,</li>";
																			 if(in_array("3",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>கார்த்திகை,</li>";
																			 if(in_array("4",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>ரோகிணி,</li>";
																			 if(in_array("5",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>மிருகசீரிடம்,</li>";
																			 if(in_array("6",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>திருவாதிரை,</li>";
																			 if(in_array("7",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>புனர்பூசம்,</li>";
																			 if(in_array("8",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>பூசம்,</li>";
																			 if(in_array("9",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>ஆயில்யம்,</li>";
																			 if(in_array("10",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>மகம்,</li>";
																			 if(in_array("11",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>பூரம்,</li>";
																			 if(in_array("12",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>உத்தரம்,</li>";
																			 if(in_array("13",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>அஸ்தம்,</li>";
																			 if(in_array("14",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>சித்திரை,</li>";
																			 if(in_array("15",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>சுவாதி,</li>";
																			 if(in_array("16",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>விசாகம்,</li>";
																			 if(in_array("17",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>அனுஷம்,</li>";
																			 if(in_array("18",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>கேட்டை,</li>";
																			 if(in_array("19",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>மூலம்,</li>";
																			 if(in_array("20",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>பூராடம்,</li>";
																			 if(in_array("21",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>உத்திராடம்,</li>";
																			 if(in_array("22",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>திருவோணம்,</li>";
																			 if(in_array("23",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>அவிட்டம,</li>";
																			 if(in_array("24",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>சதயம்,</li>";
																			 if(in_array("25",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>பூரட்டாதி,</li>";
																			 if(in_array("26",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>உத்திரட்டாதி,</li>";
																			 if(in_array("27",$id)) echo "<li style='float:left;margin:0px;padding:0px; list-style-type:none;'>ரேவதி</h3>";
												  ?>
                                                  </ul>
                                                                  </span>
                                                                        </div>
                                                                     <div class="clearfix">   
                                                                        <div class="form-group  form-inline" style="margin-top:10px; clear:both;">   
                                                                             <label for="selector1" class="control-label pull-left">பதிவேற்றப்பட்ட நாள்</label>
                                                                          &nbsp; <?php echo date("d-m-Y",strtotime($res["created_on"]));?>
                                                                  
                                                                        </div>
                                                                      <!--  <button id="excel" class="btn btn-success">Export</button></div>-->
                                                                       </div>
                                                                       </div>
                                                                       
                                                                       </div>
</section>
 
<?php } ?>
<script>
    
function showcell()
{
	event.preventDefault();
$("#pwd").show();
if($("#pwd").val()=="")
{
	
	alert("தயவு செய்து கடவு சொல்லை உள்ளிடவும் ");
	return false;
}
else if($("#pwd").val()!="$123*")
{
	alert("சரியான கடவு சொல்லை உள்ளிடவும் ");
	return false;	
}
else
{
	
	$(".showcellnos").hide();
	$(".showcellnol").show();	
	$("#pwd").hide();
	$("#btns").hide();
	$("#btnh").show();


}
	
}



function hidecell()
{
	event.preventDefault();
	$(".showcellnos").show();
	$(".showcellnol").hide();	
	$("#pwd").hide();
	$("#btns").show();
	$("#btnh").hide();


	
}
</script>
<?php  include "footer.php";?>

Zerion Mini Shell 1.0