diff --git a/DiscImageChef.Server/Areas/Admin/Controllers/HomeController.cs b/DiscImageChef.Server/Areas/Admin/Controllers/HomeController.cs index d3a39679..6ae16baa 100644 --- a/DiscImageChef.Server/Areas/Admin/Controllers/HomeController.cs +++ b/DiscImageChef.Server/Areas/Admin/Controllers/HomeController.cs @@ -11,7 +11,7 @@ // // Provides documentation data for razor views. // -// --[ License ] -------------------------------------------------------------- + // --[ License ] -------------------------------------------------------------- // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/DiscImageChef.Server/Areas/Admin/Views/Atas/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Atas/Create.cshtml index 0776d09c..620bde8b 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Atas/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Atas/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Ata @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

Ata


@@ -35,5 +55,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Atas/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Atas/Delete.cshtml index cb2d9090..338948ba 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Atas/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Atas/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Ata @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

Ata

@@ -32,5 +52,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Atas/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Atas/Details.cshtml index 6f56705c..f71e9fd3 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Atas/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Atas/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Ata @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

Ata


@@ -29,5 +49,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Atas/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Atas/Edit.cshtml index 2b6269a4..546b51b8 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Atas/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Atas/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Ata @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

Ata


@@ -36,5 +56,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Atas/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Atas/Index.cshtml index ff5ed176..730787b9 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Atas/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Atas/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -39,5 +57,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Create.cshtml index d83d5c4a..dd867ae6 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.BlockDescriptor @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

BlockDescriptor


@@ -45,5 +65,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Delete.cshtml index ff816dd9..e8bf6efb 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.BlockDescriptor @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

BlockDescriptor

@@ -44,5 +64,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Details.cshtml index 573d9530..85dbd6af 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.BlockDescriptor @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

BlockDescriptor


@@ -41,5 +61,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Edit.cshtml index 732ae55c..efc6e8dc 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.BlockDescriptor @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

BlockDescriptor


@@ -46,5 +66,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Index.cshtml index c5ec97fa..b4bc56fa 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/BlockDescriptors/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -51,5 +70,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Chs/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Chs/Create.cshtml index e8c65bda..0c3ce72e 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Chs/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Chs/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Chs @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

Chs


@@ -45,5 +65,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Chs/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Chs/Delete.cshtml index aa6e1d8a..2ea37e5e 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Chs/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Chs/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Chs @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

Chs

@@ -44,5 +64,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Chs/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Chs/Details.cshtml index 8779fb6b..83555eaa 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Chs/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Chs/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Chs @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

Chs


@@ -41,5 +61,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Chs/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Chs/Edit.cshtml index 2acd28e2..ca2260e1 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Chs/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Chs/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Chs @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

Chs


@@ -46,5 +66,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Chs/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Chs/Index.cshtml index 521d68bf..31dd0fc2 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Chs/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Chs/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -51,5 +69,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Commands/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Commands/Create.cshtml index 1bc1d0a9..67c841c2 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Commands/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Commands/Create.cshtml @@ -1,16 +1,38 @@ @model Command @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

Command


@@ -36,5 +58,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Commands/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Commands/Delete.cshtml index 9fa102d6..201255e4 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Commands/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Commands/Delete.cshtml @@ -1,16 +1,38 @@ @model Command @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

Command

@@ -35,5 +57,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Commands/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Commands/Details.cshtml index 3aea70cc..1d7f9d67 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Commands/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Commands/Details.cshtml @@ -1,16 +1,38 @@ @model Command @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

Command


@@ -33,5 +55,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Commands/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Commands/Edit.cshtml index dde9328f..e30104b0 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Commands/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Commands/Edit.cshtml @@ -1,16 +1,38 @@ @model Command @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

Command


@@ -37,5 +59,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Commands/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Commands/Index.cshtml index 3caee815..a8f5a3bf 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Commands/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Commands/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -45,5 +64,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Create.cshtml index c17c325d..c8db062b 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Create.cshtml @@ -1,16 +1,38 @@ @model CompactDiscOffset @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

CompactDiscOffset


@@ -61,5 +83,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Delete.cshtml index 759aa30b..80ec48f8 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Delete.cshtml @@ -1,16 +1,38 @@ @model CompactDiscOffset @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

CompactDiscOffset

@@ -65,5 +87,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Details.cshtml index a8265b1a..7f922c1f 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Details.cshtml @@ -1,16 +1,38 @@ @model CompactDiscOffset @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

CompactDiscOffset


@@ -63,5 +85,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Edit.cshtml index c99cc222..0282b486 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Edit.cshtml @@ -1,16 +1,38 @@ @model CompactDiscOffset @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

CompactDiscOffset


@@ -62,5 +84,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Index.cshtml index 1a3c4420..21c6d72d 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -75,5 +94,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Create.cshtml index 8106e6c7..956cf5c2 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.DensityCode @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

DensityCode


@@ -35,5 +55,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Delete.cshtml index 9bca9906..f7a34a53 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.DensityCode @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

DensityCode

@@ -32,5 +52,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Details.cshtml index 0bfef1be..bfb936e0 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.DensityCode @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

DensityCode


@@ -29,5 +49,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Edit.cshtml index ee053145..db69b6f7 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.DensityCode @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

DensityCode


@@ -36,5 +56,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Index.cshtml index 80444569..4faaa14c 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DensityCodes/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -39,5 +57,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Create.cshtml index 1aac5a7c..d468c19e 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Create.cshtml @@ -1,16 +1,38 @@ @model DeviceStat @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

DeviceStat


@@ -46,5 +68,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Delete.cshtml index f3b52359..ce2c8c8b 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Delete.cshtml @@ -1,16 +1,38 @@ @model DeviceStat @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

DeviceStat

@@ -47,5 +69,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Details.cshtml index c59f294d..4250f812 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Details.cshtml @@ -1,16 +1,38 @@ @model DeviceStat @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

DeviceStat


@@ -45,5 +67,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Edit.cshtml index c9516fb1..bf8ecff1 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Edit.cshtml @@ -1,16 +1,38 @@ @model DeviceStat @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

DeviceStat


@@ -47,5 +69,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Index.cshtml index d73d47ff..164fe627 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/DeviceStats/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -57,5 +76,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Devices/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Devices/Create.cshtml index 3eb19fb3..4d604d6b 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Devices/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Devices/Create.cshtml @@ -1,16 +1,38 @@ @model Device @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

Device


@@ -66,5 +88,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Devices/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Devices/Delete.cshtml index f5025a19..3fa1d8f0 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Devices/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Devices/Delete.cshtml @@ -1,16 +1,38 @@ @model Device @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

Device

@@ -71,5 +93,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Devices/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Devices/Details.cshtml index cc159553..8196e288 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Devices/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Devices/Details.cshtml @@ -1,16 +1,38 @@ @model Device @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

Device


@@ -69,5 +91,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Devices/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Devices/Edit.cshtml index 7ecb0f07..2981ecdf 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Devices/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Devices/Edit.cshtml @@ -1,16 +1,38 @@ @model Device @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

Device


@@ -67,5 +89,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Devices/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Devices/Index.cshtml index a305003b..30a30f78 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Devices/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Devices/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -81,5 +100,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Create.cshtml index df0b4e86..cb35a581 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Create.cshtml @@ -1,16 +1,38 @@ @model Filesystem @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

Filesystem


@@ -36,5 +58,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Delete.cshtml index 9580fabd..41c4442c 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Delete.cshtml @@ -1,16 +1,38 @@ @model Filesystem @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

Filesystem

@@ -35,5 +57,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Details.cshtml index fdeabd92..4a11c455 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Details.cshtml @@ -1,16 +1,38 @@ @model Filesystem @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

Filesystem


@@ -33,5 +55,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Edit.cshtml index 732f965c..7b87d1a3 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Edit.cshtml @@ -1,16 +1,38 @@ @model Filesystem @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

Filesystem


@@ -37,5 +59,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Index.cshtml index b2852bad..3433ad9d 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filesystems/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -45,5 +64,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filters/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filters/Create.cshtml index c1a4a685..257d672c 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filters/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filters/Create.cshtml @@ -1,16 +1,38 @@ @model Filter @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

Filter


@@ -36,5 +58,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filters/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filters/Delete.cshtml index c0e3b4b4..62a22287 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filters/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filters/Delete.cshtml @@ -1,16 +1,38 @@ @model Filter @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

Filter

@@ -35,5 +57,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filters/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filters/Details.cshtml index 830dce92..8e3e5db5 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filters/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filters/Details.cshtml @@ -1,16 +1,38 @@ @model Filter @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

Filter


@@ -33,5 +55,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filters/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filters/Edit.cshtml index eeb6df60..2a5f0dfd 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filters/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filters/Edit.cshtml @@ -1,16 +1,38 @@ @model Filter @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

Filter


@@ -37,5 +59,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Filters/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Filters/Index.cshtml index 4d9acf1c..14a8573f 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Filters/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Filters/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -45,5 +64,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Create.cshtml index 6382dfad..dde3a2f9 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.FireWire @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

FireWire


@@ -55,5 +75,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Delete.cshtml index 72c7826b..bc16f9fc 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.FireWire @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

FireWire

@@ -56,5 +76,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Details.cshtml index 786c7151..41836e20 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.FireWire @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

FireWire


@@ -53,5 +73,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Edit.cshtml index 7826fe7a..e18a10e9 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.FireWire @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

FireWire


@@ -56,5 +76,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Index.cshtml index 3843430c..a574c143 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/FireWires/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/FireWires/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -63,5 +81,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Home/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Home/Index.cshtml index e2bce4c1..1ac32eb0 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Home/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Home/Index.cshtml @@ -12,10 +12,6 @@ // // Component : DiscImageChef Server. // - // --[ Description ] ---------------------------------------------------------- - // - // Renders readme. - // // --[ License ] -------------------------------------------------------------- // // This library is free software; you can redistribute it and/or modify diff --git a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Create.cshtml index 8329abd3..e5f8f7bb 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Create.cshtml @@ -1,16 +1,38 @@ @model MediaFormat @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

MediaFormat


@@ -36,5 +58,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Delete.cshtml index 06afad62..444e466b 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Delete.cshtml @@ -1,16 +1,38 @@ @model MediaFormat @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

MediaFormat

@@ -35,5 +57,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Details.cshtml index 2defa63f..8ef82368 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Details.cshtml @@ -1,16 +1,38 @@ @model MediaFormat @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

MediaFormat


@@ -33,5 +55,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Edit.cshtml index 77ee34a3..568fcc1c 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Edit.cshtml @@ -1,16 +1,38 @@ @model MediaFormat @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

MediaFormat


@@ -37,5 +59,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Index.cshtml index 1fad7142..ca6c95d8 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MediaFormats/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -45,5 +64,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Medias/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Medias/Create.cshtml index a1bd677e..955296a8 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Medias/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Medias/Create.cshtml @@ -1,16 +1,38 @@ @model Media @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

Media


@@ -41,5 +63,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Medias/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Medias/Delete.cshtml index bd8c4b80..f5726707 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Medias/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Medias/Delete.cshtml @@ -1,16 +1,38 @@ @model Media @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

Media

@@ -41,5 +63,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Medias/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Medias/Details.cshtml index f1efbe76..b16b760d 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Medias/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Medias/Details.cshtml @@ -1,16 +1,38 @@ @model Media @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

Media


@@ -39,5 +61,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Medias/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Medias/Edit.cshtml index bd36f481..0f32eea8 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Medias/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Medias/Edit.cshtml @@ -1,16 +1,38 @@ @model Media @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

Media


@@ -42,5 +64,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Medias/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Medias/Index.cshtml index 2f2fc7f3..e0830f4a 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Medias/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Medias/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -51,5 +70,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Create.cshtml index ba46d60a..6e21abaf 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Mmc @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

Mmc


@@ -35,5 +55,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Delete.cshtml index c3018dad..4e369036 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Mmc @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

Mmc

@@ -32,5 +52,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Details.cshtml index 1ec239ce..106c7baf 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Mmc @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

Mmc


@@ -29,5 +49,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Edit.cshtml index ac4a7e90..c3647d85 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Mmc @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

Mmc


@@ -36,5 +56,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Index.cshtml index a090da3a..9430b452 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Mmc/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Mmc/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -39,5 +57,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Create.cshtml index a2268225..703d71cc 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.MmcFeatures @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

MmcFeatures


@@ -650,5 +670,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Delete.cshtml index a9e69d39..edfef176 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.MmcFeatures @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

MmcFeatures

@@ -770,5 +790,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Details.cshtml index 638ae4d4..75a617e7 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.MmcFeatures @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

MmcFeatures


@@ -767,5 +787,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Edit.cshtml index b0133190..908add89 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.MmcFeatures @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

MmcFeatures


@@ -651,5 +671,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Index.cshtml index 5293ce77..07023e57 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcFeatures/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -777,5 +795,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Create.cshtml index 04aca78e..3adf1b3e 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.MmcSd @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

MmcSd


@@ -55,5 +75,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Delete.cshtml index c3757fc6..44549203 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.MmcSd @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

MmcSd

@@ -56,5 +76,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Details.cshtml index ca16c193..a386c29f 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.MmcSd @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

MmcSd


@@ -53,5 +73,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Edit.cshtml index a02e862a..d948fbc2 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.MmcSd @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

MmcSd


@@ -56,5 +76,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Index.cshtml index ae7f33aa..8cb26e39 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/MmcSds/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -63,5 +81,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Create.cshtml index 5e1aca5d..26e2ec39 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Create.cshtml @@ -1,16 +1,38 @@ @model DiscImageChef.Server.Models.OperatingSystem @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

OperatingSystem


@@ -41,5 +63,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Delete.cshtml index b49c198e..d0541592 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Delete.cshtml @@ -1,16 +1,38 @@ @model DiscImageChef.Server.Models.OperatingSystem @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

OperatingSystem

@@ -41,5 +63,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Details.cshtml index eb45fe6b..5ba060ff 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Details.cshtml @@ -1,16 +1,38 @@ @model DiscImageChef.Server.Models.OperatingSystem @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

OperatingSystem


@@ -39,5 +61,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Edit.cshtml index a613ca9b..62c8e9b3 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Edit.cshtml @@ -1,16 +1,38 @@ @model DiscImageChef.Server.Models.OperatingSystem @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

OperatingSystem


@@ -42,5 +64,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Index.cshtml index 6b0e6b38..a3b8d35a 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/OperatingSystems/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -51,5 +70,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Create.cshtml index b92f48a3..ec7981f2 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Create.cshtml @@ -1,16 +1,38 @@ @model Partition @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

Partition


@@ -36,5 +58,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Delete.cshtml index 4104e055..6886d64f 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Delete.cshtml @@ -1,16 +1,38 @@ @model Partition @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

Partition

@@ -35,5 +57,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Details.cshtml index 67aa0587..559e5c05 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Details.cshtml @@ -1,16 +1,38 @@ @model Partition @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

Partition


@@ -33,5 +55,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Edit.cshtml index 0233df4d..1384da29 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Edit.cshtml @@ -1,16 +1,38 @@ @model Partition @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

Partition


@@ -37,5 +59,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Index.cshtml index f9ef3f90..b056eb35 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Partitions/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Partitions/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -45,5 +64,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Create.cshtml index aa6bc2aa..d867399b 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Pcmcia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

Pcmcia


@@ -60,5 +80,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Delete.cshtml index e196b9af..b59cadf7 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Pcmcia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

Pcmcia

@@ -62,5 +82,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Details.cshtml index 9366011a..54a385f8 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Pcmcia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

Pcmcia


@@ -59,5 +79,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Edit.cshtml index ccf4a60d..0ac18534 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Pcmcia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

Pcmcia


@@ -61,5 +81,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Index.cshtml index e74c7922..1f38cf65 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Pcmcias/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -69,5 +87,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Create.cshtml index 6a704173..c8b4e119 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.ScsiMode @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

ScsiMode


@@ -60,5 +80,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Delete.cshtml index 955a1abc..89b912c3 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.ScsiMode @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

ScsiMode

@@ -62,5 +82,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Details.cshtml index d9aa6c7d..a1d6b007 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.ScsiMode @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

ScsiMode


@@ -59,5 +79,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Edit.cshtml index 6d905aca..1f8a53bf 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.ScsiMode @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

ScsiMode


@@ -61,5 +81,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Index.cshtml index 92e5261e..4eb7dd36 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiModes/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -69,5 +87,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Create.cshtml index 145a19c0..c5123664 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.ScsiPage @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

ScsiPage


@@ -45,5 +65,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Delete.cshtml index 35d79816..fd8edb19 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.ScsiPage @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

ScsiPage

@@ -44,5 +64,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Details.cshtml index 783888a1..dd434429 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.ScsiPage @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

ScsiPage


@@ -41,5 +61,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Edit.cshtml index b7ebbb4b..1c316389 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.ScsiPage @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

ScsiPage


@@ -46,5 +66,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Index.cshtml index e101f8cb..5a35f298 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/ScsiPages/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -51,5 +69,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Create.cshtml index 53b52cd7..a74f4f7d 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Scsi @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

Scsi


@@ -80,5 +100,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Delete.cshtml index aaae78d6..cd8c98ef 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Scsi @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

Scsi

@@ -86,5 +106,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Details.cshtml index be7b8794..a7dae843 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Scsi @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

Scsi


@@ -83,5 +103,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Edit.cshtml index 4b8b634e..8fafbe3c 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Scsi @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

Scsi


@@ -81,5 +101,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Index.cshtml index 82f3f8c4..77089d7e 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Scsis/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Scsis/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -93,5 +111,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Create.cshtml index 94d91736..99cf63b1 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Ssc @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

Ssc


@@ -45,5 +65,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Delete.cshtml index 37f1ae77..d340325c 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Ssc @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

Ssc

@@ -44,5 +64,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Details.cshtml index 3e7a67aa..80df6e6a 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Ssc @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

Ssc


@@ -41,5 +61,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Edit.cshtml index de2cd7d9..4d0faa6a 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Ssc @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

Ssc


@@ -46,5 +66,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Index.cshtml index 2c94f010..323e3aa0 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Sscs/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Sscs/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -51,5 +69,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Create.cshtml index 4d20f527..f3ec4a03 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.SupportedDensity @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

SupportedDensity


@@ -90,5 +110,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Delete.cshtml index 66b72c47..053cfdb2 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.SupportedDensity @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

SupportedDensity

@@ -98,5 +118,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Details.cshtml index 5aefc379..d309f71d 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.SupportedDensity @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

SupportedDensity


@@ -95,5 +115,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Edit.cshtml index 9071e60f..b19adf75 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.SupportedDensity @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

SupportedDensity


@@ -91,5 +111,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Index.cshtml index b120ec57..a30e0a9c 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/SupportedDensities/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -105,5 +123,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Create.cshtml index 190d7ea3..49e454d7 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.TestedMedia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

TestedMedia


@@ -780,5 +800,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Delete.cshtml index ab68fb15..72fe3fd4 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.TestedMedia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

TestedMedia

@@ -926,5 +946,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Details.cshtml index ac8ab04e..66d15cf1 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.TestedMedia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

TestedMedia


@@ -923,5 +943,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Edit.cshtml index 690a41b5..aca2bf30 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.TestedMedia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

TestedMedia


@@ -781,5 +801,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Index.cshtml index 1417254f..708e6d14 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedMedias/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -933,5 +951,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Create.cshtml index 80dfa76b..aefaccd5 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.TestedSequentialMedia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

TestedSequentialMedia


@@ -75,5 +95,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Delete.cshtml index e44631e3..be7ac4f4 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.TestedSequentialMedia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

TestedSequentialMedia

@@ -80,5 +100,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Details.cshtml index c58ae100..341babdf 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.TestedSequentialMedia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

TestedSequentialMedia


@@ -77,5 +97,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Edit.cshtml index f897b0ae..3dd0d535 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.TestedSequentialMedia @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

TestedSequentialMedia


@@ -76,5 +96,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Index.cshtml index d9d11bb2..4f9676ac 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/TestedSequentialMedias/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -87,5 +105,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Create.cshtml index 2cdb4243..6ac96a29 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Create.cshtml @@ -1,16 +1,38 @@ @model UsbProduct @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

UsbProduct


@@ -50,5 +72,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Delete.cshtml index 5a13bcb4..86a94526 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Delete.cshtml @@ -1,16 +1,38 @@ @model UsbProduct @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

UsbProduct

@@ -53,5 +75,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Details.cshtml index 05b49474..1235dbf8 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Details.cshtml @@ -1,16 +1,38 @@ @model UsbProduct @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

UsbProduct


@@ -51,5 +73,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Edit.cshtml index 914bbd20..6e98c035 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Edit.cshtml @@ -1,16 +1,38 @@ @model UsbProduct @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

UsbProduct


@@ -52,5 +74,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Index.cshtml index 23e9cbea..899cc98d 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbProducts/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -63,5 +82,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Create.cshtml index a79cd91f..8c08d9ee 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Create.cshtml @@ -1,16 +1,38 @@ @model UsbVendor @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

UsbVendor


@@ -46,5 +68,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Delete.cshtml index c897a485..c975a9a4 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Delete.cshtml @@ -1,16 +1,38 @@ @model UsbVendor @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

UsbVendor

@@ -47,5 +69,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Details.cshtml index b3e781b0..6b2e01d7 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Details.cshtml @@ -1,16 +1,38 @@ @model UsbVendor @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

UsbVendor


@@ -45,5 +67,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Edit.cshtml index 547e31bd..e6a55600 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Edit.cshtml @@ -1,16 +1,38 @@ @model UsbVendor @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

UsbVendor


@@ -47,5 +69,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Index.cshtml index 0daa2c30..66ffbc2e 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/UsbVendors/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -57,5 +76,3 @@ }
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Create.cshtml index 9a8f330c..58de961c 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Create.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Usb @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Create - - -

Usb


@@ -60,5 +80,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Delete.cshtml index a3fcbff7..8e2e57af 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Delete.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Usb @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Delete - - -

Are you sure you want to delete this?

Usb

@@ -62,5 +82,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Details.cshtml index 8f9d15aa..ec028656 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Details.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Usb @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Details - - -

Usb


@@ -59,5 +79,3 @@ Edit | Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Edit.cshtml index d6c7e030..85009cba 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Edit.cshtml @@ -1,18 +1,38 @@ @model DiscImageChef.CommonTypes.Metadata.Usb @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Edit - - -

Usb


@@ -61,5 +81,3 @@ Back to List
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Index.cshtml index 67777b52..9729fced 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Usbs/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Usbs/Index.cshtml @@ -1,20 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - - Index - - -

- Create New -

@@ -69,5 +87,3 @@ }
- - diff --git a/DiscImageChef.Server/Areas/Admin/Views/Versions/Create.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Versions/Create.cshtml index 2aea80cf..1d74dd9f 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Versions/Create.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Versions/Create.cshtml @@ -1,16 +1,38 @@ @model DiscImageChef.Server.Models.Version @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Create.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Create - -

Version


@@ -36,5 +58,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Versions/Delete.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Versions/Delete.cshtml index e06e4dbc..48bc15f7 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Versions/Delete.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Versions/Delete.cshtml @@ -1,16 +1,38 @@ @model DiscImageChef.Server.Models.Version @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Delete.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Delete - -

Are you sure you want to delete this?

Version

@@ -35,5 +57,3 @@ Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Versions/Details.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Versions/Details.cshtml index ae9d7639..b305cf09 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Versions/Details.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Versions/Details.cshtml @@ -1,16 +1,38 @@ @model DiscImageChef.Server.Models.Version @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Details.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Details - -

Version


@@ -33,5 +55,3 @@ Edit | Back to List
- - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Versions/Edit.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Versions/Edit.cshtml index ab4dbd37..30a3d3e8 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Versions/Edit.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Versions/Edit.cshtml @@ -1,16 +1,38 @@ @model DiscImageChef.Server.Models.Version @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Edit.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Edit - -

Version


@@ -37,5 +59,3 @@ - - \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Versions/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Versions/Index.cshtml index 37c80d0e..ef65f9b6 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Versions/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Versions/Index.cshtml @@ -1,19 +1,38 @@ @model IEnumerable @{ - Layout = null; + Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "DiscImageChef"; +} +@{ + // /*************************************************************************** + // The Disc Image Chef + // ---------------------------------------------------------------------------- + // + // Filename : Index.cshtml + // Author(s) : Natalia Portillo + // + // Component : DiscImageChef Server. + // + // --[ License ] -------------------------------------------------------------- + // + // This library is free software; you can redistribute it and/or modify + // it under the terms of the GNU Lesser General Public License as + // published by the Free Software Foundation; either version 2.1 of the + // License, or (at your option) any later version. + // + // This library 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 + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, see . + // + // ---------------------------------------------------------------------------- + // Copyright © 2011-2019 Natalia Portillo + // ****************************************************************************/ } - - - - - - Index - - -

- Create New -

@@ -45,5 +64,3 @@ }
- - \ No newline at end of file