2021-09-15 21:00:06 +07:00
<! doctype html >
< html lang = " en " >
< head >
<!-- Required meta tags -->
< meta charset = " utf-8 " >
< meta name = " viewport " content = " width=device-width, initial-scale=1, shrink-to-fit=no " >
<!-- Bootstrap CSS -->
< link rel = " stylesheet " href = " <?php echo base_url()?>assets/css/bootstrap.min.css " integrity = " sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm " crossorigin = " anonymous " >
< link rel = " stylesheet " href = " <?php echo base_url()?>assets/css/dataTables.bootstrap4.min.css " >
< link data - require = " sweet-alert@* " data - semver = " 0.4.2 " rel = " stylesheet " href = " <?php echo base_url()?>assets/css/sweetalert.min.css " />
< link rel = " icon " type = " image/png " href = " ../../assets/images/favicon.png " />
< title > Aplikasi UMKM </ title >
</ head >
< body >
< nav class = " navbar navbar-expand-lg navbar-dark bg-primary " >
< div class = " container " >
< a class = " navbar-brand " href = " # " >
< img src = " ../../assets/images/logo-white.png " width = " 100 " alt = " " >
</ a >
< button class = " navbar-toggler " type = " button " data - toggle = " collapse " data - target = " #navbarSupportedContent " aria - controls = " navbarSupportedContent " aria - expanded = " false " aria - label = " Toggle navigation " >
< span class = " navbar-toggler-icon " ></ span >
</ button >
< div class = " collapse navbar-collapse " id = " navbarSupportedContent " >
< ul class = " navbar-nav mr-auto " >
</ ul >
< form methode = " POST " action = " ../login/logout " class = " form-inline my-2 my-lg-0 " >
< button class = " btn btn-outline-warning btn-sm my-2 my-sm-0 " type = " submit " > Logout </ button >
</ form >
</ div >
</ div >
</ nav >
< div class = " container " >
< div class = " row " >
< div class = " col-md-3 " style = " cursor:pointer; " >
2021-09-16 22:54:20 +07:00
< div class = " card " >
2021-09-15 21:00:06 +07:00
< div class = " card-header text-center " >
< img src = " ../../assets/images/<?php echo $user_logged->foto_user ?> " width = " 125 " />< br >
< strong >< ? php echo $user_logged -> nama ?> </strong>
</ div >
< ul class = " list-group list-group-flush " >
< a href = " <?php echo base_url('index.php/')?>admin/dashboard " style = " text-decoration:none; " >
< li class = " list-group-item bg-primary text-white border-bottom " > Data Pemilik UMKM </ li >
</ a >
< a href = " <?php echo base_url('index.php/')?>admin/umkm " style = " text-decoration:none; " >
< li class = " list-group-item text-dark border-bottom " > Data UMKM </ li >
</ a >
< a href = " <?php echo base_url('index.php/')?>admin/absensi " style = " text-decoration:none; " >
2021-11-22 13:56:10 +07:00
< li class = " list-group-item text-dark border-bottom " > Presensi </ li >
2021-09-15 21:00:06 +07:00
</ a >
< a href = " <?php echo base_url('index.php/')?>admin/laporan " style = " text-decoration:none; " >
< li class = " list-group-item text-dark border-bottom " > Laporan </ li >
</ a >
< a href = " <?php echo base_url('index.php/')?>admin/setting " style = " text-decoration:none; " >
< li class = " list-group-item text-dark " > Setting </ li >
</ a >
</ ul >
</ div >
</ div >
2021-09-16 22:54:20 +07:00
< div class = " col col-md-9 col-lg-9 col-sm-12 col-12 " >
2021-09-15 21:00:06 +07:00
< div class = " card " >
< h5 class = " card-header " > Setting User </ h5 >
< div class = " card-body " >
< div >
< ul class = " nav nav-tabs " >
< li class = " nav-item " >
< a href = " <?php echo base_url('index.php/')?>admin/setting " class = " nav-link active " > Reset Password </ a >
</ li >
</ ul >
< div class = " mt-3 " >
< form action = " " method = " POST " class = " needs-validation " oninput = 'password2.setCustomValidity(password2.value != password.value ? "Passwords do not match." : "")' >
< div class = " row " >
< ? php
if ( isset ( $_GET [ 'msg' ])){
$msg = $_GET [ 'msg' ];
}
if ( isset ( $msg )){
if ( $msg == 'success' ){
?>
< div class = " col col-md-12 " >
< div class = " alert alert-success " role = " alert " > Password berhasil direset !</ div >
</ div >
< ? php
} else {
?>
< div class = " col col-md-12 " >
< div class = " alert alert-danger " role = " alert " > Gagal , password tidak berganti !</ div >
</ div >
< ? php
}
}
?>
2021-09-16 22:54:20 +07:00
< div class = " col col-12 " >
2021-09-15 21:00:06 +07:00
< div class = " form-group " >
< label for = " password " > Password </ label >
< input type = " password " name = " password " class = " form-control " id = " password " placeholder = " Password " required >
</ div >
< div class = " form-group " >
< label for = " password2 " > Confrim Password </ label >
< input type = " password " name = " password2 " class = " form-control " id = " password2 " placeholder = " Confirm Password " required >
</ div >
</ div >
2021-09-16 22:54:20 +07:00
< div class = " col col-12 text-right " >
2021-09-15 21:00:06 +07:00
< hr >
< button type = " submit " class = " btn btn-sm btn-primary " > Simpan </ button >
</ div >
</ div >
</ form >
</ div >
</ div >
</ div >
</ div >
</ div >
</ div >
</ div >
<!-- Optional JavaScript -->
<!-- jQuery first , then Popper . js , then Bootstrap JS -->
< script src = " <?php echo base_url()?>assets/js/jquery-3.2.1.slim.min.js " integrity = " sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN " crossorigin = " anonymous " ></ script >
< script src = " <?php echo base_url()?>assets/js/popper.min.js " integrity = " sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q " crossorigin = " anonymous " ></ script >
< script src = " <?php echo base_url()?>assets/js/bootstrap.min.js " integrity = " sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl " crossorigin = " anonymous " ></ script >
< script src = " <?php echo base_url()?>assets/js/jquery.dataTables.min.js " ></ script >
< script src = " <?php echo base_url()?>assets/js/dataTables.bootstrap4.min.js " ></ script >
< script src = " <?php echo base_url()?>assets/js/sweetalert.min.js " ></ script >
< script >
$ ( document ) . ready ( function () {
$ ( '#tabeldata' ) . DataTable ();
} );
</ script >
</ body >
</ html >