From f4a1e1bde7cd9b06e05a68144fb22ab8cef5a7f2 Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Wed, 8 Oct 2025 12:27:51 +0700 Subject: [PATCH] style: add menu Laporan RW --- Controllers/LaporanRwController.cs | 14 ++ Views/LaporanRw/Index.cshtml | 254 +++++++++++++++++++++++++++++ Views/Shared/_Sidebar.cshtml | 2 +- 3 files changed, 269 insertions(+), 1 deletion(-) create mode 100644 Controllers/LaporanRwController.cs create mode 100644 Views/LaporanRw/Index.cshtml diff --git a/Controllers/LaporanRwController.cs b/Controllers/LaporanRwController.cs new file mode 100644 index 0000000..eb0de81 --- /dev/null +++ b/Controllers/LaporanRwController.cs @@ -0,0 +1,14 @@ +using Microsoft.AspNetCore.Mvc; + +namespace MyApp.Namespace +{ + public class LaporanRwController : Controller + { + // GET: LaporanRwController + public ActionResult Index() + { + return View(); + } + + } +} diff --git a/Views/LaporanRw/Index.cshtml b/Views/LaporanRw/Index.cshtml new file mode 100644 index 0000000..e741272 --- /dev/null +++ b/Views/LaporanRw/Index.cshtml @@ -0,0 +1,254 @@ +@{ + Layout = "_LayoutApp"; + ViewData["Title"] = "Laporan RW"; + ViewData["LaporanRwActive"] = "menu-active"; +} + + + + +
+
+

Laporan RW

+
+
+ + download + Unduh Laporan + + +
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoKelurahanRWBulanRumah Aktif MemilahStatusAksi
1Kebon Jeruk03September104 +
+ Belum Verifikasi +
+
+ +
2Pancoran01April67 +
+ Belum Verifikasi +
+
+ +
3Kembangan02Maret110 +
+ Belum Verifikasi +
+
+ +
4Senen04Februari88 +
+ Verifikasi Sudin +
+
+ +
5Kebayoran Baru05Oktober90 +
+ Verifikasi Sudin +
+
+ +
6Menteng06Agustus72 +
+ Verifikasi Sudin +
+
+ +
7Cilandak07Juli81 +
+ Verifikasi Sudin +
+
+ +
8Cakung08Januari65 +
+ Verifikasi Sudin +
+
+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/Views/Shared/_Sidebar.cshtml b/Views/Shared/_Sidebar.cshtml index 11060dd..f7ea906 100644 --- a/Views/Shared/_Sidebar.cshtml +++ b/Views/Shared/_Sidebar.cshtml @@ -113,7 +113,7 @@ DATA VERIFIKASI