diff --git a/Wonky.Client/Pages/AdvisorActivityCreatePage.razor b/Wonky.Client/Pages/AdvisorActivityCreatePage.razor index 56589c9c..e4ec6ea5 100644 --- a/Wonky.Client/Pages/AdvisorActivityCreatePage.razor +++ b/Wonky.Client/Pages/AdvisorActivityCreatePage.razor @@ -114,41 +114,50 @@ else } - -
- - -
+ @if (!Kanvas) + { + +
+ + +
- -
- - -
+ +
+ + +
- -
- - -
+ +
+ + +
- -
- - -
+ +
+ + +
- -
- - -
+ +
+ + +
- -
- - -
+ +
+ + +
+
+ +
+ + +
+ }
@@ -162,12 +171,6 @@ else
-
- -
- - -
@if (!Kanvas) diff --git a/Wonky.Client/Pages/AdvisorCustomerViewEditPage.razor b/Wonky.Client/Pages/AdvisorCustomerViewEditPage.razor index 7246519f..d15a94e4 100644 --- a/Wonky.Client/Pages/AdvisorCustomerViewEditPage.razor +++ b/Wonky.Client/Pages/AdvisorCustomerViewEditPage.razor @@ -266,13 +266,11 @@ - @*
Arbejdssteder
- *@ } } diff --git a/Wonky.Client/Pages/AdvisorWorkplaceDocumentListPage.razor b/Wonky.Client/Pages/KrvWorkplaceDocumentListPage.razor similarity index 100% rename from Wonky.Client/Pages/AdvisorWorkplaceDocumentListPage.razor rename to Wonky.Client/Pages/KrvWorkplaceDocumentListPage.razor diff --git a/Wonky.Client/Pages/AdvisorWorkplaceDocumentListPage.razor.cs b/Wonky.Client/Pages/KrvWorkplaceDocumentListPage.razor.cs similarity index 97% rename from Wonky.Client/Pages/AdvisorWorkplaceDocumentListPage.razor.cs rename to Wonky.Client/Pages/KrvWorkplaceDocumentListPage.razor.cs index 477c96e6..5d19d504 100644 --- a/Wonky.Client/Pages/AdvisorWorkplaceDocumentListPage.razor.cs +++ b/Wonky.Client/Pages/KrvWorkplaceDocumentListPage.razor.cs @@ -23,7 +23,7 @@ using Wonky.Entity.Views; namespace Wonky.Client.Pages; -public partial class AdvisorWorkplaceDocumentListPage : IDisposable +public partial class KrvWorkplaceDocumentListPage : IDisposable { // ################################################################## [Inject] public HttpInterceptorService Interceptor { get; set; } diff --git a/Wonky.Client/Pages/AdvisorWorkplaceListPage.razor b/Wonky.Client/Pages/KrvWorkplaceListPage.razor similarity index 100% rename from Wonky.Client/Pages/AdvisorWorkplaceListPage.razor rename to Wonky.Client/Pages/KrvWorkplaceListPage.razor diff --git a/Wonky.Client/Pages/AdvisorWorkplaceListPage.razor.cs b/Wonky.Client/Pages/KrvWorkplaceListPage.razor.cs similarity index 97% rename from Wonky.Client/Pages/AdvisorWorkplaceListPage.razor.cs rename to Wonky.Client/Pages/KrvWorkplaceListPage.razor.cs index 55dfede1..e0d16b09 100644 --- a/Wonky.Client/Pages/AdvisorWorkplaceListPage.razor.cs +++ b/Wonky.Client/Pages/KrvWorkplaceListPage.razor.cs @@ -23,7 +23,7 @@ using Wonky.Entity.Views; namespace Wonky.Client.Pages; -public partial class AdvisorWorkplaceListPage : IDisposable +public partial class KrvWorkplaceListPage : IDisposable { [Parameter] public string CompanyId { get; set; } = ""; [Inject] public IAdvisorWorkplaceRepository WorkplaceRepo { get; set; } diff --git a/Wonky.Client/Pages/AdvisorWorkplaceViewEditPage.razor b/Wonky.Client/Pages/KrvWorkplaceViewEditPage.razor similarity index 100% rename from Wonky.Client/Pages/AdvisorWorkplaceViewEditPage.razor rename to Wonky.Client/Pages/KrvWorkplaceViewEditPage.razor diff --git a/Wonky.Client/Pages/AdvisorWorkplaceViewEditPage.razor.cs b/Wonky.Client/Pages/KrvWorkplaceViewEditPage.razor.cs similarity index 98% rename from Wonky.Client/Pages/AdvisorWorkplaceViewEditPage.razor.cs rename to Wonky.Client/Pages/KrvWorkplaceViewEditPage.razor.cs index 92b2e868..ab434f8f 100644 --- a/Wonky.Client/Pages/AdvisorWorkplaceViewEditPage.razor.cs +++ b/Wonky.Client/Pages/KrvWorkplaceViewEditPage.razor.cs @@ -23,7 +23,7 @@ using Wonky.Entity.DTO; #pragma warning disable CS8618 namespace Wonky.Client.Pages; -public partial class AdvisorWorkplaceViewEditPage : IDisposable +public partial class KrvWorkplaceViewEditPage : IDisposable { // ############################################################# [Inject] public IAdvisorWorkplaceRepository Workplaces { get; set; } diff --git a/Wonky.Client/Pages/System/Krv/LandingPage.razor b/Wonky.Client/Pages/System/Krv/LandingPage.razor new file mode 100644 index 00000000..1564522d --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/LandingPage.razor @@ -0,0 +1,54 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv" + +

Kemisk Risiko Administration

+ +
+
+ +
+
+ + +@code { + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Product/ProductLIstPage.razor b/Wonky.Client/Pages/System/Krv/Product/ProductLIstPage.razor new file mode 100644 index 00000000..ea474ff1 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Product/ProductLIstPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv/products" +

Produkt oversigt

diff --git a/Wonky.Client/Pages/System/Krv/Product/ProductListPage.razor.cs b/Wonky.Client/Pages/System/Krv/Product/ProductListPage.razor.cs new file mode 100644 index 00000000..844f506a --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Product/ProductListPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Product; + +public partial class ProductListPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Product/ProductVariantListPage.razor b/Wonky.Client/Pages/System/Krv/Product/ProductVariantListPage.razor new file mode 100644 index 00000000..aa3ce441 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Product/ProductVariantListPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv/products/{ProductId}/variants" +

Produkt varianter

diff --git a/Wonky.Client/Pages/System/Krv/Product/ProductVariantListPage.razor.cs b/Wonky.Client/Pages/System/Krv/Product/ProductVariantListPage.razor.cs new file mode 100644 index 00000000..8d355e62 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Product/ProductVariantListPage.razor.cs @@ -0,0 +1,24 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +using Microsoft.AspNetCore.Components; + +namespace Wonky.Client.Pages.System.Krv.Product; + +public partial class ProductVariantListPage +{ + [Parameter] public string ProductId { get; set; } = ""; + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Product/ProductVariantViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Product/ProductVariantViewEditPage.razor new file mode 100644 index 00000000..e1d1c0bd --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Product/ProductVariantViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv/products/{ProductId}/variants/{VariantId}" +

Ændre produkt variant

diff --git a/Wonky.Client/Pages/System/Krv/Product/ProductVariantViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Product/ProductVariantViewEditPage.razor.cs new file mode 100644 index 00000000..da69a8b0 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Product/ProductVariantViewEditPage.razor.cs @@ -0,0 +1,28 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +using Microsoft.AspNetCore.Components; + +namespace Wonky.Client.Pages.System.Krv.Product; + +public partial class ProductVariantViewEditPage +{ + [Parameter] + public string ProductId { get; set; } = ""; + + [Parameter] + public string VariantId { get; set; } = ""; + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Product/ProductViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Product/ProductViewEditPage.razor new file mode 100644 index 00000000..f7f4daa0 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Product/ProductViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv/products/{ProductId}" +

Ændre produkt

diff --git a/Wonky.Client/Pages/System/Krv/Product/ProductViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Product/ProductViewEditPage.razor.cs new file mode 100644 index 00000000..feed2854 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Product/ProductViewEditPage.razor.cs @@ -0,0 +1,23 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +using Microsoft.AspNetCore.Components; + +namespace Wonky.Client.Pages.System.Krv.Product; + +public partial class ProductViewEditPage +{ + [Parameter] public string ProductId { get; set; } = ""; +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemListPage.razor b/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemListPage.razor new file mode 100644 index 00000000..24c420ce --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemListPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv/protective-equipment/{ProtectionId}/items" +

Værnemidler

diff --git a/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemListPage.razor.cs b/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemListPage.razor.cs new file mode 100644 index 00000000..8ffa7c90 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemListPage.razor.cs @@ -0,0 +1,23 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +using Microsoft.AspNetCore.Components; + +namespace Wonky.Client.Pages.System.Krv.Protection; + +public partial class ProtectionItemListPage +{ + [Parameter] public string ProtectionId { get; set; } = ""; +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemViewEditPage.razor new file mode 100644 index 00000000..f5dd3429 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv/protective-equipment/{ProtectionId}/items/{ItemId}" +

Ændre værnemiddel

+ diff --git a/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemViewEditPage.razor.cs new file mode 100644 index 00000000..dd30a7ff --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Protection/ProtectionItemViewEditPage.razor.cs @@ -0,0 +1,24 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +using Microsoft.AspNetCore.Components; + +namespace Wonky.Client.Pages.System.Krv.Protection; + +public partial class ProtectionItemViewEditPage +{ + [Parameter] public string ProtectionId { get; set; } = ""; + [Parameter] public string ItemId { get; set; } = ""; +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeListPage.razor b/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeListPage.razor new file mode 100644 index 00000000..37725b03 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeListPage.razor @@ -0,0 +1,39 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv/protective-equipment" +

Værnemidler

+ +@code { + // Copyright (C) 2022 FCS Frede's Computer Services. + // This program is free software: you can redistribute it and/or modify + // it under the terms of the GNU Affero General Public License as + // published by the Free Software Foundation, either version 3 of the + // License, or (at your option) any later version. + // + // This program is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + // GNU Affero General Public License for more details. + // + // You should have received a copy of the GNU Affero General Public License + // along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] + // + + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeListPage.razor.cs b/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeListPage.razor.cs new file mode 100644 index 00000000..d0c82ad9 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeListPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Protection; + +public partial class ProtectionTypeListPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeViewEditPage.razor new file mode 100644 index 00000000..4e28e01f --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/krv/protective-equipment/{ProtectionId}/" +

Ændre gruppe beskrivelse

+ diff --git a/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeViewEditPage.razor.cs new file mode 100644 index 00000000..e51542a1 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Protection/ProtectionTypeViewEditPage.razor.cs @@ -0,0 +1,24 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + + +using Microsoft.AspNetCore.Components; + +namespace Wonky.Client.Pages.System.Krv.Protection; + +public partial class ProtectionTypeViewEditPage +{ + [Parameter] public string ProtectionId { get; set; } = ""; +} \ No newline at end of file diff --git a/Wonky.Client/Pages/SystemKrvProductsAdminPage.razor b/Wonky.Client/Pages/System/Krv/SystemKrvProductsAdminPage.razor similarity index 100% rename from Wonky.Client/Pages/SystemKrvProductsAdminPage.razor rename to Wonky.Client/Pages/System/Krv/SystemKrvProductsAdminPage.razor diff --git a/Wonky.Client/Pages/SystemKrvProductsAdminPage.razor.cs b/Wonky.Client/Pages/System/Krv/SystemKrvProductsAdminPage.razor.cs similarity index 58% rename from Wonky.Client/Pages/SystemKrvProductsAdminPage.razor.cs rename to Wonky.Client/Pages/System/Krv/SystemKrvProductsAdminPage.razor.cs index ecbb9775..c622859c 100644 --- a/Wonky.Client/Pages/SystemKrvProductsAdminPage.razor.cs +++ b/Wonky.Client/Pages/System/Krv/SystemKrvProductsAdminPage.razor.cs @@ -1,4 +1,4 @@ -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System.Krv; public partial class SystemKrvProductsAdminPage { diff --git a/Wonky.Client/Pages/SystemKrvProtectionsAdminPage.razor b/Wonky.Client/Pages/System/Krv/SystemKrvProtectionsAdminPage.razor similarity index 100% rename from Wonky.Client/Pages/SystemKrvProtectionsAdminPage.razor rename to Wonky.Client/Pages/System/Krv/SystemKrvProtectionsAdminPage.razor diff --git a/Wonky.Client/Pages/SystemKrvProtectionsAdminPage.razor.cs b/Wonky.Client/Pages/System/Krv/SystemKrvProtectionsAdminPage.razor.cs similarity index 59% rename from Wonky.Client/Pages/SystemKrvProtectionsAdminPage.razor.cs rename to Wonky.Client/Pages/System/Krv/SystemKrvProtectionsAdminPage.razor.cs index e584d129..91154ec9 100644 --- a/Wonky.Client/Pages/SystemKrvProtectionsAdminPage.razor.cs +++ b/Wonky.Client/Pages/System/Krv/SystemKrvProtectionsAdminPage.razor.cs @@ -1,4 +1,4 @@ -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System.Krv; public partial class SystemKrvProtectionsAdminPage { diff --git a/Wonky.Client/Pages/SystemKrvTextsAdminPage.razor b/Wonky.Client/Pages/System/Krv/SystemKrvTextsAdminPage.razor similarity index 97% rename from Wonky.Client/Pages/SystemKrvTextsAdminPage.razor rename to Wonky.Client/Pages/System/Krv/SystemKrvTextsAdminPage.razor index 77787a39..7acde8e6 100644 --- a/Wonky.Client/Pages/SystemKrvTextsAdminPage.razor +++ b/Wonky.Client/Pages/System/Krv/SystemKrvTextsAdminPage.razor @@ -14,7 +14,7 @@ *@ -@page "/system/krv/texts" +@page "/system/krv/texts/"
diff --git a/Wonky.Client/Pages/SystemKrvTextsAdminPage.razor.cs b/Wonky.Client/Pages/System/Krv/SystemKrvTextsAdminPage.razor.cs similarity index 56% rename from Wonky.Client/Pages/SystemKrvTextsAdminPage.razor.cs rename to Wonky.Client/Pages/System/Krv/SystemKrvTextsAdminPage.razor.cs index 4fc46ce6..5d6388aa 100644 --- a/Wonky.Client/Pages/SystemKrvTextsAdminPage.razor.cs +++ b/Wonky.Client/Pages/System/Krv/SystemKrvTextsAdminPage.razor.cs @@ -1,4 +1,4 @@ -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System.Krv; public partial class SystemKrvTextsAdminPage { diff --git a/Wonky.Client/Pages/System/Krv/Texts/AccidentViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/AccidentViewEditPage.razor new file mode 100644 index 00000000..e12ec495 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/AccidentViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/accident" +

Ved Uheld

+ diff --git a/Wonky.Client/Pages/System/Krv/Texts/AccidentViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/AccidentViewEditPage.razor.cs new file mode 100644 index 00000000..feced722 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/AccidentViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class AccidentViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/DangerMarkingViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/DangerMarkingViewEditPage.razor new file mode 100644 index 00000000..a5926c4f --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/DangerMarkingViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/danger" +

Faremærkning CLP

diff --git a/Wonky.Client/Pages/System/Krv/Texts/DangerMarkingViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/DangerMarkingViewEditPage.razor.cs new file mode 100644 index 00000000..b5c1a913 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/DangerMarkingViewEditPage.razor.cs @@ -0,0 +1,22 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class DangerMarkingViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/FirstAidViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/FirstAidViewEditPage.razor new file mode 100644 index 00000000..409fef7f --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/FirstAidViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/firstaid" +

Førstehjælp

+ diff --git a/Wonky.Client/Pages/System/Krv/Texts/FirstAidViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/FirstAidViewEditPage.razor.cs new file mode 100644 index 00000000..52bf0c4e --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/FirstAidViewEditPage.razor.cs @@ -0,0 +1,22 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class FirstAidViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/PrintingViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/PrintingViewEditPage.razor new file mode 100644 index 00000000..781cb4b1 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/PrintingViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/print" +

Udskrift tekster

+ diff --git a/Wonky.Client/Pages/System/Krv/Texts/PrintingViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/PrintingViewEditPage.razor.cs new file mode 100644 index 00000000..7877965e --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/PrintingViewEditPage.razor.cs @@ -0,0 +1,22 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class PrintingViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseEViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseEViewEditPage.razor new file mode 100644 index 00000000..b0c762bd --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseEViewEditPage.razor @@ -0,0 +1,25 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/riske" + +

Risiko tekster gruppe EUH

+ +@code { + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseEViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseEViewEditPage.razor.cs new file mode 100644 index 00000000..0392e2b3 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseEViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class RiskPhraseEViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseHViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseHViewEditPage.razor new file mode 100644 index 00000000..30ee2221 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseHViewEditPage.razor @@ -0,0 +1,25 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/riskh" + +

Risiko tekster gruppe H

+ +@code { + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseHViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseHViewEditPage.razor.cs new file mode 100644 index 00000000..87c95bd9 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/RiskPhraseHViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class RiskPhraseHViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/RiskPhrasePViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/RiskPhrasePViewEditPage.razor new file mode 100644 index 00000000..fcb86fcf --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/RiskPhrasePViewEditPage.razor @@ -0,0 +1,25 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/riskp" + +

Risiko tekster gruppe P

+ +@code { + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/RiskPhrasePViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/RiskPhrasePViewEditPage.razor.cs new file mode 100644 index 00000000..c3c6636c --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/RiskPhrasePViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class RiskPhrasePViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section0ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section0ViewEditPage.razor new file mode 100644 index 00000000..d689c90d --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section0ViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section0" +

Forudsætninger for udarbejdelse af risikovurdering

+ diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section0ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section0ViewEditPage.razor.cs new file mode 100644 index 00000000..943a1c66 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section0ViewEditPage.razor.cs @@ -0,0 +1,22 @@ + +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section0ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section1ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section1ViewEditPage.razor new file mode 100644 index 00000000..ab885267 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section1ViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section1" +

Produkt/Anvendelse

diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section1ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section1ViewEditPage.razor.cs new file mode 100644 index 00000000..69bb1764 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section1ViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section1ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section2ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section2ViewEditPage.razor new file mode 100644 index 00000000..6823f9c9 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section2ViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section2" +

Egenskaber

+ diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section2ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section2ViewEditPage.razor.cs new file mode 100644 index 00000000..d6d650e1 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section2ViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section2ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section3ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section3ViewEditPage.razor new file mode 100644 index 00000000..c48a758f --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section3ViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section3" +

Påvirkning og mængde

+ diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section3ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section3ViewEditPage.razor.cs new file mode 100644 index 00000000..1ba068b9 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section3ViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section3ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section4ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section4ViewEditPage.razor new file mode 100644 index 00000000..68d8fa50 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section4ViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section4" +

Forebyggelse

diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section4ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section4ViewEditPage.razor.cs new file mode 100644 index 00000000..c7646166 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section4ViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section4ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section5ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section5ViewEditPage.razor new file mode 100644 index 00000000..dbb69514 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section5ViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section5" +

Arbejdsmedicinske undersøgelser og referencer

+ diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section5ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section5ViewEditPage.razor.cs new file mode 100644 index 00000000..6d6d06d0 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section5ViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section5ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section6ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section6ViewEditPage.razor new file mode 100644 index 00000000..d244eae4 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section6ViewEditPage.razor @@ -0,0 +1,21 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section6" +

substitution/Alternativer

+ diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section6ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section6ViewEditPage.razor.cs new file mode 100644 index 00000000..d73e33d2 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section6ViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section6ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section7ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section7ViewEditPage.razor new file mode 100644 index 00000000..a870b57f --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section7ViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section7" +

Grænseværdier fastsat af arbejdstilsynet

diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section7ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section7ViewEditPage.razor.cs new file mode 100644 index 00000000..126e5e15 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section7ViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section7ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section8ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section8ViewEditPage.razor new file mode 100644 index 00000000..9be71d8b --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section8ViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section8" +

Kræves særlig uddannnelse

diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section8ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section8ViewEditPage.razor.cs new file mode 100644 index 00000000..7be741aa --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section8ViewEditPage.razor.cs @@ -0,0 +1,21 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section8ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section9ViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/Section9ViewEditPage.razor new file mode 100644 index 00000000..0171a35e --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section9ViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/section9" +

Er der afvigelser

diff --git a/Wonky.Client/Pages/System/Krv/Texts/Section9ViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/Section9ViewEditPage.razor.cs new file mode 100644 index 00000000..a7c376d6 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/Section9ViewEditPage.razor.cs @@ -0,0 +1,22 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section9ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/SectionAViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/SectionAViewEditPage.razor new file mode 100644 index 00000000..3db00a2f --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/SectionAViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/sectiona" +

Anslået mængde anvendt årligt

diff --git a/Wonky.Client/Pages/System/Krv/Texts/SectionAViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/SectionAViewEditPage.razor.cs new file mode 100644 index 00000000..a7c376d6 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/SectionAViewEditPage.razor.cs @@ -0,0 +1,22 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class Section9ViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/System/Krv/Texts/WasteSpillViewEditPage.razor b/Wonky.Client/Pages/System/Krv/Texts/WasteSpillViewEditPage.razor new file mode 100644 index 00000000..97b7c3a2 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/WasteSpillViewEditPage.razor @@ -0,0 +1,20 @@ +@* Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +*@ + +@using Microsoft.AspNetCore.Authorization +@attribute [Authorize(Roles = "Admin")] + +@page "/system/krv/texts/waste" +

Affald og Spild

diff --git a/Wonky.Client/Pages/System/Krv/Texts/WasteSpillViewEditPage.razor.cs b/Wonky.Client/Pages/System/Krv/Texts/WasteSpillViewEditPage.razor.cs new file mode 100644 index 00000000..ec31e130 --- /dev/null +++ b/Wonky.Client/Pages/System/Krv/Texts/WasteSpillViewEditPage.razor.cs @@ -0,0 +1,22 @@ +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// + + +namespace Wonky.Client.Pages.System.Krv.Texts; + +public partial class WasteSpillViewEditPage +{ + +} \ No newline at end of file diff --git a/Wonky.Client/Pages/SystemMaintenanceMessagePage.razor b/Wonky.Client/Pages/System/SystemMaintenanceMessagePage.razor similarity index 100% rename from Wonky.Client/Pages/SystemMaintenanceMessagePage.razor rename to Wonky.Client/Pages/System/SystemMaintenanceMessagePage.razor diff --git a/Wonky.Client/Pages/SystemMaintenanceMessagePage.razor.cs b/Wonky.Client/Pages/System/SystemMaintenanceMessagePage.razor.cs similarity index 98% rename from Wonky.Client/Pages/SystemMaintenanceMessagePage.razor.cs rename to Wonky.Client/Pages/System/SystemMaintenanceMessagePage.razor.cs index cb3069da..d6a832f7 100644 --- a/Wonky.Client/Pages/SystemMaintenanceMessagePage.razor.cs +++ b/Wonky.Client/Pages/System/SystemMaintenanceMessagePage.razor.cs @@ -7,7 +7,7 @@ using Wonky.Client.HttpRepository; using Wonky.Entity.DTO; using Wonky.Entity.Views; -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System; #pragma warning disable CS8618 public partial class SystemMaintenanceMessagePage : IDisposable { diff --git a/Wonky.Client/Pages/SystemManagerLandingPage.razor b/Wonky.Client/Pages/System/SystemManagerLandingPage.razor similarity index 97% rename from Wonky.Client/Pages/SystemManagerLandingPage.razor rename to Wonky.Client/Pages/System/SystemManagerLandingPage.razor index 3a263184..c5215301 100644 --- a/Wonky.Client/Pages/SystemManagerLandingPage.razor +++ b/Wonky.Client/Pages/System/SystemManagerLandingPage.razor @@ -24,5 +24,5 @@ Supervisor Admin Kemi Produkt Admin Kemi Værnemiddel Admin - Kemi Tekster Admin + Kemi Tekster Admin
\ No newline at end of file diff --git a/Wonky.Client/Pages/SystemManagerLandingPage.razor.cs b/Wonky.Client/Pages/System/SystemManagerLandingPage.razor.cs similarity index 96% rename from Wonky.Client/Pages/SystemManagerLandingPage.razor.cs rename to Wonky.Client/Pages/System/SystemManagerLandingPage.razor.cs index c21c3f98..24b2e204 100644 --- a/Wonky.Client/Pages/SystemManagerLandingPage.razor.cs +++ b/Wonky.Client/Pages/System/SystemManagerLandingPage.razor.cs @@ -15,8 +15,9 @@ using Microsoft.AspNetCore.Components; + #pragma warning disable CS8618 -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System; public partial class SystemManagerLandingPage { diff --git a/Wonky.Client/Pages/SystemSupervisorListPage.razor b/Wonky.Client/Pages/System/Users/SystemSupervisorListPage.razor similarity index 100% rename from Wonky.Client/Pages/SystemSupervisorListPage.razor rename to Wonky.Client/Pages/System/Users/SystemSupervisorListPage.razor diff --git a/Wonky.Client/Pages/SystemSupervisorListPage.razor.cs b/Wonky.Client/Pages/System/Users/SystemSupervisorListPage.razor.cs similarity index 96% rename from Wonky.Client/Pages/SystemSupervisorListPage.razor.cs rename to Wonky.Client/Pages/System/Users/SystemSupervisorListPage.razor.cs index 5937b676..4d787816 100644 --- a/Wonky.Client/Pages/SystemSupervisorListPage.razor.cs +++ b/Wonky.Client/Pages/System/Users/SystemSupervisorListPage.razor.cs @@ -16,11 +16,10 @@ using Microsoft.AspNetCore.Components; using Wonky.Client.HttpInterceptors; using Wonky.Client.HttpRepository; -using Wonky.Entity.DTO; using Wonky.Entity.Views; #pragma warning disable CS8618 -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System.Users; public partial class SystemSupervisorListPage : IDisposable { diff --git a/Wonky.Client/Pages/SystemSupervisorViewEditPage.razor b/Wonky.Client/Pages/System/Users/SystemSupervisorViewEditPage.razor similarity index 99% rename from Wonky.Client/Pages/SystemSupervisorViewEditPage.razor rename to Wonky.Client/Pages/System/Users/SystemSupervisorViewEditPage.razor index b167e532..d22b9a8c 100644 --- a/Wonky.Client/Pages/SystemSupervisorViewEditPage.razor +++ b/Wonky.Client/Pages/System/Users/SystemSupervisorViewEditPage.razor @@ -14,7 +14,6 @@ *@ @using Microsoft.AspNetCore.Authorization -@using System.Text.Json @attribute [Authorize(Roles = "Admin")] @page "/system/supervisors/{UserId}" diff --git a/Wonky.Client/Pages/SystemSupervisorViewEditPage.razor.cs b/Wonky.Client/Pages/System/Users/SystemSupervisorViewEditPage.razor.cs similarity index 98% rename from Wonky.Client/Pages/SystemSupervisorViewEditPage.razor.cs rename to Wonky.Client/Pages/System/Users/SystemSupervisorViewEditPage.razor.cs index 7ef03e4e..24548e4d 100644 --- a/Wonky.Client/Pages/SystemSupervisorViewEditPage.razor.cs +++ b/Wonky.Client/Pages/System/Users/SystemSupervisorViewEditPage.razor.cs @@ -23,7 +23,7 @@ using Wonky.Entity.DTO; #pragma warning disable CS8618 -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System.Users; public partial class SystemSupervisorViewEditPage : IDisposable { diff --git a/Wonky.Client/Pages/SystemUserCreatePage.razor b/Wonky.Client/Pages/System/Users/SystemUserCreatePage.razor similarity index 100% rename from Wonky.Client/Pages/SystemUserCreatePage.razor rename to Wonky.Client/Pages/System/Users/SystemUserCreatePage.razor diff --git a/Wonky.Client/Pages/SystemUserCreatePage.razor.cs b/Wonky.Client/Pages/System/Users/SystemUserCreatePage.razor.cs similarity index 98% rename from Wonky.Client/Pages/SystemUserCreatePage.razor.cs rename to Wonky.Client/Pages/System/Users/SystemUserCreatePage.razor.cs index 76d2e571..750d4937 100644 --- a/Wonky.Client/Pages/SystemUserCreatePage.razor.cs +++ b/Wonky.Client/Pages/System/Users/SystemUserCreatePage.razor.cs @@ -26,7 +26,7 @@ using Wonky.Entity.DTO; #pragma warning disable CS8618 -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System.Users; public partial class SystemUserCreatePage : IDisposable { diff --git a/Wonky.Client/Pages/SystemUserListPage.razor b/Wonky.Client/Pages/System/Users/SystemUserListPage.razor similarity index 100% rename from Wonky.Client/Pages/SystemUserListPage.razor rename to Wonky.Client/Pages/System/Users/SystemUserListPage.razor diff --git a/Wonky.Client/Pages/SystemUserListPage.razor.cs b/Wonky.Client/Pages/System/Users/SystemUserListPage.razor.cs similarity index 96% rename from Wonky.Client/Pages/SystemUserListPage.razor.cs rename to Wonky.Client/Pages/System/Users/SystemUserListPage.razor.cs index d5b9cbee..8fdb51bf 100644 --- a/Wonky.Client/Pages/SystemUserListPage.razor.cs +++ b/Wonky.Client/Pages/System/Users/SystemUserListPage.razor.cs @@ -17,11 +17,10 @@ using Microsoft.AspNetCore.Components; using Wonky.Client.HttpInterceptors; using Wonky.Client.HttpRepository; -using Wonky.Entity.DTO; using Wonky.Entity.Views; #pragma warning disable CS8618 -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System.Users; public partial class SystemUserListPage : IDisposable { diff --git a/Wonky.Client/Pages/SystemUserViewEditPage.razor b/Wonky.Client/Pages/System/Users/SystemUserViewEditPage.razor similarity index 99% rename from Wonky.Client/Pages/SystemUserViewEditPage.razor rename to Wonky.Client/Pages/System/Users/SystemUserViewEditPage.razor index 935a23c6..81279888 100644 --- a/Wonky.Client/Pages/SystemUserViewEditPage.razor +++ b/Wonky.Client/Pages/System/Users/SystemUserViewEditPage.razor @@ -15,10 +15,7 @@ @using Microsoft.AspNetCore.Authorization -@using Microsoft.AspNetCore.Authorization.Infrastructure @using Wonky.Client.Components -@using System.Security.Principal -@using Wonky.Client.Models @attribute [Authorize(Roles = "Admin")] @page "/system/users/{UserId}" diff --git a/Wonky.Client/Pages/SystemUserViewEditPage.razor.cs b/Wonky.Client/Pages/System/Users/SystemUserViewEditPage.razor.cs similarity index 99% rename from Wonky.Client/Pages/SystemUserViewEditPage.razor.cs rename to Wonky.Client/Pages/System/Users/SystemUserViewEditPage.razor.cs index 348278f6..43aec7fb 100644 --- a/Wonky.Client/Pages/SystemUserViewEditPage.razor.cs +++ b/Wonky.Client/Pages/System/Users/SystemUserViewEditPage.razor.cs @@ -26,7 +26,7 @@ using Wonky.Entity.DTO; #pragma warning disable CS8618 -namespace Wonky.Client.Pages; +namespace Wonky.Client.Pages.System.Users; public partial class SystemUserViewEditPage : IDisposable { diff --git a/Wonky.Client/Shared/NavMenu.razor b/Wonky.Client/Shared/NavMenu.razor index 2ffaef9f..0711e622 100644 --- a/Wonky.Client/Shared/NavMenu.razor +++ b/Wonky.Client/Shared/NavMenu.razor @@ -72,15 +72,6 @@
- - - - - @@ -124,6 +115,16 @@
+ + + + + +