From bd557ad664ac3714d395640a4faf985c95bcfe22 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 18 May 2019 13:08:38 +0100 Subject: [PATCH] Set all create admin pages with bootstrap buttons. --- .../Admin/Views/BrowserTests/Create.cshtml | 20 +- .../Areas/Admin/Views/Companies/Create.cshtml | 151 +++++-- .../Views/CompanyDescriptions/Create.cshtml | 44 +- cicm_web/Areas/Admin/Views/Gpus/Create.cshtml | 108 +++-- .../InstructionSetExtensions/Create.cshtml | 33 +- .../Admin/Views/InstructionSets/Create.cshtml | 33 +- .../Admin/Views/MachineFamilies/Create.cshtml | 42 +- .../Areas/Admin/Views/Machines/Create.cshtml | 64 ++- .../Views/MemoryByMachines/Create.cshtml | 53 ++- .../Admin/Views/Processors/Create.cshtml | 386 ++++++++++++------ .../Views/ProcessorsByMachines/Create.cshtml | 51 ++- .../Admin/Views/Resolutions/Create.cshtml | 44 +- .../Admin/Views/SoundSynths/Create.cshtml | 119 ++++-- .../Views/StorageByMachines/Create.cshtml | 10 +- 14 files changed, 783 insertions(+), 375 deletions(-) diff --git a/cicm_web/Areas/Admin/Views/BrowserTests/Create.cshtml b/cicm_web/Areas/Admin/Views/BrowserTests/Create.cshtml index ec2c67f1..cebb5e9a 100644 --- a/cicm_web/Areas/Admin/Views/BrowserTests/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/BrowserTests/Create.cshtml @@ -42,18 +42,22 @@
-
+
+
-
- Back to List -
- @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/Companies/Create.cshtml b/cicm_web/Areas/Admin/Views/Companies/Create.cshtml index b052e04b..6aae9a7b 100644 --- a/cicm_web/Areas/Admin/Views/Companies/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/Companies/Create.cshtml @@ -42,76 +42,141 @@
-
-
- - - +
- - - + + + +
- - - + + + +
- - - + + + +
- - - + + + +
- - + + + +
- - - + +
- - - + + + +
- - - + + + +
- - - + + + +
- - + + + +
- - - + +
- + + + + +
+
-
- Back to List -
- @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/CompanyDescriptions/Create.cshtml b/cicm_web/Areas/Admin/Views/CompanyDescriptions/Create.cshtml index 92a3bfd4..f03f4ef8 100644 --- a/cicm_web/Areas/Admin/Views/CompanyDescriptions/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/CompanyDescriptions/Create.cshtml @@ -42,28 +42,42 @@
-
-
- - - +
- - - + + + +
- + + + + +
+
-
- Back to List -
- @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/Gpus/Create.cshtml b/cicm_web/Areas/Admin/Views/Gpus/Create.cshtml index eba37d19..5de1c842 100644 --- a/cicm_web/Areas/Admin/Views/Gpus/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/Gpus/Create.cshtml @@ -42,57 +42,101 @@
-
-
- - +
- - - + +
- - - + + + +
- - - + + + +
- - - + + + +
- - - + + + +
- - - + + + +
- - - + + + +
- + + + + +
+
-
- Back to List -
- @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/InstructionSetExtensions/Create.cshtml b/cicm_web/Areas/Admin/Views/InstructionSetExtensions/Create.cshtml index 96dbd6b4..5a7e101f 100644 --- a/cicm_web/Areas/Admin/Views/InstructionSetExtensions/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/InstructionSetExtensions/Create.cshtml @@ -42,23 +42,32 @@
-
-
- - - +
- + + + + +
+
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/InstructionSets/Create.cshtml b/cicm_web/Areas/Admin/Views/InstructionSets/Create.cshtml index 1aa78eed..aa4f6a8e 100644 --- a/cicm_web/Areas/Admin/Views/InstructionSets/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/InstructionSets/Create.cshtml @@ -42,23 +42,32 @@
-
-
- - - +
- + + + + +
+
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/MachineFamilies/Create.cshtml b/cicm_web/Areas/Admin/Views/MachineFamilies/Create.cshtml index 3f0dac09..a307057c 100644 --- a/cicm_web/Areas/Admin/Views/MachineFamilies/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/MachineFamilies/Create.cshtml @@ -42,27 +42,41 @@
-
-
- - +
- - - + +
- + + + + +
+
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/Machines/Create.cshtml b/cicm_web/Areas/Admin/Views/Machines/Create.cshtml index 6bdcb970..36e3105d 100644 --- a/cicm_web/Areas/Admin/Views/Machines/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/Machines/Create.cshtml @@ -42,37 +42,61 @@
-
-
- - - +
- - - + + + +
- - + + + +
- - - + +
- + + + + +
+
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/MemoryByMachines/Create.cshtml b/cicm_web/Areas/Admin/Views/MemoryByMachines/Create.cshtml index 9a4c58a1..02e82ea9 100644 --- a/cicm_web/Areas/Admin/Views/MemoryByMachines/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/MemoryByMachines/Create.cshtml @@ -42,32 +42,51 @@
-
-
- - +
- - - + +
- - - + + + +
- + + + + +
+
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/Processors/Create.cshtml b/cicm_web/Areas/Admin/Views/Processors/Create.cshtml index 81448ea3..b9fd9a03 100644 --- a/cicm_web/Areas/Admin/Views/Processors/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/Processors/Create.cshtml @@ -40,138 +40,262 @@

Processor


-
-
-
-
- - -
-
- - - -
-
- - - -
-
- - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- -
-
-
+
+
+
+
+
+ + +
+
+ + + + +
+
+ + + + +
+
+ + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+ +
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/ProcessorsByMachines/Create.cshtml b/cicm_web/Areas/Admin/Views/ProcessorsByMachines/Create.cshtml index 55767130..6657c45d 100644 --- a/cicm_web/Areas/Admin/Views/ProcessorsByMachines/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/ProcessorsByMachines/Create.cshtml @@ -42,31 +42,50 @@
-
-
- - +
- - + +
- - - + +
- + + + + +
+
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/Resolutions/Create.cshtml b/cicm_web/Areas/Admin/Views/Resolutions/Create.cshtml index 1e2ac37c..c1c9ee27 100644 --- a/cicm_web/Areas/Admin/Views/Resolutions/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/Resolutions/Create.cshtml @@ -42,28 +42,42 @@
-
-
- - - +
- - - + + + +
- + + + + +
+
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/SoundSynths/Create.cshtml b/cicm_web/Areas/Admin/Views/SoundSynths/Create.cshtml index 7b18f8c0..4871b100 100644 --- a/cicm_web/Areas/Admin/Views/SoundSynths/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/SoundSynths/Create.cshtml @@ -42,62 +42,111 @@
-
-
- - +
- - - + +
- - - + + + +
- - - + + + +
- - - + + + +
- - - + + + +
- - - + + + +
- - - + + + +
- - - + + + +
- + + + + +
+
- - @section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } +} \ No newline at end of file diff --git a/cicm_web/Areas/Admin/Views/StorageByMachines/Create.cshtml b/cicm_web/Areas/Admin/Views/StorageByMachines/Create.cshtml index dfd62516..c5f3e6f4 100644 --- a/cicm_web/Areas/Admin/Views/StorageByMachines/Create.cshtml +++ b/cicm_web/Areas/Admin/Views/StorageByMachines/Create.cshtml @@ -90,18 +90,18 @@
- - @section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } } \ No newline at end of file