diff --git a/tampilan/halaman_utama.php b/tampilan/halaman_utama.php index aa47622..335be08 100644 --- a/tampilan/halaman_utama.php +++ b/tampilan/halaman_utama.php @@ -9,84 +9,80 @@ include "../koneksi.php"; Halaman Utama @@ -104,6 +100,7 @@ include "../koneksi.php";
  • Siswa
  • Jurusan
  • Kategori
  • +
  • Sertifikat
  • diff --git a/tampilan/sertifikat.php b/tampilan/sertifikat.php new file mode 100644 index 0000000..4836e05 --- /dev/null +++ b/tampilan/sertifikat.php @@ -0,0 +1,83 @@ + 0) { + echo "
    "; + echo " + + + + + + + + "; + + while ($data = mysqli_fetch_assoc($result)) { + echo " + + + + + + + + "; + } + echo "
    KategoriSub KategoriJenis KegiatanNama SiswaAngkatanStatusLihat Sertifikat
    {$data['Kategori']}{$data['Sub_Kategori']}{$data['Jenis_Kegiatan']}{$data['Nama_Siswa']}{$data['Angkatan']}{$data['Status']}Lihat File
    "; + } else { + echo "

    Tidak ada data

    "; + } +} +?> +
    +
    + + + + + + + +
    +
    +

    + + \ No newline at end of file diff --git a/ubah/ubah_kategori_kegiatan.php b/ubah/ubah_kategori_kegiatan.php index 42f9a78..b9da711 100644 --- a/ubah/ubah_kategori_kegiatan.php +++ b/ubah/ubah_kategori_kegiatan.php @@ -23,19 +23,31 @@ if(@$_GET['Id_Kegiatan']){
    - -
    - - -
    - - -
    - - -
    - - + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    - -
    - - -
    - - + + + + + + + + + + + + +
    + +