-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: reporting feature in
admin jurusan
- Loading branch information
Showing
8 changed files
with
1,814 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<div class="d-flex"> | ||
<?php include __DIR__ . '/../../components/admin_jurusan/sidebar.php' ?> | ||
<div class="position-top w-100" style="margin-left: 35vh;"> | ||
<?php include __DIR__ . '/../../components/general/topbar.php' ?> | ||
<main class="halaman mx-5 " style="min-height:100vh; margin-top:15vh;"> | ||
<h2 class="fw-bold">Laporan Sistem</h2> | ||
|
||
<p>Pilih jenis laporan yang ingin dibuat</p> | ||
<a href="/laporan/laporan-umum"> | ||
<button>Laporan umum</button> | ||
</a> | ||
|
||
<button>Laporan Aktivitas Admin</button> | ||
|
||
<button>Laporan Analisa</button> | ||
</main> | ||
</div> | ||
</div> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.