From 68d7119856387a4ee9f28938145f6a46b8304ff7 Mon Sep 17 00:00:00 2001 From: leo890808 <158404739+leo890808@users.noreply.github.com> Date: Tue, 21 May 2024 16:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E5=A2=9E=E5=8A=A0=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=80=85=E8=B3=87=E6=96=99=E9=A0=81=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/EngineeringController.cs | 4 + ...Engineering_parking_user_list_index.cshtml | 129 ++++++++++++++++++ .../Views/Shared/_Layout_Engineering.cshtml | 1 + 3 files changed, 134 insertions(+) create mode 100644 Parking_spaces/Views/Engineering/Engineering_parking_user_list_index.cshtml diff --git a/Parking_spaces/Controllers/EngineeringController.cs b/Parking_spaces/Controllers/EngineeringController.cs index c7bae53..faf6cf9 100644 --- a/Parking_spaces/Controllers/EngineeringController.cs +++ b/Parking_spaces/Controllers/EngineeringController.cs @@ -76,6 +76,10 @@ namespace Parking_spaces.Controllers { return View(); } + public IActionResult Engineering_parking_user_list_index() + { + return View(); + } public IActionResult Engineering_RTSP() { diff --git a/Parking_spaces/Views/Engineering/Engineering_parking_user_list_index.cshtml b/Parking_spaces/Views/Engineering/Engineering_parking_user_list_index.cshtml new file mode 100644 index 0000000..6464ea1 --- /dev/null +++ b/Parking_spaces/Views/Engineering/Engineering_parking_user_list_index.cshtml @@ -0,0 +1,129 @@ + +@{ + ViewData["Title"] = "Engineering_parking_user_list_index"; + Layout = "~/Views/Shared/_Layout_Engineering.cshtml"; +} + +

校內停車場使用者名單

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml b/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml index c9f57f4..1c3eafc 100644 --- a/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml +++ b/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml @@ -80,6 +80,7 @@ 違規區域 進入車輛 即時影像 + 名單