From c1b76ae0b007b07c8ad8fe4ecc76753f578c79a2 Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Mon, 17 Nov 2025 13:29:16 +0700 Subject: [PATCH] feat: create a page to add reports --- Controllers/LaporanRwRwController.cs | 6 ++ Views/LaporanRwRw/Create.cshtml | 121 +++++++++++++++++++++++++++ Views/LaporanRwRw/Index.cshtml | 5 +- 3 files changed, 130 insertions(+), 2 deletions(-) create mode 100644 Views/LaporanRwRw/Create.cshtml diff --git a/Controllers/LaporanRwRwController.cs b/Controllers/LaporanRwRwController.cs index 35e4067..f28a595 100644 --- a/Controllers/LaporanRwRwController.cs +++ b/Controllers/LaporanRwRwController.cs @@ -10,6 +10,12 @@ namespace BpsRwApp.Controllers return View(); } + [HttpGet] + public IActionResult Create() + { + return View(); + } + [HttpGet] public IActionResult Table() { diff --git a/Views/LaporanRwRw/Create.cshtml b/Views/LaporanRwRw/Create.cshtml new file mode 100644 index 0000000..aed50d2 --- /dev/null +++ b/Views/LaporanRwRw/Create.cshtml @@ -0,0 +1,121 @@ +@{ + ViewData["Title"] = "Tambah Laporan RW "; +} + + + +
+ +

Tambah Laporan RW

+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+ + +

Ukuran file maksimal 600KB

+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +

+ Lengkapi keterangan foto dalam kolom keterangan, tanggal, dan pelaksana kegiatan di atas. +

+ +
+ + + + + +
+ +
+ + +

Ukuran file maksimal 600KB

+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +

+ Lengkapi keterangan foto dalam kolom keterangan, tanggal, dan pelaksana kegiatan di atas. +

+ +
+ +
+ + +
+ + Batalkan + + +
+ +
+
diff --git a/Views/LaporanRwRw/Index.cshtml b/Views/LaporanRwRw/Index.cshtml index 0d3bb67..b35fd73 100644 --- a/Views/LaporanRwRw/Index.cshtml +++ b/Views/LaporanRwRw/Index.cshtml @@ -13,8 +13,9 @@

Data Input Laporan RW

- - + add Tambah