diff --git a/Controllers/RumahMemilahController.cs b/Controllers/RumahMemilahController.cs new file mode 100644 index 0000000..02438bc --- /dev/null +++ b/Controllers/RumahMemilahController.cs @@ -0,0 +1,14 @@ +using Microsoft.AspNetCore.Mvc; + +namespace MyApp.Namespace +{ + public class RumahMemilahController : Controller + { + // GET: RumahMemilahController + public ActionResult Index() + { + return View(); + } + + } +} diff --git a/Views/RumahMemilah/Index.cshtml b/Views/RumahMemilah/Index.cshtml new file mode 100644 index 0000000..207a19b --- /dev/null +++ b/Views/RumahMemilah/Index.cshtml @@ -0,0 +1,157 @@ +@{ + Layout = "_LayoutApp"; + ViewData["Title"] = "Rumah Memilah"; + ViewData["RumahMemilahActive"] = "menu-active"; +} + + + + +
+
+

Rumah Memilah

+
+
+ + filter_list + Filter + +
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoKecamatanJumlah RWTotal RumahRumah Aktif MemilahRumah NasabahBank Sampah
1Kebayoran Baru92701581581581
2Tebet44934889889889
3Mentang91378673673673
4Cilandak181094790790790
5Setiabudi17794750750750
6Gambir41573780780780
7Cakung551160552552552
8Kepala Gading951663582582582
9Pancoran48730935935935
10Tanah Abang801046593593593
+
+ +
+
\ No newline at end of file diff --git a/Views/Shared/_Sidebar.cshtml b/Views/Shared/_Sidebar.cshtml index 946d4b8..677f598 100644 --- a/Views/Shared/_Sidebar.cshtml +++ b/Views/Shared/_Sidebar.cshtml @@ -20,7 +20,7 @@ DATA SUDIN