From 58b6cdfaa9c244630daefa8995a00fa0e32823ea Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 31 Oct 2023 15:03:14 +0100 Subject: [PATCH] test fix img path + aggiunta folder immaggini --- MP-TAB-SERV/Components/MachineBlock.razor.cs | 15 +++++++-------- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- images/macchine/FOV001.png | Bin 0 -> 679645 bytes images/macchine/FOV002.png | Bin 0 -> 624802 bytes images/macchine/FOV003.png | Bin 0 -> 654049 bytes images/macchine/FOV004.png | Bin 0 -> 590365 bytes images/macchine/FOV005.png | Bin 0 -> 574952 bytes images/macchine/FOV006.png | Bin 0 -> 596186 bytes images/macchine/FOV008.png | Bin 0 -> 678505 bytes images/macchine/FOV009.png | Bin 0 -> 601413 bytes images/macchine/FOV010.png | Bin 0 -> 651796 bytes images/macchine/FOV011.png | Bin 0 -> 609912 bytes images/macchine/FOV012.png | Bin 0 -> 644809 bytes images/macchine/FOV013.png | Bin 0 -> 661904 bytes images/macchine/FOV014.png | Bin 0 -> 633453 bytes images/macchine/FOV015.png | Bin 0 -> 714393 bytes images/macchine/FOV062.png | Bin 0 -> 549573 bytes images/macchine/FOV090.png | Bin 0 -> 579211 bytes images/macchine/Steamware.png | Bin 0 -> 225332 bytes images/macchine/small/FOV001.png | Bin 0 -> 125445 bytes images/macchine/small/FOV002.png | Bin 0 -> 114331 bytes images/macchine/small/FOV003.png | Bin 0 -> 122700 bytes images/macchine/small/FOV004.png | Bin 0 -> 111905 bytes images/macchine/small/FOV005.png | Bin 0 -> 106796 bytes images/macchine/small/FOV006.png | Bin 0 -> 117367 bytes images/macchine/small/FOV008.png | Bin 0 -> 132227 bytes images/macchine/small/FOV009.png | Bin 0 -> 109377 bytes images/macchine/small/FOV010.png | Bin 0 -> 121515 bytes images/macchine/small/FOV011.png | Bin 0 -> 110511 bytes images/macchine/small/FOV012.png | Bin 0 -> 119487 bytes images/macchine/small/FOV013.png | Bin 0 -> 121349 bytes images/macchine/small/FOV014.png | Bin 0 -> 117663 bytes images/macchine/small/FOV015.png | Bin 0 -> 133754 bytes images/macchine/small/FOV062.png | Bin 0 -> 108784 bytes images/macchine/small/FOV090.png | Bin 0 -> 111050 bytes images/macchine/small/Steamware.png | Bin 0 -> 12084 bytes 39 files changed, 11 insertions(+), 12 deletions(-) create mode 100644 images/macchine/FOV001.png create mode 100644 images/macchine/FOV002.png create mode 100644 images/macchine/FOV003.png create mode 100644 images/macchine/FOV004.png create mode 100644 images/macchine/FOV005.png create mode 100644 images/macchine/FOV006.png create mode 100644 images/macchine/FOV008.png create mode 100644 images/macchine/FOV009.png create mode 100644 images/macchine/FOV010.png create mode 100644 images/macchine/FOV011.png create mode 100644 images/macchine/FOV012.png create mode 100644 images/macchine/FOV013.png create mode 100644 images/macchine/FOV014.png create mode 100644 images/macchine/FOV015.png create mode 100644 images/macchine/FOV062.png create mode 100644 images/macchine/FOV090.png create mode 100644 images/macchine/Steamware.png create mode 100644 images/macchine/small/FOV001.png create mode 100644 images/macchine/small/FOV002.png create mode 100644 images/macchine/small/FOV003.png create mode 100644 images/macchine/small/FOV004.png create mode 100644 images/macchine/small/FOV005.png create mode 100644 images/macchine/small/FOV006.png create mode 100644 images/macchine/small/FOV008.png create mode 100644 images/macchine/small/FOV009.png create mode 100644 images/macchine/small/FOV010.png create mode 100644 images/macchine/small/FOV011.png create mode 100644 images/macchine/small/FOV012.png create mode 100644 images/macchine/small/FOV013.png create mode 100644 images/macchine/small/FOV014.png create mode 100644 images/macchine/small/FOV015.png create mode 100644 images/macchine/small/FOV062.png create mode 100644 images/macchine/small/FOV090.png create mode 100644 images/macchine/small/Steamware.png diff --git a/MP-TAB-SERV/Components/MachineBlock.razor.cs b/MP-TAB-SERV/Components/MachineBlock.razor.cs index 14c65654..a2f44b85 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor.cs +++ b/MP-TAB-SERV/Components/MachineBlock.razor.cs @@ -70,25 +70,24 @@ namespace MP_TAB_SERV.Components string answ = ""; if (string.IsNullOrEmpty(url.ToString())) { - //url = "Steamware.png"; - url = "SIMDP1.png"; + url = "Steamware.png"; } // verifico esistenza macchina SMALL... - answ = $"images/macchine/small/{url}"; - string fullPath = Path.Combine(imgBasePath, "wwwroot", answ); + answ = $"../images/macchine/small/{url}"; + string fullPath = Path.Combine(imgBasePath, answ); if (!File.Exists(fullPath)) { // se non ci fosse cerco immagine fullsize - answ = $"images/macchine/{url}"; - fullPath = Path.Combine(imgBasePath, "wwwroot", answ); + answ = $"../images/macchine/{url}"; + fullPath = Path.Combine(imgBasePath, answ); } // altrimenti metto default Steamware if (!File.Exists(fullPath)) { - answ = "images/macchine/SIMDP1.png"; - //answ = "images/macchine/Steamware.png"; + //answ = "images/macchine/SIMDP1.png"; + answ = "../images/macchine/Steamware.png"; } return answ; diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index bece3f76..40d1715c 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2310.3114 + 6.16.2310.3115 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index b9505704..10495aae 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2310.3114

+

Versione: 6.16.2310.3115


Note di rilascio: