icona allegato foto

This commit is contained in:
Marco Audiffredi 2025-09-24 12:17:05 +02:00
parent 480e926e06
commit ec0f2b7e05
2 changed files with 10 additions and 10 deletions

View File

@ -384,7 +384,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto1 })">
@Html.DisplayNameFor(model => model.rafoto1)
<img src="~/assets/images/photoAllegato.png" /> @Html.DisplayNameFor(model => model.rafoto1)
</a>
</td>
</tr>
@ -397,7 +397,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto2 })">
@Html.DisplayNameFor(model => model.rafoto2)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto2)
</a>
</td>
</tr>
@ -410,7 +410,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto3 })">
@Html.DisplayNameFor(model => model.rafoto3)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto3)
</a>
</td>
</tr>
@ -423,7 +423,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto4 })">
@Html.DisplayNameFor(model => model.rafoto4)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto4)
</a>
</td>
@ -437,7 +437,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto5 })">
@Html.DisplayNameFor(model => model.rafoto5)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto5)
</a>
</td>
</tr>
@ -450,7 +450,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto6 })">
@Html.DisplayNameFor(model => model.rafoto6)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto6)
</a>
</td>
</tr>
@ -463,7 +463,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto7 })">
@Html.DisplayNameFor(model => model.rafoto7)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto7)
</a>
</td>
</tr>
@ -476,7 +476,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto8 })">
@Html.DisplayNameFor(model => model.rafoto8)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto8)
</a>
</td>
</tr>
@ -489,7 +489,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto9 })">
@Html.DisplayNameFor(model => model.rafoto9)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto9)
</a>
</td>
</tr>
@ -502,7 +502,7 @@
<tr>
<td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto10 })">
@Html.DisplayNameFor(model => model.rafoto10)
<img src="~/assets/images/photoAllegato.png" />@Html.DisplayNameFor(model => model.rafoto10)
</a>
</td>
</tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB