[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
tracer
/
application
/
views
/
dosen
/
[
Home
]
File: bg_akun.php
<!DOCTYPE html> <html> <head> <title></title> </head> <body> <?php echo $this->session->flashdata('save_akun'); ?> <form method="post" action="<?php echo base_url(); ?>dosen/simpan_akun"> <table class="table table-striped table-bordered data"> <tr> <td>Password Lama</td> <td><input type="text" name="pass_lama" /></td> </tr> <tr> <td>Password Baru</td> <td><input type="text" name="pass_baru" /></td> </tr> <tr> <td>Ulangi Password Baru</td> <td><input type="text" name="ulangi_pass" /></td> </tr> </table> <input type="submit" value="Simpan Data" /> </form> </body> </html>