[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
tracer
/
application
/
views
/
mahasiswa
/
[
Home
]
File: bg_print_uts.php
<!DOCTYPE html> <head> <title>.</title> <style> div.relative { position: relative; margin: auto; width: 500px; height: auto; border: 2px solid #000; padding:5px 10px 20px 5px; line-height: 0.4; } div.absolute { position: absolute; top: 160px; left: 360px; z-index: 1; } img.sul { width: 100px; height: auto; border-radius: 50%; border: 1px solid #ddd; box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); z-index: 1; } .peserta{ text-align: center; font-size: 18px; } .acc{ margin: 0 0 0 310px; font-size: 12px; } </style> </head> <body onLoad="javascript:window.print()"> <p> </p> <div class="relative" > <h4 ><img alt="" src="<?php echo base_url().'assets/images/logo.png'?>" style="height: 80px; width: 100px; border-width: 0px; border-style: solid; margin: 1px; float: left;" /> KARTU PESERTA <?=$this->session->userdata("ujian");?> <?php echo $thn_ajaran;?> </h4> <h4 > PRODI <?php echo $jurusan;?></h4> <h4> STIKES ABDI NUSANTARA JAKARTA</h4> <hr /> <div class="peserta">PESERTA</div> <p> </p> <table> <tr> <th> NAMA</th> <th> :</th> <td> <?php echo $nama;?></td> </tr> <tr><td> </td></tr> <tr> <th> NIM</th> <th> :</th> <td> <?php echo $nim;?></td> </tr> <tr><td> </td></tr> <tr><td> </td></tr> <tr> <th> NOMOR</th> <th> :</th> <td> <a href="<?php echo base_url()?>/<?php echo $barcode_uts;?>"> <img src="<?php echo base_url()?>/<?php echo $barcode_uts; ?>" > </a> </td> </tr> </table> <div class="absolute"> <?php foreach ($mhs->result_array() as $key ) { if ($key['foto']=='' || $key['foto']=='0') { echo "<img class='sul' src='".base_url('assets/avatars/profile-pic.jpg')."' >" ; } else if ($key['foto']!=='') { echo "<img class='sul' width='100' height='140' src='".base_url('assets/uploads/'.$key['foto'])."' >" ; } } ?> </div> <div class="acc"> Approved : <?= $tgl_acc_uts; ?></div> </body> </html>