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> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto1 })"> <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> </a>
</td> </td>
</tr> </tr>
@ -397,7 +397,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto2 })"> <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> </a>
</td> </td>
</tr> </tr>
@ -410,7 +410,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto3 })"> <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> </a>
</td> </td>
</tr> </tr>
@ -423,7 +423,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto4 })"> <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> </a>
</td> </td>
@ -437,7 +437,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto5 })"> <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> </a>
</td> </td>
</tr> </tr>
@ -450,7 +450,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto6 })"> <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> </a>
</td> </td>
</tr> </tr>
@ -463,7 +463,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto7 })"> <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> </a>
</td> </td>
</tr> </tr>
@ -476,7 +476,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto8 })"> <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> </a>
</td> </td>
</tr> </tr>
@ -489,7 +489,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto9 })"> <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> </a>
</td> </td>
</tr> </tr>
@ -502,7 +502,7 @@
<tr> <tr>
<td> <td>
<a href="@Url.Action("ShowOrServe", "Foto", new { folder = Model.azienda_impianto, fileName = Model.rafoto10 })"> <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> </a>
</td> </td>
</tr> </tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB