test fix img path + aggiunta folder immaggini
@@ -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;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>6.16.2310.3114</Version>
|
||||
<Version>6.16.2310.3115</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP_TAB_SERV</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2310.3114</h4>
|
||||
<h4>Versione: 6.16.2310.3115</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2310.3114
|
||||
6.16.2310.3115
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2310.3114</version>
|
||||
<version>6.16.2310.3115</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
|
After Width: | Height: | Size: 664 KiB |
|
After Width: | Height: | Size: 610 KiB |
|
After Width: | Height: | Size: 639 KiB |
|
After Width: | Height: | Size: 576 KiB |
|
After Width: | Height: | Size: 562 KiB |
|
After Width: | Height: | Size: 582 KiB |
|
After Width: | Height: | Size: 663 KiB |
|
After Width: | Height: | Size: 587 KiB |
|
After Width: | Height: | Size: 636 KiB |
|
After Width: | Height: | Size: 596 KiB |
|
After Width: | Height: | Size: 630 KiB |
|
After Width: | Height: | Size: 646 KiB |
|
After Width: | Height: | Size: 619 KiB |
|
After Width: | Height: | Size: 698 KiB |
|
After Width: | Height: | Size: 537 KiB |
|
After Width: | Height: | Size: 566 KiB |
|
After Width: | Height: | Size: 220 KiB |
|
After Width: | Height: | Size: 122 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 12 KiB |