From d78a2b8a4cd4f993bbd59900b78f882c0c0d5490 Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Thu, 9 Oct 2025 23:30:02 +0700 Subject: [PATCH] style: add page data bank sampah --- Controllers/DataBankSampahController.cs | 12 ++ Views/DataBankSampah/Index.cshtml | 156 ++++++++++++++++++++++++ Views/Shared/_Sidebar.cshtml | 2 +- 3 files changed, 169 insertions(+), 1 deletion(-) create mode 100644 Controllers/DataBankSampahController.cs create mode 100644 Views/DataBankSampah/Index.cshtml diff --git a/Controllers/DataBankSampahController.cs b/Controllers/DataBankSampahController.cs new file mode 100644 index 0000000..d69a212 --- /dev/null +++ b/Controllers/DataBankSampahController.cs @@ -0,0 +1,12 @@ +using Microsoft.AspNetCore.Mvc; + +namespace BankSampahApp.Controllers +{ + public class DataBankSampahController : Controller + { + public ActionResult Index() + { + return View(); + } + } +} diff --git a/Views/DataBankSampah/Index.cshtml b/Views/DataBankSampah/Index.cshtml new file mode 100644 index 0000000..f141877 --- /dev/null +++ b/Views/DataBankSampah/Index.cshtml @@ -0,0 +1,156 @@ +@{ + Layout = "_LayoutApp"; + ViewData["Title"] = "Data Bank Sampah"; + ViewData["DataBankSampahActive"] = "menu-active"; +} + +
+
+ + Data Bank Sampah + +
+
+ +
+ +
+
+ @await Html.PartialAsync("Components/Table/_Control") +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Nama Bank SampahKabupatenKecamatanKelurahanJenis Bank SampahKategori Bank SampahStatusAksi
1Bank Sampah Hijau Sej...Kota Adm Jakar...CipayungKebon JerukBSUWarga +
+ Disetujui +
+
+ + + +
2Bank Sampah Cinta Lin...Kota Adm Jakar...MatramanPancoranBSUWarga +
+ Disetujui +
+
+ + + +
3Bank Sampah Bersih Ja...Kota Adm Jakar...Kramat JatiKembanganBSUWarga +
+ Disetujui +
+
+ + + +
4Bank Sampah MandiriKota Adm Jakar...PulogadungSeneBSUWarga +
+ Disetujui +
+
+ + + +
5Bank Sampah Roda Hij...Kota Adm Jakar...CakungKebayoran BaruBSUWarga +
+ Belum Disetujui +
+
+ + + +
6Bank Sampah Karya Be...Kota Adm Jakar...JatinegaraMentengBSUWarga +
+ Belum Disetujui +
+
+ + + +
+
+ @await Html.PartialAsync("Components/Table/_Pagination") +
+
\ No newline at end of file diff --git a/Views/Shared/_Sidebar.cshtml b/Views/Shared/_Sidebar.cshtml index 3ee68ee..7eda53a 100644 --- a/Views/Shared/_Sidebar.cshtml +++ b/Views/Shared/_Sidebar.cshtml @@ -20,7 +20,7 @@
  • - + Data Bank Sampah