From afe52d1dc77e4ab12d8f18fab329a8df101a5cc8 Mon Sep 17 00:00:00 2001 From: marvinhong Date: Thu, 30 Sep 2021 10:49:07 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=88=A0=E9=99=A4Web=20View=E4=B8=8BBulletin?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Bulletin/Create.cshtml | 340 ------------------ AMESCoreStudio.Web/Views/Bulletin/Edit.cshtml | 66 ---- .../Views/Bulletin/Index.cshtml | 119 ------ 3 files changed, 525 deletions(-) delete mode 100644 AMESCoreStudio.Web/Views/Bulletin/Create.cshtml delete mode 100644 AMESCoreStudio.Web/Views/Bulletin/Edit.cshtml delete mode 100644 AMESCoreStudio.Web/Views/Bulletin/Index.cshtml diff --git a/AMESCoreStudio.Web/Views/Bulletin/Create.cshtml b/AMESCoreStudio.Web/Views/Bulletin/Create.cshtml deleted file mode 100644 index 20bc3ab8..00000000 --- a/AMESCoreStudio.Web/Views/Bulletin/Create.cshtml +++ /dev/null @@ -1,340 +0,0 @@ -@model AMESCoreStudio.WebApi.BulletinDTO - - -@{ ViewData["Title"] = "Create"; - Layout = "~/Views/Shared/_FormLayout.cshtml"; } - - - -
-
-
-
-
- - - -
-
- - - -
-
- - - -
-
- - - -
- @Html.ValidationMessage("error") -
- -
- -
-
-
- -@section Scripts { - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); - await Html.RenderPartialAsync("_FileinputScriptsPartial"); } - - - - - - - -} diff --git a/AMESCoreStudio.Web/Views/Bulletin/Edit.cshtml b/AMESCoreStudio.Web/Views/Bulletin/Edit.cshtml deleted file mode 100644 index 9904d034..00000000 --- a/AMESCoreStudio.Web/Views/Bulletin/Edit.cshtml +++ /dev/null @@ -1,66 +0,0 @@ -@model AMESCoreStudio.WebApi.BulletinDTO - -@{ - ViewData["Title"] = "Edit"; - Layout = "~/Views/Shared/_FormLayout.cshtml"; -} - - - -
-
-
-
- - - - - - -
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- -
- -
-
-
- -@section Scripts { - @{ - await Html.RenderPartialAsync("_ValidationScriptsPartial"); - await Html.RenderPartialAsync("_FileinputScriptsPartial"); - } - - -} diff --git a/AMESCoreStudio.Web/Views/Bulletin/Index.cshtml b/AMESCoreStudio.Web/Views/Bulletin/Index.cshtml deleted file mode 100644 index 5fd03487..00000000 --- a/AMESCoreStudio.Web/Views/Bulletin/Index.cshtml +++ /dev/null @@ -1,119 +0,0 @@ -@{ - ViewData["Title"] = "公告資料管理"; - Layout = "~/Views/Shared/_AMESLayout.cshtml"; -} - -
-
-
-
-
@ViewBag.Title
-
-
-
-
-
-
-
- -@section Scripts{ - -} \ No newline at end of file