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"; } + + +
-
+
+
-
+
|
-
-
+
+
+ ×
+
+
+@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)) -{ -
-
+
+
+
-}
-else
-{
-
+
+ @if (!string.IsNullOrEmpty(fileName))
+ {
+
+
+
+ }
+ else
+ {
+ Nessuna immagine specificata. + } +Nessuna immagine specificata. -} + |
|---|