michele: immagine bancali non caricati

This commit is contained in:
michele 2024-08-01 08:54:37 +02:00
parent a614d59532
commit 1ecdb95e6f
2 changed files with 7 additions and 4 deletions

View File

@ -124,6 +124,10 @@
nomeMezzo = item.Automezzo, nomeMezzo = item.Automezzo,
dataGiroCons = item.DataGiro@* id=item.SerialeGiro,nbanc=item.parzialeBanRec,imp=item.parzialeImpRec *@ })" title="Modifica tutte le destinazioni" class="links"><img alt="Modifica Tutte" src="@Url.Content("~/images/system.png")" style="width:24px;height:24px;"> dataGiroCons = item.DataGiro@* id=item.SerialeGiro,nbanc=item.parzialeBanRec,imp=item.parzialeImpRec *@ })" title="Modifica tutte le destinazioni" class="links"><img alt="Modifica Tutte" src="@Url.Content("~/images/system.png")" style="width:24px;height:24px;">
</a> </a>
@if (item.BancaliCaricati == null)
{
<img alt="noBancali" src="@Url.Content("~/images/alert.png")" style="width:23px;height:23px;">
}
@if (item.DestinazioniModificate != null && item.DestinazioniModificate > 0) @if (item.DestinazioniModificate != null && item.DestinazioniModificate > 0)
{ {
<img alt="nocons" src="@Url.Content("~/images/warning.png")" style="width:24px;height:24px;"> <img alt="nocons" src="@Url.Content("~/images/warning.png")" style="width:24px;height:24px;">
@ -135,16 +139,15 @@
</td> </td>
</tr> </tr>
} }
</tbody> </tbody>
</table> </table>
</div> </div>
</div> </div>
<br /> <br />
<span><img alt="Bancali" src="@Url.Content("~/images/pallet.png")" style="width:24px;height:24px;"></span> <span><img alt="Bancali" src="@Url.Content("~/images/pallet.png")" style="width:24px;height:24px;"></span>
<span style="color:blue;">Bancali caricati</span> /<span style="color:green;">parziale bancali caricati</span> /<span style="color:brown;">parziale bancali scaricati</span> <span style="color:blue;">Bancali caricati</span> /<span style="color:green;">parziale bancali caricati</span> /<span style="color:brown;">parziale bancali scaricati</span> /
<span><img alt="nocons" src="@Url.Content("~/images/alert.png")" style="width:16px;height:16px;"></span>
<span>&nbsp;Bancali non caricati</span>
<!--/ Striped Rows --> <!--/ Striped Rows -->

BIN
wwwroot/images/alert.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB