MIF_E31210938/application/views/v_profil_saya.php

168 lines
8.8 KiB
PHP

<!-- Begin Page Content -->
<div class="container-fluid">
<div class="row">
<?php if ($_SESSION['role'] == "admin") { ?>
<!-- Earnings (Monthly) Card Example -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-primary shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1">
Jumlah Gejala</div>
<div class="h5 mb-0 font-weight-bold text-gray-800"><?php echo $total_gejala['total']; ?> Gejala</div>
</div>
<div class="col-auto">
<i class="fas fa-pen fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Earnings (Monthly) Card Example -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-success shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-success text-uppercase mb-1">
Jumlah Penyakit</div>
<div class="h5 mb-0 font-weight-bold text-gray-800"><?php echo $total_penyakit['total']; ?> Penyakit</div>
</div>
<div class="col-auto">
<i class="fas fa-list fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Earnings (Monthly) Card Example -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-info shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-info text-uppercase mb-1">Data Pengetahuan
</div>
<div class="row no-gutters align-items-center">
<div class="col-auto">
<div class="h5 mb-0 mr-3 font-weight-bold text-gray-800"><?php echo $total_basis_pengetahuan['total']; ?> Data</div>
</div>
</div>
</div>
<div class="col-auto">
<i class="fas fa-comments fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Pending Requests Card Example -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-warning shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-warning text-uppercase mb-1">
Jumlah Pengguna</div>
<div class="h5 mb-0 font-weight-bold text-gray-800"><?php echo $total_users['total']; ?> Pengguna</div>
</div>
<div class="col-auto">
<i class="fas fa-users fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<?php } else { ?>
<!-- Earnings (Monthly) Card Example -->
<div class="col-xl-6 col-md-6 mb-4">
<div class="card border-left-info shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-info text-uppercase mb-1">Total Diagnosa
</div>
<div class="row no-gutters align-items-center">
<div class="col-auto">
<div class="h5 mb-0 mr-3 font-weight-bold text-gray-800"><?php echo $total_diagnosa['total']; ?> Hasil</div>
</div>
</div>
</div>
<div class="col-auto">
<i class="fas fa-comments fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Pending Requests Card Example -->
<div class="col-xl-6 col-md-6 mb-4">
<div class="card border-left-warning shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-warning text-uppercase mb-1">
Riwayat Konsultasi Saya</div>
<div class="h5 mb-0 font-weight-bold text-gray-800"><?php echo $total_diagnosa_saya['total']; ?> Hasil</div>
</div>
<div class="col-auto">
<i class="fas fa-users fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<?php } ?>
<div class="col-12 col-md-8">
<div class="card">
<div class="card-body">
<form method="POST" action="" enctype="multipart/form-data">
<div class="form-group row">
<label for="" class="col-sm-2 col-form-label">Nama</label>
<div class="col-sm-10">
<input name="nama_lengkap" type="text" class="form-control" id="" value="<?php echo $_SESSION['nama_lengkap']; ?>">
</div>
</div>
<div class="form-group row">
<label for="" class="col-sm-2 col-form-label">Username</label>
<div class="col-sm-10">
<input name="username" type="text" class="form-control" id="" value="<?php echo $_SESSION['username']; ?>">
</div>
</div>
<div class="form-group row">
<label for="" class="col-sm-2 col-form-label">Password</label>
<div class="col-sm-10">
<input name="password" type="password" class="form-control" id="" value="<?php echo $_SESSION['password']; ?>">
</div>
</div>
<div class="form-group row">
<label for="" class="col-sm-2 col-form-label">Alamat</label>
<div class="col-sm-10">
<input name="alamat" type="text" class="form-control" id="" value="<?php echo $_SESSION['alamat']; ?>">
</div>
</div>
<div class="form-group row">
<label for="" class="col-sm-2 col-form-label">No Telp</label>
<div class="col-sm-10">
<input type="number" id="phone" name="phone" maxlength="12" pattern="\d{12}" inputmode="numeric" title="Harap masukkan 12 digit angka" value="<?php echo $fetch['no_telp']; ?>">
</div>
</div>
<div class="form-group row">
<label for="" class="col-sm-2 col-form-label"></label>
<div class="col-sm-10">
<button class="btn btn-md btn-info">Simpan</a>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- /.container-fluid -->