From fb49116bba5a207ab20b49474ebc8a22dae932c6 Mon Sep 17 00:00:00 2001 From: michele Date: Mon, 29 Sep 2025 09:46:23 +0200 Subject: [PATCH] Aggiunta classe lightbox in immagini portale (VT_page2 e VT_page3) Impaginazione pagina foto --- Views/Portale/VT_Page2.cshtml | 103 ++++++++++++++++++++-- Views/Portale/VT_Page3.cshtml | 151 ++++++++++++++++++++++---------- Views/Rapp_New/ShowImage.cshtml | 32 ++++--- 3 files changed, 224 insertions(+), 62 deletions(-) diff --git a/Views/Portale/VT_Page2.cshtml b/Views/Portale/VT_Page2.cshtml index 78bb392..2578b65 100644 --- a/Views/Portale/VT_Page2.cshtml +++ b/Views/Portale/VT_Page2.cshtml @@ -4,6 +4,68 @@ ViewData["Title"] = "Virtual Task Pro"; } + + +
@@ -30,8 +92,8 @@
- Virtual Task App - Virtual Task App + Virtual Task App + Virtual Task App
@@ -60,7 +122,7 @@
- Virtual Task App + Virtual Task App
    @@ -124,8 +186,8 @@
    - Virtual Task App - Virtual Task App + Virtual Task App + Virtual Task App
    @@ -164,6 +226,37 @@ + + + +@section Scripts { + +} + @* +} diff --git a/Views/Rapp_New/ShowImage.cshtml b/Views/Rapp_New/ShowImage.cshtml index 6e462c8..6b0fa82 100644 --- a/Views/Rapp_New/ShowImage.cshtml +++ b/Views/Rapp_New/ShowImage.cshtml @@ -5,15 +5,25 @@

    @ViewData["Title"]

    -@if (!string.IsNullOrEmpty(fileName)) -{ -
    - Immagine: @fileName + +
    +
    +
    +
    + @if (!string.IsNullOrEmpty(fileName)) + { +
    + Immagine: @fileName +
    + } + else + { +

    Nessuna immagine specificata.

    + } +
    +
    -} -else -{ -

    Nessuna immagine specificata.

    -} +
    +