[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
tracer
/
application
/
views
/
admin
/
[
Home
]
File: bg_tracer.php
<style> /* The container */ .cont { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 16px; color: blue; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .contata { display: block; position: relative; padding-left: 10px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default radio button */ .cont input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom radio button */ .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #adb; border-radius: 50%; } /* On mouse-over, add a grey background color */ .cont:hover input ~ .checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .cont input:checked ~ .checkmark { background-color: #2196F3; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .cont input:checked ~ .checkmark:after { display: block; } /* Style the indicator (dot/circle) */ .cont .checkmark:after { top: 6px; left: 6px; width: 8px; height: 8px; border-radius: 50%; background: white; } </style> <div class="container"> <div class="one"> <div class="row"> <div class="col-sm-6"> <div class="well"> <h2>Data Alumni</h2> <table> <?php foreach($time->result_array() as $d) { ?> <tr><td> </td></tr> <tr> <th width="180">Nama</th> <td width="50">:</td> <td><input type="text" name="nama" size="50" class="input-read-only" value="<?php echo $d['nama']; ?>" /></td> </tr> <tr><td> </td></tr> <tr> <th width="180">Jenis Kelamin</th> <td width="50">:</td> <td> <input type="text" name="nama" size="50" class="input-read-only" value="<?php echo $d['jenis_kelamin']; ?>" /> </td> </tr> <tr><td> </td></tr> <th width="180">Tempat Lahir</th> <td width="50">:</td> <td><input type="text" name="tempat_lahir" size="50" class="input-read-only" value="<?php echo $d['tempat_lahir']; ?>" /></td> </tr> <tr><td> </td></tr> <th width="180">Alamat</th> <td width="50">:</td> <td><input type="text" name="alamat" size="50" class="input-read-only" value="<?php echo $d['alamat']; ?>"/></td> </tr> <tr><td> </td></tr> <tr> <th width="180">No. Telp./ HP</th> <td width="50">:</td> <td><input type="text" name="noTlp" size="50" class="input-read-only" value="<?php echo $d['noTlp']; ?>" /></td> </tr> <tr><td> </td></tr> <tr> <th width="180">Email *</th> <td width="50">:</td> <td><input type="text" name="email" size="50" class="input-read-only" value="<?php echo $d['email']; ?>" /></td> </tr> </table> </div> </div> <div class="col-sm-6"> <div class="well"> <h2>Data Kelulusan</h2> <table> <tr><td> </td></tr> <tr> <th width="180">Alumni Program Studi </th> <td width="50">:</td> <td> <input type="text" name="email" size="50" class="input-read-only" value="<?php echo $d['prodi']; ?>" /> </td> </tr> <tr><td> </td></tr> <tr> <tr> <th width="180">Angkatan *</th> <td width="50">:</td> <td><input type="text" name="angkatan" size="50" class="input-read-only" value="<?php echo $d['angkatan']; ?>"/></td> </tr> <tr><td> </td></tr> <th width="180">Tahun Lulus</th> <td width="50">:</td> <td><input type="text" name="thn_lulus" size="50" class="input-read-only" value="<?php echo $d['thn_lulus']; ?>" /></td> </tr> <tr><td> </td></tr> <tr><td> </td></tr> <th width="180">IPK</th> <td width="50">:</td> <td><input type="text" name="ipk" size="50" class="input-read-only" value="<?php echo $d['ipk']; ?>" /></td> </tr> </table> </div></div> </div> </div> <div class="two"> <div class="container" > <div class="row"> <div class="col-sm-6"> <div class="well"> <h2>Riwayat Pekerjaan</h2> <label class='contata'>1. Nama tempat bekerja</label> <label><input type="text" name="tmpt" size="50" class="input-read-only" value="<?php echo $d['tmpt']; ?>"/> </label><br> <label class='contata'>2. Jabatan/Posisi dalam pekerjaan:</label> <label><input type="text" name="jbn" size="50" class="input-read-only" value="<?php echo $d['jbn']; ?>"/> </label><br> <label class='contata'> 3. Bulan dan tahun mulai bekerja: </label> <label> <input type="text" name="mli" size="50" class="input-read-only" value="<?php echo $d['mli']; ?>"/> </label><br> <label class='contata'> 4. Bagaimana proses Saudara mendapatkan pekerjaan ini?</label> <label class='cont'><?php echo $d['cari_kerja']; ?></label> </label> <p> </p> <label class='contata'> 5. Darimana Saudara mengetahui atau mendapatkan informasi mengenai adanya pekerjaan ini?</label> <label class='cont'><?php echo $d['cari']; ?></label> </label> <p> </p> <label class='contata'>6. Sejauh mana pekerjaan Saudara yang terakhir/sekarang sesuai dengan harapan ketika pertama kali belajar di BPI?</label> <label class='cont'><?php echo $d['cari1']; ?></label> </label> <p> </p> <label class='contata'>7. Apakah Saudara puas dengan pekerjaan Saudara yang sekarang?</label> <label class='cont'><?php echo $d['cari2']; ?></label> </label> <p> </p> <label class='contata'>8. apa pertimbangan utama Saudara dalam memilih pekerjaan yang terakhir/sekarang? </label> <label class='cont'><?php echo $d['cari3']; ?></label> </label> </div> </div> <div class="col-sm-6"> <div class="well"> <p> </p> <label class='contata'>9. Apakah pekerjaan Saudara ini berhubungan dengan bidang ilmu yang Saudara pelajari?</label> <label class='cont'><?php echo $d['cari4']; ?></label> </label> <p> </p> <label class='contata'>10. Menurut Saudara, bagaimana kebutuhan institusi tempat Saudara bekerja terhadap lulusan dari Program Studi/jurusan Saudara: </label> <label class='cont'><?php echo $d['cari5']; ?> </label> </label> <?php } ?> </div></div></div></div>