diff --git a/Parking_spaces/Controllers/EngineeringController.cs b/Parking_spaces/Controllers/EngineeringController.cs index c78b01b..b78f975 100644 --- a/Parking_spaces/Controllers/EngineeringController.cs +++ b/Parking_spaces/Controllers/EngineeringController.cs @@ -57,6 +57,11 @@ namespace Parking_spaces.Controllers { return View(); } + + public IActionResult Engineering_RTSP() + { + return View(); + } public IActionResult Single_violation_detail(string id) { ViewBag.parking_spaces_name = id; diff --git a/Parking_spaces/Views/Engineering/Engineering_RTSP.cshtml b/Parking_spaces/Views/Engineering/Engineering_RTSP.cshtml new file mode 100644 index 0000000..034b956 --- /dev/null +++ b/Parking_spaces/Views/Engineering/Engineering_RTSP.cshtml @@ -0,0 +1,264 @@ + +@{ + ViewData["Title"] = "Engineering_RTSP"; + Layout = "~/Views/Shared/_Layout_Engineering.cshtml"; +} + + + +
+ 停車場位置 + | ++ IP位置 + | ++ 使用Port + | ++ 攝像頭使用模式 + | ++ + | + +
---|