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